Commit Graph

14284 Commits (3e2ede51d673c53c78c3dc19ed5ee2b51aed2b28)
 

Author SHA1 Message Date
Stephane Nicoll d490b99473 Clarify scope of spring.datasource.platform
Closes gh-10416
7 years ago
Andy Wilkinson ae979465b6 Disable deployment tests when building with Java 9
Cargo in currently incompatible with Java 9 so this commit disables
the deployment tests that use Cargo when building with Java 9.

Closes gh-10413
7 years ago
Andy Wilkinson d9600bd4b0 Polish
Remove duplicate dependency management that appeared in dc5254c3.
7 years ago
Andy Wilkinson dd4dbce816 Fix generation of Javadoc on Java 9
This commit fixes Javadoc generation when building with Java 9. It
upgrades the Javadoc plugin to a version that is Java 9 compatible
(3.0.0-M1) and reworks DevTools to remove usage of @PostConstruct.
The latter change is necessary as @PostConstruct is not visible by
default when building with Java 9 and, therefore its usage causes
Javadoc generation to fail.

Closes gh-10029
7 years ago
Andy Wilkinson 43ff84e214 Merge branch '1.5.x' 7 years ago
Andy Wilkinson cc16402ee4 Update war packaging tests to reflect change in Tomcat's dependencies
See gh-10395
7 years ago
Stephane Nicoll dc5254c333 Merge branch '1.5.x' 7 years ago
Stephane Nicoll b53f108d07 Merge pull request #10411 from dreis2211:typo-external-config-docs
* pr/10411:
  Typo in external config documentation
7 years ago
dreis2211 681921fd87 Typo in external config documentation
Closes gh-10411
7 years ago
Andy Wilkinson c999704b10 Upgrade to Caffeine 2.5.6
Closes gh-10398
7 years ago
Andy Wilkinson fa72cd452c Upgrade to Jetty El 8.5.20
Closes gh-10410
7 years ago
Andy Wilkinson fd54075dcf Upgrade to Infinispan 9.1.1.Final
Closes gh-10409
7 years ago
Andy Wilkinson 2fa6679f09 Upgrade to Elasticsearch 5.5.3
Closes gh-10408
7 years ago
Andy Wilkinson 3872b294cd Upgrade to Johnzon Jsonb 1.1.3
Closes gh-10406
7 years ago
Andy Wilkinson b8ecdc3eb1 Upgrade to Artemis 2.3.0
Closes gh-10405
7 years ago
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 cf92e55150 Upgrade to Spring Kafka 1.1.7.RELEASE
Closes gh-10397
7 years ago
Andy Wilkinson 2136bea491 Upgrade to Jetty 9.4.7.v20170914
Closes gh-10396
7 years ago
Andy Wilkinson f9c44b46b6 Upgrade to Tomcat 8.5.21
Closes gh-10395
7 years ago
Andy Wilkinson 29c84dff4a Upgrade to Httpcore 4.4.7
Closes gh-10394
7 years ago
Andy Wilkinson abb8183d82 Upgrade to Gson 2.8.2
Closes gh-10393
7 years ago
Andy Wilkinson f0693989f1 Polish 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
Stephane Nicoll d221202828 Merge pull request #10377 from dreis2211:cleanup-parametertypes-length
* pr/10377:
  Replace getParameterTypes().length with getParameterCount()
7 years ago
dreis2211 5bb991ecaf Replace getParameterTypes().length with getParameterCount()
Closes gh-10377
7 years ago
Stephane Nicoll 5f65baeb60 Polish 7 years ago
Stephane Nicoll cffa095182 Merge pull request #10374 from vpavic:improve-session-sample
* pr/10374:
  Add MongoDB support to Spring Session sample
7 years ago
Vedran Pavic a39ccc2f8c Add MongoDB support to Spring Session sample
Closes gh-10374
7 years ago
Stephane Nicoll f6cbee6b7f Add missing javadoc dependency 7 years ago
Andy Wilkinson bb3f32fa2b Add a generic to DataSourceBuilder
Closes gh-7942
7 years ago
Andy Wilkinson 16edf72faa Test support for HTTP range requests to endpoints returning a Resource
Closes gh-9978
7 years ago
Stephane Nicoll 2e01d90660 Merge pull request #9648 from eddumelendez:jsonb
* pr/9648:
  Polish "Add Jsonb support"
  Add Jsonb support
7 years ago
Stephane Nicoll 8d63b7458c Polish "Add Jsonb support"
Closes gh-9648
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 94aac343a3 Ensure that MongoSessionConfiguration backs off when classes are missing
Closes gh-9552
7 years ago
Andy Wilkinson c00a42f437 Add auto-configuration for separate Spring Session Data MongoDB module
Closes gh-9552
7 years ago
Andy Wilkinson c3bc32db02 Polish and reinstate usage of FileSystemUtils.deleteRecursively
Closes gh-9942
7 years ago
Andy Wilkinson c4aba91c47 Expand dependency management for Hibernate
Closes gh-9950
7 years ago
Andy Wilkinson 2a087c8827 Align reference docs with new Gradle DSL for archive's launch script
Closes gh-9935
7 years ago