Spring Buildmaster
d63e4b4329
Next development version
10 years ago
Stephane Nicoll
f48628fa90
Workaround fix for git-commit-plugin
...
This commit is a workaround until git-commit-id-plugin 2.1.11 is
released. See also issue 124 of that project
Fixes gh-1484
10 years ago
Spring Buildmaster
74d0c5185a
Next development version
10 years ago
Dave Syer
702253bc08
Update git properties plugin
10 years ago
Spring Buildmaster
40327e1ae6
Next development version
11 years ago
Spring Buildmaster
981669b7c0
Next development version
11 years ago
Phillip Webb
200cd535c2
Revert "Next development version"
...
This reverts commit 67189477fe
.
11 years ago
Spring Buildmaster
67189477fe
Next development version
11 years ago
Phillip Webb
cd77bae3b2
Remove version from ant-run plugin
...
No need as picked up from the parent.
11 years ago
Dave Syer
24c0fce0f0
Add antrun plugin version
11 years ago
Spring Buildmaster
542f3cbda8
Next development version
11 years ago
Spring Buildmaster
4ca26a21dc
Next development version
11 years ago
Spring Buildmaster
05ed7b3bcd
Next development version
11 years ago
Phillip Webb
3007a777d0
Roll back to 1.1.0.BUILD-SNAPSHOT
11 years ago
Spring Buildmaster
c650f2391e
Next development version
11 years ago
Phillip Webb
933c6b3a43
Remove superfluous commons-logging excludes
...
Update all starter POMs to remove commons-logging dependencies that are
not longer required when using the Spring Boot Gradle plugin.
Mainly reverts code from 196f92bd42
See gh-1047
11 years ago
Stephane Nicoll
a69f518c42
Fix resource directory location
...
This commit fixes the main resources directory location so that it also
works in a multi-projects setup.
Fixes gh-993
11 years ago
Dave Syer
7454c4866b
Support for @ConfigurationProperties in JPA
...
Adds JpaProperties to bind to spring.jpa.* (making those
properties easier to reason about and visible in the
/configprops endpoint).
Also allows easy configuration of multiple EntityManagerFactories via new
EntityManagerFactoryBuilder. JpaBaseConfiguration has a @Bean of that type
so users can inject it to create new or additional EntityManagerFactories.
This also simplifies the Hibernate autoconfiguration.
Also renames the DataSourceFactory to DataSourceBuilder (since that's what it
is).
11 years ago
Stephane Nicoll
33082fd56d
Harmonized maven dependency management
...
This commit harmonizes the dependency management of internal modules
so that versions can be omitted everywhere. Update the maven coordinates
to provide the full groupId for consistency
11 years ago
Phillip Webb
34b7bb20fd
Add maven implicit plugin group ID
...
Add previously implicit <groupId>org.apache.maven.plugins</groupId>
to plugin declarations.
11 years ago
Dave Syer
ded6a707db
Drop starters for flyway and liquibase
...
They only add a single extra dependency, so not really
much value.
Fixes gh-770
11 years ago
Dave Syer
5548b24c4c
Add autoconfig support for Flyway migrations
...
Flyway starts up with its default settings if it is on the classpath.
You can also ask Boot to barf if the migration scripts are missing.
Fixes gh-730
11 years ago
Marcel Overdijk
68e33b25c1
Added liquibase autoconfiguration for database migrations
...
If Liquibase is on the classpath it will fire up on startup. Various
config options are available (as well as the option to disable it).
Liquibase uses a YAML format for changes (in classpath:db/changelog).
11 years ago
Andy Wilkinson
7c91176186
Add FreeMarker support
...
This commit adds auto-configuration and a starter,
spring-boot-starter-freemarker, for using FreeMarker view templates in
a web application.
A new abstraction, TemplateAvailabilityProvider, has been introduced.
This decouples ErrorMvcAutoConfiguration from the various view
technologies that Spring Boot now supports, allowing it to determine
when a custom error template is provided without knowing the details of
each view technology.
Closes #679
11 years ago
Andy Wilkinson
4474b104b6
Remove remnants of Couchbase starter
11 years ago
Dave Syer
4fb6e7ec42
Fix versions and repository declarations
...
Fixes gh-606
11 years ago
John Blum
34cbe1e60b
Created a Spring Data GemFire Starter POM
...
... as well as a Spring Boot Sample Application with associated tests
for demonstrating how to get started using both Spring Data GemFire
and GemFire.
11 years ago
TimmyStorms
a1d4d63dd1
Added spring-boot-starter-data-neo4j module.
...
Fixes gh-631
11 years ago
Dave Syer
42ca765e1a
Remove test dependencies from spring-boot-starter-parent
...
Fixes gh-617
Conflicts:
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
11 years ago
Phillip Webb
12907e6b1b
Merge branch '1.0.x'
...
Conflicts:
spring-boot-starters/spring-boot-starter-parent/pom.xml
11 years ago
Michael Nitschinger
78ce06ccc7
Add support for spring-data-couchbase
...
Fixes gh-124
11 years ago
Stephane Nicoll
0b5600a99e
Add spring-boot-autoconfigure to starter parent
...
Fixes gh-728
11 years ago
Phillip Webb
275cf6e6d2
Fixup starter parent following release
11 years ago
Dave Syer
5be3f1d57f
Update spring-boot-starter-parent version
11 years ago
Phillip Webb
64a835e91a
Move master to 1.1.0.BUILD-SNAPSHOT
11 years ago
Phillip Webb
20510aef20
Fixup starter parent following release
11 years ago
Spring Buildmaster
d3954a1703
Next development version
11 years ago
Phillip Webb
c67c442828
Fixup starter-parent for 1.0.2 SNAPSHOT
11 years ago
Spring Buildmaster
a5864ebcd0
Next development version
11 years ago
Phillip Webb
13517598a4
Revert "Remove test dependencies from spring-boot-starter-parent"
...
This reverts commit 5ded496dc3
.
Fixes gh-628
11 years ago
Dave Syer
e4c67d6dd8
Update starter-parent version properties
11 years ago
Dave Syer
5ded496dc3
Remove test dependencies from spring-boot-starter-parent
...
Fixes gh-617
11 years ago
Phillip Webb
b7218f9812
Fixup starter parent POM
11 years ago
Spring Buildmaster
15e9dbe98b
Next development version
11 years ago
Phillip Webb
0af7f7e347
Add missing POM info
11 years ago
Phillip Webb
488b03387f
Polish POM formatting
11 years ago
Phillip Webb
6f9bb233ad
Revert "Next development version"
...
This reverts commit b67bb70ee3
.
11 years ago
Spring Buildmaster
b67bb70ee3
Next development version
11 years ago
Phillip Webb
ac4cdd33c3
Revert "Next development version"
...
This reverts commit 1d0eea12eb
.
Returning to 1.0.0.BUILD-SNAPSHOT for an updated release.
11 years ago
Spring Buildmaster
1d0eea12eb
Next development version
11 years ago