Andy Wilkinson
067f5a52cc
Merge branch '2.4.x'
...
Closes gh-24784
4 years ago
Andy Wilkinson
139152ccce
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24783
4 years ago
Andy Wilkinson
5a02996eca
Fix release train version's comparison with other version types
...
Fixes gh-24782
4 years ago
Stephane Nicoll
68f0304833
Merge branch '2.4.x'
4 years ago
Stephane Nicoll
a5dbe3091b
Merge branch '2.3.x' into 2.4.x
4 years ago
Stephane Nicoll
c5d4ca933b
Upgrade to Reactor Dysprosium-SR16
...
Closes gh-24765
4 years ago
Stephane Nicoll
09d417fe74
Merge branch '2.2.x' into 2.3.x
4 years ago
Stephane Nicoll
a0c5e35e04
Upgrade to Reactor Dysprosium-SR16
...
Closes gh-24766
4 years ago
Stephane Nicoll
60fa1b4754
Upgrade to Thymeleaf 3.0.12.RELEASE
...
Closes gh-24781
4 years ago
Stephane Nicoll
9c6133b090
Upgrade to Neo4j Ogm 3.2.19
...
Closes gh-24780
4 years ago
Stephane Nicoll
843577993c
Upgrade to Hibernate Validator 6.0.22.Final
...
Closes gh-24779
4 years ago
Stephane Nicoll
6bbcdf4860
Upgrade to Hibernate 5.4.27.Final
...
Closes gh-24778
4 years ago
Stephane Nicoll
408c5cd1eb
Upgrade to Johnzon Jsonb 1.2.9
...
Closes gh-24777
4 years ago
Stephane Nicoll
f62f8811f9
Upgrade to Byte Buddy 1.10.19
...
Closes gh-24776
4 years ago
Stephane Nicoll
7aec55963c
Upgrade to Joda Time 2.10.9
...
Closes gh-24775
4 years ago
Stephane Nicoll
d567327ab8
Upgrade to Netty Tcnative 2.0.36.Final
...
Closes gh-24774
4 years ago
Stephane Nicoll
c02fc18f9f
Upgrade to Netty 4.1.56.Final
...
Closes gh-24773
4 years ago
Stephane Nicoll
13cd538df1
Upgrade to Dropwizard Metrics 4.1.17
...
Closes gh-24772
4 years ago
Stephane Nicoll
6bbe0029b5
Upgrade to Hazelcast 3.12.11
...
Closes gh-24771
4 years ago
Stephane Nicoll
4a890368b4
Upgrade to Appengine Sdk 1.9.84
...
Closes gh-24770
4 years ago
Andy Wilkinson
8281f404d1
Merge branch '2.4.x'
...
Closes gh-24769
4 years ago
Andy Wilkinson
c3dfb9bd29
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24768
4 years ago
Andy Wilkinson
997505005b
Handle files larger than Integer.MAX_VALUE bytes in bootJar and bootWar
...
Fixes gh-24618
4 years ago
Stephane Nicoll
2655c1b1be
Merge branch '2.4.x'
4 years ago
Stephane Nicoll
b79b098264
Merge branch '2.3.x' into 2.4.x
4 years ago
Stephane Nicoll
f02951fb17
Upgrade to Netty 4.1.56.Final
...
Closes gh-24764
4 years ago
Stephane Nicoll
2e69198f97
Upgrade to Neo4j OGM 3.2.19
...
Closes gh-24763
4 years ago
Stephane Nicoll
5fb1ca6043
Upgrade to Johnzon 1.2.9
...
Closes gh-24762
4 years ago
Stephane Nicoll
37f653121f
Upgrade to Jetty Reactive HTTPClient 1.1.5
...
Closes gh-24761
4 years ago
Stephane Nicoll
3ae9639cbb
Upgrade to Jackson Bom 2.11.4
...
Closes gh-24760
4 years ago
Stephane Nicoll
371e59cd80
Upgrade to Hibernate Validator 6.1.7.Final
...
Closes gh-24759
4 years ago
Stephane Nicoll
e48e48988a
Upgrade to Hibernate 5.4.27.Final
...
Closes gh-24758
4 years ago
Stephane Nicoll
66daeab221
Upgrade to Hazelcast 3.12.11
...
Closes gh-24757
4 years ago
Stephane Nicoll
682c952306
Upgrade to Dropwizard Metrics 4.1.17
...
Closes gh-24756
4 years ago
Stephane Nicoll
7ab9fad062
Upgrade to Byte Buddy 1.10.19
...
Closes gh-24755
4 years ago
Stephane Nicoll
b3bc79b10f
Upgrade to AppEngine SDK 1.9.84
...
Closes gh-24754
4 years ago
Stephane Nicoll
d14921968b
Upgrade to Spring Framework 5.3.3
...
Closes gh-24750
4 years ago
Stephane Nicoll
2ceaf67fed
Merge branch '2.4.x'
4 years ago
Stephane Nicoll
8058370f3e
Upgrade to Spring Framework 5.3.3
...
Closes gh-24699
4 years ago
Phillip Webb
66598ed4ad
Merge branch '2.4.x'
4 years ago
Phillip Webb
bd21c43d71
Simplify resource registration
...
Simplify resource registration by using the new Spring Framework API
that allows `Resource` instances to be registered directly.
See gh-24745
4 years ago
Phillip Webb
e50d61a78d
Start building against Spring Framework 5.3.3 snapshots
...
See gh-24750
4 years ago
Phillip Webb
a8f291b252
Merge branch '2.4.x'
...
Closes gh-24749
4 years ago
Phillip Webb
f1fcfa6fc3
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24748
4 years ago
Phillip Webb
72dd3b5628
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24747
4 years ago
Phillip Webb
f9e3e0d532
Register default resource path using a Resource
...
Update `WebMvcAutoConfiguration` so that the default "/" resource path
is registered directly as a `ServletContextResource`.
Closes gh-24745
4 years ago
Phillip Webb
21a08ed37d
Merge branch '2.4.x'
...
Closes gh-24746
4 years ago
Phillip Webb
53a6fa2fed
Respect spring.dao.exceptiontranslation setting
...
Update `DataSourceTransactionManagerAutoConfiguration` to respect
the `spring.dao.exceptiontranslation` setting. If `exceptiontranslation`
is `false` then we create a classic `DataSourceTransactionManager`
rather than a `JdbcTransactionManager`.
Fixes gh-24321
4 years ago
Phillip Webb
3fc1d319fe
Merge branch '2.4.x'
4 years ago
Phillip Webb
cff3e4c831
Fix tests following upstream framework changes
4 years ago