Commit Graph

2384 Commits (757d9359a58dd1fd3c985bc9b9806560d061dacc)

Author SHA1 Message Date
Andy Wilkinson 757d9359a5 Upgrade to Jna 4.5.0
Closes gh-10404
7 years ago
Andy Wilkinson 3959e81a79 Upgrade to Javax Annotation 1.3.1
Closes gh-10403
7 years ago
Andy Wilkinson 21aa671e46 Upgrade to Rxjava2 2.1.4
Closes gh-10402
7 years ago
Andy Wilkinson f564d2215b Upgrade to Rxjava 1.3.2
Closes gh-10401
7 years ago
Andy Wilkinson addd81847a Upgrade to Dropwizard Metrics 3.2.5
Closes gh-10400
7 years ago
Andy Wilkinson 65c64ea5aa Upgrade to Hazelcast 3.8.6
Closes gh-10399
7 years ago
Andy Wilkinson b8db014dd1 Upgrade to Jetty 9.4.7.v20170914
Closes gh-10396
7 years ago
Andy Wilkinson c217f149ae Upgrade to Tomcat 8.5.21
Closes gh-10395
7 years ago
Andy Wilkinson 9542d3f4a5 Upgrade to Httpcore 4.4.7
Closes gh-10394
7 years ago
Andy Wilkinson f060c01655 Upgrade to Gson 2.8.2
Closes gh-10393
7 years ago
Andy Wilkinson 56d820a8d4 Upgrade to Reactor Bismuth-RC1
Closes gh-10384
7 years ago
Andy Wilkinson ae1f95e6d2 Start building against Spring Framework snapshots for 5.0.0.RELEASE
See gh-10325
7 years ago
Eddú Meléndez 97aeaa4a32 Add Jsonb support
Spring Framework 5 will support Jsonb as a HttpMessageConverter, this
commit adds auto-configuration support. Also, support for Jsonb in the
@JsonTest has been added.

This implementation is running against Apache Johnzon

See gh-9648
7 years ago
Andy Wilkinson 676dec8cf7 Add dependency management for org.hibernate:hibernate-spatial
Closes gh-9950
7 years ago
Andy Wilkinson c00a42f437 Add auto-configuration for separate Spring Session Data MongoDB module
Closes gh-9552
7 years ago
Andy Wilkinson c4aba91c47 Expand dependency management for Hibernate
Closes gh-9950
7 years ago
Andy Wilkinson e9147c2f20 Remove Spring Security OAuth Auto-Configuration
This commit removes auto-configuration support for Spring Security
OAuth, paving the way for the introduction of auto-configuration for
Spring Security 5's new OAuth-related features.

Closes gh-10255
7 years ago
Andy Wilkinson 17a349b691 Update to Mockito 2.10
Closes gh-10245
7 years ago
Andy Wilkinson 3b21a88e3c Merge branch '1.5.x' 7 years ago
Kyle Anderson 628c643e32 Upgrade Git Maven plugin to 2.2.3
Closes gh-10355
7 years ago
Andy Wilkinson 0f25dd0ea6 Update Failsafe and Surefire Maven plugins to 2.20.1
Closes gh-9414
7 years ago
Stephane Nicoll 95697688cf Upgrade to javax.validation 2.0.0.Final
This should have been done in par with #9969

Closes gh-9784
7 years ago
Raja Kolli a4a0eef186 Upgrade to Hibernate Validator 6.0.2.Final
Closes gh-9969
7 years ago
Benoit Lacelle 9e69a41eae Add dependency management for tomcat-catalina-jmx-remote
Closes gh-10045
7 years ago
Andy Wilkinson 974a630f6b Upgrade to Spring Social Twitter 2.0.0.M4
Closes gh-10346
7 years ago
Andy Wilkinson daeff23b6e Upgrade to Spring Social Linkedin 2.0.0.M3
Closes gh-10345
7 years ago
Andy Wilkinson 558daef31a Upgrade to Spring Social Facebook 3.0.0.M3
Closes gh-10344
7 years ago
Andy Wilkinson ade88c3b2b Upgrade to Spring Social 2.0.0.M4
Closes gh-10343
7 years ago
Andy Wilkinson febf30ef0a Upgrade to Mongo Driver Reactivestreams 1.6.0
Closes gh-10334
7 years ago
Andy Wilkinson 660b0fad00 Upgrade to Mongodb 3.5.0
Closes gh-10333
7 years ago
Andy Wilkinson f8064bf8a7 Polish dependency management for XMLUnit
Closes gh-9709
7 years ago
Andrew Cohen 9c46dacf7e Add XMLUnit to spring-boot-starter-test
Closes gh-9709
7 years ago
Raja Kolli 1c5e499a80 Upgrade to Hibernate 5.2.11.Final
Closes gh-10304
7 years ago
Phillip Webb 86926bf0e5 Upgrade to Micrometer 1.0.0-rc.1
Closes gh-10300
7 years ago
Jon Schneider c2958c27ab Replace Boot's own metrics with support for Micrometer
Closes gh-9970
7 years ago
Stephane Nicoll 306c8d0ae2 Upgrade to Spring Integration 5.0.0.M7
Closes gh-10122
7 years ago
Stephane Nicoll 8010f6ef00 Rationalize JUnit5 dependency management
This commit only provides dependency management for JUnit Jupiter,
excluding experimental and migration support artifacts. It also removes
dependency management for the platform as it is used by IDEs and build
tools). The `junit-platform.version` is still available though to allow
users to configure their plugin with a supported placeholder for the
version.

Also, given that `junit-vintage-engine`'s version does not match the
JUnit 4 version it supports, we will not add dependency management for
it.

Closes gh-10240
7 years ago
Andy Wilkinson 8533c3d5ca Upgrade to Spring Security 5.0.0.M4
Closes gh-10126
7 years ago
Andy Wilkinson 736a209e78 Upgrade to Spring Session 2.0.0.M4
Closes gh-10125
7 years ago
Brian Clozel 1669e4bad3 Fixup version numbers following release 7 years ago
Spring Buildmaster 30eb937a83 Next Development Version 7 years ago
Andy Wilkinson 449515cecd Merge branch '1.5.x' 7 years ago
Andy Wilkinson 2a1cce9f13 Upgrade to Hikaricp Java7 2.4.13
Closes gh-10267
7 years ago
Andy Wilkinson b13beccc47 Upgrade to Appengine Sdk 1.9.56
Closes gh-10266
7 years ago
Andy Wilkinson d6535df2c7 Upgrade to Classmate 1.3.4
Closes gh-10265
7 years ago
Phillip Webb 2e51b48cd9 Refactor actuator package locations
Restructure actuator packages to improve structure. The following
changes have been made:

 - Separate actuator and actuator auto-configuration into different
   modules.
 - Move endpoint code into `spring-boot-actuator`.
 - Move `Endpoint` implementations from a single package into
   technology specific packages.
 - Move `HealthIndicator` implementations from a single package into
   technology specific packages.
 - As much as possible attempt to mirror the `spring-boot` package
   structure and class naming in `spring-boot-actuator` and
   `spring-boot-actuator-autoconfigure`.
 - Move `DataSourceBuilder` and DataSource meta-data support from
   `spring-boot-actuator` to `spring-boot`.

Fixes gh-10261
7 years ago
Stephane Nicoll 1ddc3dce0c Upgrade to Spring Integration Java Dsl 1.2.3.RELEASE
Closes gh-10262
7 years ago
Stephane Nicoll cf3226f799 Upgrade to Spring Integration 4.3.12
Closes gh-10034
7 years ago
Stephane Nicoll a80d466130 Upgrade to Spring Kafka 2.0.0.RC1
Closes gh-10120
7 years ago
Stephane Nicoll 1dc08fdda2 Polish "Provide dependency management for JUnit Jupiter"
Closes gh-10240
7 years ago