Commit Graph

704 Commits (289c5d5f08b5d115c48a58e6ed7b01d21c715226)

Author SHA1 Message Date
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
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
Andy Wilkinson f73d86e700 Upgrade to Elasticsearch 1.5.2
Closes gh-3194
10 years ago
Andy Wilkinson ae64d84b15 Upgrade to Jolokia 1.3.1 10 years ago
Andy Wilkinson c7544094f7 Upgrade to Jersey 2.18
Closes gh-3192
10 years ago
Andy Wilkinson ba90ab1f42 Upgrade to HttpClient 4.5
Closes gh-3189
10 years ago
Andy Wilkinson 4434bccbb8 Upgrade to org.apache.httpcomponents:httpasyncclient 4.1
Closes gh-3188
10 years ago
Andy Wilkinson f55128892b Upgrade to commons-pool2 2.4.1
Closes gh-3187
10 years ago
Andy Wilkinson d819cdd24f Upgrade to Joda Time 2.8
Closes gh-3186
10 years ago
Andy Wilkinson b919e4a6b4 Upgrade to Undertow 1.2.7.Final
Closes gh-3185
10 years ago
Andy Wilkinson e391591883 Upgrade to Reactor and Reactor Spring 2.0.3.RELEASE
Closes gh-3184
10 years ago
Andy Wilkinson 6d108436c0 Upgrade to HikariCP 2.3.8
Closes gh-3183
10 years ago
Andy Wilkinson 9943f28f0d Upgrade to sendgrid-java 2.2.2
Closes gh-3182
10 years ago
Andy Wilkinson 312169804b Update to Jackson 2.5.4
Closes gh-3180
10 years ago
Andy Wilkinson bfc0a3f154 Merge branch '1.2.x' 10 years ago
Andy Wilkinson ad7a1d9a69 Upgrade to Spring Integration 4.1.5.RELEASE
Closes gh-3176
10 years ago
Andy Wilkinson 4b02896b1d Upgrade to Jetty 9.2.11.v20150529
Closes gh-3191
10 years ago
Andy Wilkinson 0ad93c77d3 Update to AspectJ 1.8.6
Closes gh-3190
10 years ago
Andy Wilkinson da5ed8f545 Provide dependency management for all of Spring Security OAuth
Closes gh-3159
10 years ago
Andy Wilkinson bdfe5d19a5 Merge branch '1.2.x' 10 years ago
Eddú Meléndez 827c84169b Upgrade to Liquibase 3.3.5
Closes gh-3122
10 years ago
Phillip Webb 983484f429 Rename spring-boot-developer-tools -> devtools
Fixes gh-3099
10 years ago
Stephane Nicoll b847b6fa4b Fixup version numbers following release 10 years ago
Spring Buildmaster 5d81c87b43 Next Development Version 10 years ago
Stephane Nicoll fca192fa41 Add spring-boot-starter-cache
Closes gh-3098
10 years ago
Phillip Webb 49c4710f63 Merge branch '1.2.x' 10 years ago
Phillip Webb 61bc876ae8 Upgrade to H2 v1.4.187
Fixes gh-2730
10 years ago
Stephane Nicoll 2af2c4df0e Upgrade to Spring Data Gosling M1
Closes gh-3020
10 years ago
Phillip Webb 9ffd8622f6 Fix malformed Javadoc
See gh-3082
10 years ago
Phillip Webb a8bf0d942b Add a `spring-boot-developer-tools` module
Add a new `spring-boot-developer-tools` module which will contain
auto-configuration to help during application development.

See gh-3082
10 years ago
Mario A. Alvarez Garcia 3b82be59d6 Uprade to Spring Integration 4.2.0.M1
Closes gh-2498, gh-3068
10 years ago
Eddú Meléndez b036c87372 Upgrade Infinispan to 7.2.2.Final
Closes gh-3070
10 years ago
Stephane Nicoll 845f620c5a Merge branch '1.2.x'
Conflicts:
	spring-boot-dependencies/pom.xml
10 years ago
Stephane Nicoll 4b825163a2 Upgrade to Tomcat 8.0.23
Closes gh-3058
10 years ago
Andreas Ahlenstorf 9805643e41 Fix spring-security versions
Closes gh-3050
10 years ago
Stephane Nicoll b838513fda Upgrade to Spring Framework 4.2.0.RC1
Closes gh-2947
10 years ago
Dave Syer af320b49bf Rationalize some features and merge in customizers from Spring Cloud 10 years ago