Commit Graph

783 Commits (e2119d33293008fcc876f5fcd58ede2993eb24d6)

Author SHA1 Message Date
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
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
Greg Turnquist 53f67a448f Auto-configure Spring Security OAuth2 when detected on the classpath
* Automatically spin up Authorization Server and Resource Server
* Automatically configures method level security included OAuth2Expression handler
* Wrote extensive unit tests verifying default behavior as well as the auto-configuration backing off when custom Authorization/Resource servers are included
* Created org.springframework.boot.security.oauth2 subpackage to contain it
* Can also disable either resource of authorization server completely with a single property for each
* Print out the auto-generated secrets and other settings
* Added spring-boot-sample-secure-oauth2 to provide a sample that can be run and poked with curl as well as some automated tests.
* Make users ask for which servers to install by adding @Enable*
* User has to @EnableGlobalMethodSecurity instead of using properties files

Add Spring Security OAuth2 support to Spring Boot CLI

* Triggered from either @EnableAuthorizationServer or @EnableResourceServer
* Needs to have @EnableGlobalMethodSecurity to allow picking the annotation model.
* By default, comes with import support for @PreAuthorize, @PreFilter, @PostAuthorize, and @PostFilter via a single start import
* Also need import support for the enable annotations mentioned above.
* Added extra test case and sample (oauth2.groovy)
10 years ago
Andy Wilkinson f046a9a705 Merge branch '1.2.x' 10 years ago
Andy Wilkinson bb877ed579 Upgrade to Spring Batch 3.0.4.RELEASE
Closes gh-2950
10 years ago
Andy Wilkinson 6ad6cf0356 Upgrade to Spring Social 1.1.2.RELEASE
Closes gh-3015
10 years ago
Andy Wilkinson 50af2b144b Add dependency management for hibernate-validator-annotation-processor
Closes gh-3006
10 years ago
Andy Wilkinson af7aae51d0 Add dependency management for hibernate-core
Closes gh-3005
10 years ago
Andy Wilkinson d3806df88a Remove hibernate-entitymanager.version property
Users that wish to override the version of Hibernate need to override
the hibernate.version property, as it’s the one used when declaring the
dependency management for Hibernate’s modules, so the
hibernate-entitymanager.version property is of little value.

Closes gh-3004
10 years ago
Andy Wilkinson a334e93cb9 Upgrade to Surefire 2.18.1
Closes gh-2963
10 years ago
Andy Wilkinson d8af7980ed Upgrade to Jedis 2.6.3
Closes gh-2996
10 years ago
Andy Wilkinson 23a6a5300b Upgrade to SnakeYAML 1.15
Closes gh-2995
10 years ago
Andy Wilkinson 1d6a9b18ee Upgrade to Spring HATEOAS 0.17.0.RELEASE
Closes gh-2994
10 years ago
Andy Wilkinson 4cfdecf677 Upgrade to mongo-java-driver 2.13.1
Closes gh-2993
10 years ago
Andy Wilkinson baefb47899 Upgrade to Jolokia 1.3.0
Closes gh-2992
10 years ago
Andy Wilkinson da3dd533a1 Upgrade to Jersey 2.17
Closes gh-2991
10 years ago
Andy Wilkinson 6c6cf56e2d Upgrade to Elasticsearch 1.4.5
Closes gh-2990
10 years ago
Andy Wilkinson 0f72eab429 Upgrade to Janino 2.7.8
Closes gh-2989
10 years ago
Andy Wilkinson f00b33bbb3 Upgrade to solr-solrj 4.10.4
Closes gh-2988
10 years ago
Andy Wilkinson a67fd2d9a1 Upgrade to log4j2 2.3
Closes gh-2987
10 years ago
Andy Wilkinson dfe4c24f29 Upgrade to Apache Derby 10.11.1.1
Closes gh-2986
10 years ago
Andy Wilkinson 15ea23b2fa Upgrade to commons-pool2 2.3
Closes gh-2985
10 years ago
Andy Wilkinson 933b9069ad Upgrade to commons-dbcp2 2.1
Closes gh-2984
10 years ago
Andy Wilkinson 6ffb7953fc Upgrade to nekohtml 1.9.22
Closes gh-2983
10 years ago