Commit Graph

839 Commits

Author SHA1 Message Date
Phillip Webb
86f938374a Upgrade to Spring Framework 4.2.0.BUILD-SNAPSHOT 2015-07-14 22:48:33 -07:00
Andy Wilkinson
bbbf6f9872 Build against Spring Data Gosling snapshots
See gh-3288
2015-07-13 17:15:07 +01:00
Stephane Nicoll
d64ee99b20 Add configuration meta-data parser
Add a new `spring-boot-configuration-metadata` module that provides an
API to manipulate Spring Boot configuration meta-data. Can read meta-data
from arbitrary locations, though the standard
`META-INF/spring-configuration-metadata.json` location must be preferred.

Closes gh-1970
2015-07-13 11:53:31 +02:00
Andy Wilkinson
bd91b21bc9 Merge branch '1.2.x' 2015-07-13 09:55:49 +01:00
Roy Clarkson
27817b6733 Upgrade to Spring Mobile 1.1.5.RELEASE
Closes gh-3466
2015-07-13 09:55:14 +01:00
Stephane Nicoll
1348acf3e3 Exclude freemarker from hazelcast
Hazelcast introduced a regression in their dependency management as of
3.5 which brings freemarker. This has unfortunate side effect in a Spring
Boot application since the freemarker auto-configuration kicks in for no
apparent reason when hazelcast is used.

An exclusion has been applied until the issue is fixed in hazelcast.

Closes gh-3418
2015-07-10 16:37:50 +02:00
Andy Wilkinson
8225a8a7d5 Upgrade to Reactor and Reactor Spring 2.0.4.RELEASE
Closes gh-3264
2015-07-08 21:23:18 +01:00
Phillip Webb
7c84e4fe07 Revert "Use Spring Data Gosling snapshots"
This reverts commit 8f16ebd059.
2015-07-07 17:07:00 -07:00
Andy Wilkinson
5fc781e7e2 Upgrade to Spring Integration 4.2.0.M2
Closes gh-3286
2015-07-07 17:52:15 +01:00
Andy Wilkinson
4ad23166ea Use a Java 7-compatible version of org.json:json and remove duplicate
Closes gh-3412
2015-07-06 10:00:46 +01:00
Andy Wilkinson
8be13f92de Use a property for the version of the WebJars HAL Browser dependency
See gh-1390
2015-07-06 09:38:40 +01:00
Dave Syer
74e9e0749b Add support for Spring HATEOAS hypermedia in Actuator endpoints
If spring-hateoas is on the classpath and an MvcEndpoint returns a
@ResponseBody it will be extended and wrapped into a Resource with links.
All the existing endpoints that return sensible JSON data can be extended
this way (i.e. not /logfile). The HAL browser will also be added as an
endpoint if available on the classpath. Finally, asciidocs for the
Actuator endpoints are available as a separate jar file, which if
included in an app will also generate a new (HTTP) endpoint.

Fixes gh-1390
2015-07-02 13:26:02 +01:00
Phillip Webb
43dc0c64c2 Fixup version numbers following release 2015-07-01 23:22:34 -07:00
Spring Buildmaster
7ce391db4f Next development version 2015-07-01 22:48:01 -07:00
Andy Wilkinson
0db7bd37c2 Add dependency management for json-path-assert
Closes gh-3361
2015-07-01 17:35:21 +01:00
Andy Wilkinson
63e8314eb4 Update to Spring Framework 4.2.0.RC2
Closes gh-3277
2015-07-01 17:29:32 +01:00
Andy Wilkinson
1073f09c7b Upgrade to Undertow 1.2.8.Final
Closes gh-3386
2015-07-01 16:37:05 +01:00
Andy Wilkinson
6e1d0b522b Upgrade to Jersey 2.19
Closes gh-3387
2015-07-01 16:36:40 +01:00
Andy Wilkinson
04728a17e6 Upgrade to Infinispan 7.2.3.Final
Closes gh-3388
2015-07-01 16:35:59 +01:00
Andy Wilkinson
52a67e9a98 Upgrade to Liquibase 3.4.0
Closes gh-3389
2015-07-01 16:35:18 +01:00
Andy Wilkinson
453f4745d9 Merge branch '1.2.x' 2015-07-01 15:10:47 +01:00
Andy Wilkinson
f4c95eafc2 Upgrade to Undertow 1.1.7.Final
Closes gh-3382
2015-07-01 14:51:40 +01:00
Andy Wilkinson
e31a4dc028 Upgrade Java Mail to 1.5.4
Closes gh-3381
Closes gh-3383
2015-07-01 14:51:06 +01:00
Andy Wilkinson
159d3a3346 Upgrade to nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect 1.2.9
Closes gh-3380
2015-07-01 14:50:23 +01:00
Andy Wilkinson
bb8df95fbf Upgrade to HSQLDB 2.3.3
Closes gh-3379
2015-07-01 14:49:39 +01:00
Andy Wilkinson
663967f61b Update to Spring Data Evans SR3
Closes gh-3369
2015-07-01 14:26:34 +01:00
Phillip Webb
1ecc9c8a8b Upgrade to Spring Framework 4.1.7.RELEASE
Fixes gh-3276
2015-06-30 13:51:19 -07:00
Andy Wilkinson
eea7050237 Merge branch '1.2.x' 2015-06-23 14:14:32 +01:00
Onur Kağan Özcan
2d153ca745 Upgrade to Spring Mobile 1.1.4.RELEASE
Closes gh-3308
2015-06-23 14:13:50 +01:00
Andreas Ahlenstorf
a08b09563b Add support for jOOQ
Add auto-configuration and a starter POM for jOOQ.

See gh-2804
2015-06-22 21:20:12 -07:00
Andy Wilkinson
7d845391b0 Start building against Spring Integration 4.2.0 snapshots
See gh-3286
2015-06-22 11:01:46 +01:00
Andy Wilkinson
cd4209d863 Remove dependency management for ActiveMQ’s non-JAR modules
Closes gh-3206
2015-06-22 10:46:23 +01:00
Andy Wilkinson
ad86897c63 Provide dependency management for spring-boot-starter-artemis
Closes gh-3246
2015-06-22 10:46:22 +01:00
Andy Wilkinson
289c5d5f08 Add dependency management for sprng-session-data-redis
Closes gh-2318
2015-06-22 10:46:22 +01:00
Andy Wilkinson
db1f4891e3 Don’t rely on org.json:json being pulled in transitively
Previously, spring-boot required org.json:json to be on the compile
classpath, but it was only there by virtue of it being a transitive
dependency of another of spring-boot’s dependency. This commit makes
it clear that spring-boot has an (optional) dependency on org.json:json
by having an explicit dependency declaration for it. Additionally, the
name of the version property and the alphabetical ordering in
spring-boot-dependencies have been corrected.

Closes gh-3290
2015-06-22 10:46:22 +01:00
Phillip Webb
890554e8d6 Exclude commons-logging from infinispan-spring4
Update `spring-boot-dependencies` to exclude `commons-logging` from
`infinispan-spring4`. The version pulled in was very old and included
a transitive dependency to `servlet-api` 2.4.

Fixes gh-3291
2015-06-19 14:02:16 -07:00
Phillip Webb
805263ac62 Add org.json:json to spring-boot-dependencies
Fixes gh-3290
2015-06-19 14:02:16 -07:00
Phillip Webb
8f16ebd059 Use Spring Data Gosling snapshots
Upgrade to Spring Data Gosling snapshot version in preparation for
Gosling-M2.

See gh-3288
2015-06-18 23:51:14 -07:00
Eddú Meléndez
8859824efc Add Apache Artemis support
Add auto-configuration support for Apache Artemis which was formed when
HornetQ was donated to the Apache Foundation. The majority of this code
is based on the HornetQ auto-configuration.

Fixes gh-3154
Closes gh-3246
2015-06-18 20:23:31 -07:00
Andy Wilkinson
a21b48a95c Upgrade to GemFire 8.1.0
This commit aligns our dependency management for GemFire with the
version used by the version of Spring Data GemFire that we currently
depend upon.

Previously, some dependency management that was added (see #2884) to
work around problems with GemFire 8.0’s dependencies; specifically it
depended on different versions of org.eclipse.jdt.core.compiler:ecj and
xml-apis:xml-apis. The different dependency versions appear to no
longer be a problem with 8.1 so this dependency management is now
redundant and has been removed.

Closes gh-3284
2015-06-18 17:02:28 +01:00
Andy Wilkinson
fd6d61e8b4 Add auto-configuration support for Spring Session
This commit adds support for automatically configuring Spring Session.
In a web application when both Spring Session and Spring Data Redis
are on the classpath, Spring Session's Redis Http Session support
will be auto-configured. The max inactive interval for Redis-backed
sessions can be configured via the environment using the existing
server.session-timeout property.

Closes gh-2318
2015-06-18 14:52:59 +01:00
Andy Wilkinson
3c9535f26b Add dependency management for Jaybird, Firebird's JDBC driver
Closes gh-2843
2015-06-18 14:13:35 +01:00
Andy Wilkinson
4d0996b1bd Start building against Spring 4.1.7 snapshots
See gh-3276
2015-06-18 13:34:21 +01:00
dgomesbr
1ebbf8ac4d Upgrade to Hazelcast 3.5
Closes gh-3267
Closes gh-3272
2015-06-18 14:12:28 +02:00
Diego Magalhães
1875192dad Upgrade joda-time to 2.8.1
Fixes gh-3238
Closes gh-3245
2015-06-16 20:49:21 -07:00
Phillip Webb
4db23f69e8 Switch to Spring Framework 4.2 SNAPSHOT 2015-06-16 17:27:00 -07:00
Andy Wilkinson
49e538248b Add dependency management for ActiveMQ’s other modules
Closes gh-3206
2015-06-15 14:43:07 +01:00
Dave Syer
2c829c7229 Add support for Spring Retry in CLI 2015-06-12 14:55:07 +01:00
Andy Wilkinson
168d05d4dd Upgrade to mongo-java-driver 2.13.2
Closes gh-3195
2015-06-10 14:26:09 +01:00
Andy Wilkinson
f73d86e700 Upgrade to Elasticsearch 1.5.2
Closes gh-3194
2015-06-10 14:26:09 +01:00