Dave Syer
b12631d75d
Ensure Spring Integration 4.0 is used in CLI
...
There was an issue with the generated poms for the dependency
tools (I'm not sure the generation step works if you don't
do "mvn clean"). Anyway I verified that it works and removed
the (now) unnecessary provided dependency from spring-boot-cli.
Fixes gh-362
2014-05-01 12:57:12 +01:00
Artem Bilan
ce3aafa7a9
Upgrade to Spring Integration 4.0
...
Closes #751
2014-05-01 10:07:17 +01:00
Andy Wilkinson
2596634c88
Polish spring-boot-starter-data-gemfire's pom
2014-04-29 20:24:59 +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
Andy Wilkinson
b6cd2c970c
Use Jedis rather than Lettuce as preferred Redis client
...
Salvatore has indicated that Jedis is his Java Redis client of choice.
This commit updates the auto-configuration support, actuator and
Redis starter accordingly.
Completes #745
2014-04-28 14:06:40 +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
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
Dave Syer
84b8966173
Add couchbase client dependencies
2014-04-25 12:38:11 +01:00
Dave Syer
de60c65e5b
Fix couchbase starter
2014-04-25 12:22:04 +01:00
Dave Syer
bb7efa870d
Remove unnecessary .gitignore
2014-04-25 12:06:37 +01:00
Michael Nitschinger
78ce06ccc7
Add support for spring-data-couchbase
...
Fixes gh-124
2014-04-25 12:05:15 +01:00
Oliver Gierke
26c5a3edb2
Import Spring Data release train BOM instead of individual modules.
...
The dependencies pom.xml now declares an import to the spring-data-releasetrain BOM pom.xml which in turn constraints version numbers for a dedicated release train release. This has the effect of users being able to upgrade to a certain release train by redeclaring the spring-data-releasetrain.version property to e.g. Dijkstra-M1. Individual modules can be upgraded by simply declaring the dependency in the desired version manually in a <dependencies /> or <dependencyManagement /> block.
Removed the explicit declaration for Spring HATEOAS as it is pulled in transitively by Spring Data REST anyway and thus makes sure it's in a compatible version.
2014-04-25 10:20:02 +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 5ded496dc3 .
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
Phillip Webb
1e68b7e0a9
Remove superfluous <packaging> tags from POMs
2014-04-01 02:07:43 -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
d117a6b22b
Polish
2014-03-27 11:21:51 -07:00
Phillip Webb
07ad45c468
Link to community contributed starters README
...
Update reference docs to link to the community starters README.
2014-03-24 11:26:54 -07:00
Dave Syer
ad2892c6b3
Add README to starters
...
Basic README content plus a short table of community-
contributed additional starters.
See gh-539
2014-03-24 09:13:43 +00:00
Dave Syer
632290a4bf
Fix inconsistencies between pom.xml and META-INF/spring.provides
2014-03-22 13:51:18 +00:00
Spring Buildmaster
3129f10d3f
Next development version
2014-03-21 12:36:16 -07:00
Phillip Webb
84cc110344
Remove logging from spring-boot-starter-test
...
Fixes gh-541
2014-03-21 09:33:14 -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
8c0703ad9c
Spaces -> Tabs
2014-03-21 09:02:08 -07:00
Christian Dupuis
3cd70b1c19
Fix last polish so that login.groovy is valid groovy code again
2014-03-21 11:38:08 +01:00
Phillip Webb
3193913899
Polish
2014-03-20 09:08:09 -07:00
Christian Dupuis
d08d98492d
Add Environment to shell context; disable shell banner if spring.main.show_banner is set to false
2014-03-20 15:23:24 +01:00
Christian Dupuis
99e6503a07
Some polish to the endpoint command
2014-03-20 14:52:14 +01:00