Dave Syer
26a528ce95
Change config for git commit plugin in starter parent
...
Fixes gh-1489
2014-10-01 15:46:01 +01:00
Spring Buildmaster
edb4b7ed7d
Next development version
2014-09-25 21:02:37 -07:00
Spring Buildmaster
d63e4b4329
Next development version
2014-09-04 12:15:18 -07:00
Stephane Nicoll
e11327719e
Merge branch '1.1.x'
2014-09-02 15:45:01 +02:00
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
2014-09-02 15:44:24 +02:00
Mattias Severson
326516a305
Delete duplicate version numbers of Maven plugins
...
The Maven plugin version numbers are defined in the pluginManagement
of the spring-boot-dependencies pom.xml. Consequently, they can be
deleted in the spring-boot-starter-parent pom.xml to avoid version
conflicts and duplicated version management.
2014-08-19 11:25:52 +02:00
Spring Buildmaster
74d0c5185a
Next development version
2014-08-07 11:59:17 -07:00
Dave Syer
5ce4669055
Merge branch '1.1.x'
2014-07-28 09:32:58 -07:00
Dave Syer
702253bc08
Update git properties plugin
2014-07-28 09:32:15 -07:00
Stephane Nicoll
249e09d9bc
Switch master to 1.2.0.BUILD-SNAPSHOT
2014-07-11 10:44:05 +02:00
Spring Buildmaster
40327e1ae6
Next development version
2014-07-08 02:33:36 -07:00
Spring Buildmaster
981669b7c0
Next development version
2014-06-26 14:09:54 -07:00
Phillip Webb
200cd535c2
Revert "Next development version"
...
This reverts commit 67189477fe9db7a1e4c5268886868221ca6d2628.
2014-06-26 11:03:09 -07:00
Spring Buildmaster
67189477fe
Next development version
2014-06-26 10:51:35 -07:00
Phillip Webb
cd77bae3b2
Remove version from ant-run plugin
...
No need as picked up from the parent.
2014-06-26 09:32:26 -07:00
Dave Syer
24c0fce0f0
Add antrun plugin version
2014-06-26 09:49:44 +01:00
Spring Buildmaster
542f3cbda8
Next development version
2014-06-24 13:53:56 -07:00
Spring Buildmaster
4ca26a21dc
Next development version
2014-06-11 10:46:27 -07:00
Spring Buildmaster
05ed7b3bcd
Next development version
2014-06-10 12:40:35 -07:00
Phillip Webb
3007a777d0
Roll back to 1.1.0.BUILD-SNAPSHOT
2014-06-10 09:00:08 -07:00
Spring Buildmaster
c650f2391e
Next development version
2014-06-09 21:55:19 -07:00
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 196f92bd422778aebe5706b84cc8ffe9bc298878
See gh-1047
2014-06-09 00:41:30 -07:00
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
2014-05-30 17:37:29 +02:00
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).
2014-05-15 09:18:38 +01:00
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
2014-05-05 14:29:01 +01:00
Phillip Webb
34b7bb20fd
Add maven implicit plugin group ID
...
Add previously implicit <groupId>org.apache.maven.plugins</groupId>
to plugin declarations.
2014-05-02 23:03:31 +01:00
Dave Syer
ded6a707db
Drop starters for flyway and liquibase
...
They only add a single extra dependency, so not really
much value.
Fixes gh-770
2014-05-02 13:10:20 +01:00
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
2014-05-02 11:15:33 +01:00
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).
2014-05-02 11:12:12 +01:00
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
2014-04-29 19:46:09 +01:00
Andy Wilkinson
4474b104b6
Remove remnants of Couchbase starter
2014-04-29 11:12:10 +01:00
Dave Syer
4fb6e7ec42
Fix versions and repository declarations
...
Fixes gh-606
2014-04-28 08:28:52 +01:00
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.
2014-04-28 08:28:37 +01:00
TimmyStorms
a1d4d63dd1
Added spring-boot-starter-data-neo4j module.
...
Fixes gh-631
2014-04-26 18:07:59 +01:00
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
2014-04-26 13:42:16 +01:00
Phillip Webb
12907e6b1b
Merge branch '1.0.x'
...
Conflicts:
spring-boot-starters/spring-boot-starter-parent/pom.xml
2014-04-25 14:03:14 +01:00
Michael Nitschinger
78ce06ccc7
Add support for spring-data-couchbase
...
Fixes gh-124
2014-04-25 12:05:15 +01:00
Stephane Nicoll
0b5600a99e
Add spring-boot-autoconfigure to starter parent
...
Fixes gh-728
2014-04-25 10:18:33 +01:00
Phillip Webb
275cf6e6d2
Fixup starter parent following release
2014-04-25 10:17:52 +01:00
Dave Syer
5be3f1d57f
Update spring-boot-starter-parent version
2014-04-25 09:06:56 +01:00
Phillip Webb
64a835e91a
Move master to 1.1.0.BUILD-SNAPSHOT
2014-04-24 12:45:20 +01:00
Phillip Webb
20510aef20
Fixup starter parent following release
2014-04-24 11:55:28 +01:00
Spring Buildmaster
d3954a1703
Next development version
2014-04-24 02:24:28 -07:00
Phillip Webb
c67c442828
Fixup starter-parent for 1.0.2 SNAPSHOT
2014-04-06 23:07:44 -07:00
Spring Buildmaster
a5864ebcd0
Next development version
2014-04-06 22:43:18 -07:00
Phillip Webb
13517598a4
Revert "Remove test dependencies from spring-boot-starter-parent"
...
This reverts commit 5ded496dc32770148935574ff1c649799f251413.
Fixes gh-628
2014-04-06 21:50:22 -07:00
Dave Syer
e4c67d6dd8
Update starter-parent version properties
2014-04-02 11:25:55 +01:00
Dave Syer
5ded496dc3
Remove test dependencies from spring-boot-starter-parent
...
Fixes gh-617
2014-04-01 17:36:43 +01:00
Phillip Webb
b7218f9812
Fixup starter parent POM
2014-04-01 09:18:45 -07:00
Spring Buildmaster
15e9dbe98b
Next development version
2014-04-01 03:05:51 -07:00