Stephane Nicoll
d0ccb59931
Revert "Upgrade CI images to Ubuntu Bionic 20200311"
...
This reverts commit d25286c5
Closes gh-20566
5 years ago
Stephane Nicoll
07d28dcc02
Merge pull request #20566 from dreis2211
...
* pr/20566:
Upgrade CI images to Ubuntu Bionic 20200311
Closes gh-20566
5 years ago
dreis2211
d25286c5d6
Upgrade CI images to Ubuntu Bionic 20200311
...
See gh-20566
5 years ago
Andy Wilkinson
b51c7386aa
Fix detection of application home for paths containing spaces
...
Fixes gh-20531
5 years ago
Andy Wilkinson
f251772e17
Fix behaviour of DependencyCustomizer ifAllResourcesPresent
...
Previously, DependencyCustomizer's ifAllResourcesPresent method
would return a customizer that added modules if any of the resources
were present. This commit corrects this behaviours so that modules are
only added if all resources are present.
Fixes gh-20418
5 years ago
Andy Wilkinson
2b2113714d
Use getTomcatWebServer to create TomcatWebServer instance
...
TomcatReactiveWebServerFactory's getTomcatWebServer is described as
being a hook point the can be overrideden to return a different
TomcatWebServer or to apply additional processing to the Tomcat
server. Previously, this did not work as the method was not called
to create the TomcatWebServer instance. Instead, TomcatWebServer was
instantiated and returned directly.
This commit updates TomcatReactiveWebServerFactory to call
getTomcatWebServer to create the TomcatWebServer instance. A test
has also been added to verify that the method is now used.
Fixes gh-20386
5 years ago
Madhura Bhave
06d870bdd0
Do not wrap CF JSON Keys containing special characters
...
This reverts commit 6828a15d31
.
The commit has been reverted as it breaks backwards compatiblity.
Fixes gh-20343
5 years ago
Stephane Nicoll
c5344b58c2
Merge pull request #20420 from dreis2211
...
* pr/20420:
Upgrade CI to Docker 19.03.7
Closes gh-20420
5 years ago
dreis2211
570dca8064
Upgrade CI to Docker 19.03.7
...
See gh-20420
5 years ago
Madhura Bhave
bb8e653b3d
Merge pull request #20361 from dreis2211
...
* pr/20361:
Upgrade CI images to Ubuntu Bionic 20200219
Closes gh-20361
5 years ago
dreis2211
cd9879d45a
Upgrade CI images to Ubuntu Bionic 20200219
...
See gh-20361
5 years ago
Stephane Nicoll
d0019cda4a
Merge pull request #20355 from dreis2211
...
* pr/20355:
Automate Ubuntu base image upgrade
Closes gh-20355
5 years ago
dreis2211
4136300235
Automate Ubuntu base image upgrade
...
See gh-20355
5 years ago
Spring Buildmaster
3df446227e
Next development version (v2.1.14.BUILD-SNAPSHOT)
5 years ago
Stephane Nicoll
0c5973f688
Upgrade to Neo4j Ogm 3.1.17
...
Closes gh-20322
5 years ago
Stephane Nicoll
eb33be8849
Upgrade to Rxjava2 2.2.18
...
Closes gh-20321
5 years ago
Stephane Nicoll
5db92e3d30
Upgrade to Jackson 2.9.10.20200223
...
Closes gh-20320
5 years ago
Stephane Nicoll
de3f72f25b
Upgrade to Spring Data Lovelace-SR16
...
Closes gh-20198
5 years ago
Stephane Nicoll
eaafe50880
Upgrade to Spring Framework 5.1.14
...
Closes gh-20197
5 years ago
Andy Wilkinson
cb2e3bd076
Upgrade to Reactor Californium-SR16
...
Closes gh-20196
5 years ago
Madhura Bhave
88ee50601d
Update copyright of changed files
5 years ago
Madhura Bhave
0957168626
Binding to collection of custom objects should not fail with unbound error
...
Fixes gh-20134
5 years ago
Stephane Nicoll
fb97f075b9
Upgrade to Maven Shade Plugin 3.2.2
...
Closes gh-20260
5 years ago
Stephane Nicoll
29d7714a2b
Upgrade to Spring Session Bom Bean-SR9
...
Closes gh-20259
5 years ago
Stephane Nicoll
eecd8e1669
Upgrade to Spring Security 5.1.8.RELEASE
...
Closes gh-20258
5 years ago
Stephane Nicoll
3f538c2b4a
Upgrade to Lombok 1.18.12
...
Closes gh-20257
5 years ago
Stephane Nicoll
32fdc42ce1
Upgrade to Postgresql 42.2.10
...
Closes gh-20256
5 years ago
Stephane Nicoll
1e5b548501
Upgrade to Infinispan 9.4.18.Final
...
Closes gh-20255
5 years ago
Stephane Nicoll
7b8d3c284d
Upgrade to Jetty 9.4.26.v20200117
...
Closes gh-20254
5 years ago
Stephane Nicoll
ac41bcbb66
Upgrade to Tomcat 9.0.31
...
Closes gh-20253
5 years ago
Stephane Nicoll
2b033c532b
Upgrade to Httpclient 4.5.11
...
Closes gh-20252
5 years ago
Stephane Nicoll
b3b7d80374
Upgrade to Dependency Management Plugin 1.0.9.RELEASE
...
Closes gh-20251
5 years ago
Stephane Nicoll
b5a20492bd
Upgrade to Netty Tcnative 2.0.29.Final
...
Closes gh-20250
5 years ago
Stephane Nicoll
cd99b838f7
Upgrade to Hazelcast 3.11.7
...
Closes gh-20249
5 years ago
Stephane Nicoll
4b9070d9b5
Upgrade to Appengine Sdk 1.9.78
...
Closes gh-20248
5 years ago
Stephane Nicoll
f4a3d7ff3a
Upgrade to Couchbase Client 2.7.12
...
Closes gh-20247
5 years ago
Stephane Nicoll
5750b8d826
Start building against Reactor Californium-SR16 snapshots
...
See gh-20196
5 years ago
Stephane Nicoll
6aeff91f50
Polish
5 years ago
Andy Wilkinson
29bc5d848e
Start building against Spring Data Lovelace-SR16 snapshots
...
See gh-20198
5 years ago
Andy Wilkinson
5ae66d4c08
Start building against Spring Framework 5.1.14 snapshots
...
See gh-20197
5 years ago
Stephane Nicoll
2147976c17
Do not fallback to embedded configuration if a datasource url is set
...
This commit makes sure that a fallback embedded datasource is not
created if no suitable connection pool is found and an url has been
explicitly registered.
This is consistent with EmbeddedDataSourceConfiguration as it is using
EmbeddedDatabaseBuilder behind the scenes and the latter does not
honour the configured URL anyway.
Closes gh-19192
5 years ago
Andy Wilkinson
c8907d46b4
Fix up-to-date checking of build info properties
...
Closes gh-20135
5 years ago
Stephane Nicoll
32c1dd45a9
Revert "Merge pull request #19926 from xak2000"
...
Closes gh-19926
5 years ago
Stephane Nicoll
41b054460b
Merge pull request #20157 from dreis2211
...
* pr/20157:
Upgrade CI to Docker 19.03.5
Closes gh-20157
5 years ago
dreis2211
e1f743a21b
Upgrade CI to Docker 19.03.5
...
See gh-20157
5 years ago
Madhura Bhave
97ac6c9de7
Polish
5 years ago
Madhura Bhave
8bce270445
Merge pull request #19202 from bono007
...
* pr/19202:
Polish "Verify ssl key alias on server startup"
Verify ssl key alias on server startup
Closes gh-19202
5 years ago
Madhura Bhave
ac91f14f05
Polish "Verify ssl key alias on server startup"
...
See gh-19202
5 years ago
cbono
e351605962
Verify ssl key alias on server startup
...
See gh-19202
5 years ago
Madhura Bhave
747eab020d
Update copyright of changed files
5 years ago