Commit Graph

739 Commits (f2b2c085e9f0253bb3d9721172463ac620f2d2c3)

Author SHA1 Message Date
Henryk Konsek f2b2c085e9 Add auto-configuration support for Embedded MongoDB
See gh-2002
9 years ago
Phillip Webb 86f938374a Upgrade to Spring Framework 4.2.0.BUILD-SNAPSHOT 9 years ago
Andy Wilkinson bbbf6f9872 Build against Spring Data Gosling snapshots
See gh-3288
9 years ago
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
9 years ago
Andy Wilkinson bd91b21bc9 Merge branch '1.2.x' 9 years ago
Roy Clarkson 27817b6733 Upgrade to Spring Mobile 1.1.5.RELEASE
Closes gh-3466
9 years ago
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
9 years ago
Andy Wilkinson 8225a8a7d5 Upgrade to Reactor and Reactor Spring 2.0.4.RELEASE
Closes gh-3264
9 years ago
Phillip Webb 7c84e4fe07 Revert "Use Spring Data Gosling snapshots"
This reverts commit 8f16ebd059.
10 years ago
Andy Wilkinson 5fc781e7e2 Upgrade to Spring Integration 4.2.0.M2
Closes gh-3286
10 years ago
Andy Wilkinson 4ad23166ea Use a Java 7-compatible version of org.json:json and remove duplicate
Closes gh-3412
10 years ago
Andy Wilkinson 8be13f92de Use a property for the version of the WebJars HAL Browser dependency
See gh-1390
10 years ago
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
10 years ago
Phillip Webb 43dc0c64c2 Fixup version numbers following release 10 years ago
Spring Buildmaster 7ce391db4f Next development version 10 years ago
Andy Wilkinson 0db7bd37c2 Add dependency management for json-path-assert
Closes gh-3361
10 years ago
Andy Wilkinson 63e8314eb4 Update to Spring Framework 4.2.0.RC2
Closes gh-3277
10 years ago
Andy Wilkinson 1073f09c7b Upgrade to Undertow 1.2.8.Final
Closes gh-3386
10 years ago
Andy Wilkinson 6e1d0b522b Upgrade to Jersey 2.19
Closes gh-3387
10 years ago
Andy Wilkinson 04728a17e6 Upgrade to Infinispan 7.2.3.Final
Closes gh-3388
10 years ago
Andy Wilkinson 52a67e9a98 Upgrade to Liquibase 3.4.0
Closes gh-3389
10 years ago
Andy Wilkinson 453f4745d9 Merge branch '1.2.x' 10 years ago
Andy Wilkinson f4c95eafc2 Upgrade to Undertow 1.1.7.Final
Closes gh-3382
10 years ago
Andy Wilkinson e31a4dc028 Upgrade Java Mail to 1.5.4
Closes gh-3381
Closes gh-3383
10 years ago
Andy Wilkinson 159d3a3346 Upgrade to nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect 1.2.9
Closes gh-3380
10 years ago
Andy Wilkinson bb8df95fbf Upgrade to HSQLDB 2.3.3
Closes gh-3379
10 years ago
Andy Wilkinson 663967f61b Update to Spring Data Evans SR3
Closes gh-3369
10 years ago
Phillip Webb 1ecc9c8a8b Upgrade to Spring Framework 4.1.7.RELEASE
Fixes gh-3276
10 years ago
Andy Wilkinson eea7050237 Merge branch '1.2.x' 10 years ago
Onur Kağan Özcan 2d153ca745 Upgrade to Spring Mobile 1.1.4.RELEASE
Closes gh-3308
10 years ago
Andreas Ahlenstorf a08b09563b Add support for jOOQ
Add auto-configuration and a starter POM for jOOQ.

See gh-2804
10 years ago
Andy Wilkinson 7d845391b0 Start building against Spring Integration 4.2.0 snapshots
See gh-3286
10 years ago
Andy Wilkinson cd4209d863 Remove dependency management for ActiveMQ’s non-JAR modules
Closes gh-3206
10 years ago
Andy Wilkinson ad86897c63 Provide dependency management for spring-boot-starter-artemis
Closes gh-3246
10 years ago
Andy Wilkinson 289c5d5f08 Add dependency management for sprng-session-data-redis
Closes gh-2318
10 years ago
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
10 years ago
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
10 years ago
Phillip Webb 805263ac62 Add `org.json:json` to spring-boot-dependencies
Fixes gh-3290
10 years ago
Phillip Webb 8f16ebd059 Use Spring Data Gosling snapshots
Upgrade to Spring Data Gosling snapshot version in preparation for
Gosling-M2.

See gh-3288
10 years ago
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
10 years ago
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
10 years ago
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
10 years ago
Andy Wilkinson 3c9535f26b Add dependency management for Jaybird, Firebird's JDBC driver
Closes gh-2843
10 years ago
Andy Wilkinson 4d0996b1bd Start building against Spring 4.1.7 snapshots
See gh-3276
10 years ago
dgomesbr 1ebbf8ac4d Upgrade to Hazelcast 3.5
Closes gh-3267
Closes gh-3272
10 years ago
Diego Magalhães 1875192dad Upgrade joda-time to 2.8.1
Fixes gh-3238
Closes gh-3245
10 years ago
Phillip Webb 4db23f69e8 Switch to Spring Framework 4.2 SNAPSHOT 10 years ago
Andy Wilkinson 49e538248b Add dependency management for ActiveMQ’s other modules
Closes gh-3206
10 years ago
Dave Syer 2c829c7229 Add support for Spring Retry in CLI 10 years ago
Andy Wilkinson 168d05d4dd Upgrade to mongo-java-driver 2.13.2
Closes gh-3195
10 years ago