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
Dave Syer
b20262c1a7
Backout couchbase changes
2014-04-28 12:21:58 +01:00
Dave Syer
8136e43e88
Fix ordering in starters pom
2014-04-28 08:52:37 +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
Michael Nitschinger
78ce06ccc7
Add support for spring-data-couchbase
...
Fixes gh-124
2014-04-25 12:05:15 +01:00
Phillip Webb
64a835e91a
Move master to 1.1.0.BUILD-SNAPSHOT
2014-04-24 12:45:20 +01:00
Spring Buildmaster
d3954a1703
Next development version
2014-04-24 02:24:28 -07:00
Spring Buildmaster
a5864ebcd0
Next development version
2014-04-06 22:43:18 -07:00
Spring Buildmaster
15e9dbe98b
Next development version
2014-04-01 03:05:51 -07:00
Phillip Webb
0af7f7e347
Add missing POM info
2014-04-01 02:07:42 -07:00
Phillip Webb
488b03387f
Polish POM formatting
2014-04-01 02:07:36 -07:00
Phillip Webb
6f9bb233ad
Revert "Next development version"
...
This reverts commit b67bb70ee3 .
2014-04-01 00:38:48 -07:00
Spring Buildmaster
b67bb70ee3
Next development version
2014-03-31 22:38:42 -07:00
Phillip Webb
ac4cdd33c3
Revert "Next development version"
...
This reverts commit 1d0eea12eb .
Returning to 1.0.0.BUILD-SNAPSHOT for an updated release.
2014-03-31 17:14:30 -07:00
Spring Buildmaster
1d0eea12eb
Next development version
2014-03-28 11:47:09 -07:00
Phillip Webb
47eb8180b3
Rename spring-boot-starter-shell -> remote-shell
...
Fixes gh-462
2014-03-21 09:05:56 -07:00
Phillip Webb
4024450c5f
Rename starter-shell-remote to starter-shell
...
Fixes gh-462
2014-03-19 16:28:36 -07:00
Spring Buildmaster
b0d4e8ae69
Next development version
2014-03-03 22:46:12 -08:00
Spring Buildmaster
cb8668a151
Release version 1.0.0.RC4
2014-03-03 22:46:05 -08:00
Phillip Webb
468728a2c0
Polish
2014-03-03 17:50:19 -08:00
Marten Deinum
8e8237a93e
Spring Data Rest Starter Project
...
Fixes gh-60
2014-02-27 09:44:12 +00:00
Spring Buildmaster
1367d57e8c
Next development version
2014-02-13 13:19:12 -08:00
Spring Buildmaster
eaff1677a7
Release version 1.0.0.RC3
2014-02-13 13:18:56 -08:00
Oliver Gierke
760a174998
Added starter for Spring Data MongoDB.
...
Fixes gh-272
2014-01-30 08:52:59 +00:00
Dave Syer
607b371706
Add thymeleaf starter
...
Fixes gh-264
2014-01-24 09:28:45 +00:00
Phillip Webb
68293f34af
Upgrade version to 1.0.0.BUILD-SNAPSHOT
...
Fixes fg-243
2014-01-21 00:43:54 -08:00
Dave Syer
60cb5fd35c
Add log4j starter and some documentation
...
As discussed in gh-162
2013-12-16 17:26:53 +00:00
Dave Syer
640b9d2680
Add RedisAutoConfiguration
2013-11-18 10:54:33 +00:00
Christian Dupuis
55b0e747b0
Rename spring-boot-starter-shell-crsh to spring-boot-starter-shell-remote
2013-11-06 12:12:40 +01:00
Phillip Webb
065220c0fa
Add spring-boot-starter-mobile
2013-11-04 22:17:42 -08:00
Christian Dupuis
6b599b8483
Add remote shell implementation based on crsh
...
This commit adds a new starter named spring-boot-starter-shell-crsh and auto configuration support to embed a system shell within Spring Boot applications.
The embedded shell allows clients to connect via ssh or telnet to the Boot app and execute commands. Commands can be implemented and embedded with app.
For sample usage see spring-boot-samples-actuator.
2013-11-04 17:22:02 +01:00
Dave Syer
a48990f2d4
Add spring-boot-starter-test
...
[Fixes #56467326 ] [bs-314]
2013-10-10 15:47:02 -04:00
Dave Syer
6d6c261caa
Add amqp starter to build
2013-10-07 11:54:52 -04:00
Dave Syer
8ecec7e511
Include Tomcat JDBC preferentially if using starter-poms
...
When user deploys app as a WAR in Tomcat, unless the tomcat-jdbc.jar
is in the app package, it will be found in the parent first and then
be unable to load the Driver class.
[Fixes #56720610 ] [bs-316] Tomcat non-embedded cannot load SQL driver class
2013-09-12 11:53:57 -07:00
Dave Syer
d06d202fd0
Add AopAutoConfiguration (also starter and sample)
...
A side effect is that spring-boot-starter-data-jpa needs
to include an aspectjweaver depdendency. Hope that doesn't
hurt anything else.
[Fixes #56780004 ]
2013-09-11 06:18:34 -07:00
Phillip Webb
a33425920b
Rework POMs to support automated CI release
2013-09-05 22:05:29 -07:00
Dave Syer
38e565e920
Back to SNAPSHOT for dev
2013-09-05 17:15:15 -07:00
Dave Syer
b634b3bde6
Update to 0.5.0.M2
2013-09-05 17:15:15 -07:00
Dave Syer
f502098065
Fix logging depdendencies in samples
2013-08-06 13:40:39 +01:00
Dave Syer
fa8b0b55e5
Add websocket starter
2013-08-05 17:32:18 +01:00
Phillip Webb
1db22aca5c
Rework POM structure
...
Rework main build POM to be an aggregator pom that does not inherit
from any parent. Introduce new spring-boot-dependencies module to
act as a parent for both spring-boot-starter-parent and
spring-boot-parent.
2013-08-02 21:58:24 -07:00
Dave Syer
4bb5de02e7
Switch back to SNAPSHOT for dev
2013-08-02 12:00:14 +01:00
Dave Syer
68e5a7e887
Bump version to 0.5.0.M1
2013-08-02 12:00:14 +01:00
Dave Syer
5995b7727a
Ops -> Actuator
2013-07-31 09:46:34 +01:00
Phillip Webb
3bb79db579
Renamed spring-boot-ups -> spring-boot-starter
2013-07-31 01:11:10 -07:00