Commit Graph

31798 Commits (c6b256715657abbd6d7a6b3621fee62d3c339229)
 

Author SHA1 Message Date
Stephane Nicoll 46ede9cd22 Upgrade to MariaDB 2.7.4
Closes gh-27669
3 years ago
Stephane Nicoll 9728511950 Upgrade to Logback 1.2.5
Closes gh-27668
3 years ago
Stephane Nicoll b32dfaad15 Upgrade to Janino 3.1.6
Closes gh-27667
3 years ago
Stephane Nicoll 8c0aea7acb Upgrade to Glassfish JAXB 2.3.5
Closes gh-27666
3 years ago
Stephane Nicoll 1fdeda0d15 Upgrade to Ehcache3 3.9.5
Closes gh-27665
3 years ago
Stephane Nicoll fa99ae774a Upgrade to Spring Data 2020.0.12
Closes gh-27632
3 years ago
Stephane Nicoll 69f54c6b6d Upgrade to Micrometer 1.6.10
Closes gh-27596
3 years ago
Andy Wilkinson 403dda7f0d Remove field inject and circular reference from Data Mongo smoke test
Closes gh-27651
3 years ago
Andy Wilkinson 3bed23d9dc Replace PropertyMapper.CachingSupplier with use of SingletonSupplier
Closes gh-27635
3 years ago
Stephane Nicoll d888eb64de Start building against Spring Data 2020.0.12 snapshots
See gh-27632
3 years ago
Stephane Nicoll 7d326bd0dc Upgrade to Reactor 2020.0.10
Closes gh-27595
3 years ago
Andy Wilkinson d4d1ca007e Mention productionRuntimeClasspath in the docs
Closes gh-27558
3 years ago
Stephane Nicoll d5da9b070a Merge pull request #27614 from hpoettker
* pr/27614:
  Fix typo in javadoc

Closes gh-27614
3 years ago
Henning Pöttker 5b15c2191b Fix typo in javadoc
See gh-27614
3 years ago
Stephane Nicoll cd0bb969db Fix Potential NPE in TomcatMetricsBinder.findContext()
Closes gh-27576
3 years ago
Stephane Nicoll a4bf490582 Start building against Spring Session 2020.0.6 snapshots
See gh-27599
3 years ago
Stephane Nicoll e377a59f51 Start building against Spring Integration 5.4.10 snapshots
See gh-27598
3 years ago
Stephane Nicoll 7e3ad42fd3 Start building against Spring Security 5.4.8 snapshots
See gh-27597
3 years ago
Stephane Nicoll 1f2a5becf7 Start building against Micrometer 1.6.10 snapshots
See gh-27596
3 years ago
Stephane Nicoll 50b3b73ca7 Start building against Reactor 2020.0.10 snapshots
See gh-27595
3 years ago
Stephane Nicoll 2132a73fdb Merge branch '2.3.x' into 2.4.x
Closes gh-27585
3 years ago
Stephane Nicoll 7cec0b3cb6 Merge pull request #27539 from dreis2211
* pr/27539:
  Switch to Adoptium JDK builds in CI

Closes gh-27539
3 years ago
dreis2211 4d1a53d9a8 Switch to Adoptium JDK builds in CI
See gh-27539
3 years ago
Stephane Nicoll c28a5ba757 Merge branch '2.3.x' into 2.4.x 3 years ago
Stephane Nicoll 575b536b84 Upgrade Java 11 version in CI image
Closes gh-27570
3 years ago
Stephane Nicoll 5b2c551ec4 Upgrade Java 8 version in CI image
Closes gh-27568
3 years ago
Stephane Nicoll 276865c550 Upgrade CI to Docker 20.10.8
Closes gh-27563
3 years ago
Stephane Nicoll f5a9ea0123 Upgrade Java 16 version in CI image
Closes gh-27572
3 years ago
Stephane Nicoll d03f9e2f1a Upgrade Java 11 version in CI image
Closes gh-27566
3 years ago
Stephane Nicoll 8a261af8d7 Upgrade Java 8 version in CI image
Closes gh-27567
3 years ago
Stephane Nicoll a93688ee17 Upgrade CI to Docker 20.10.8
Closes gh-27573
3 years ago
Stephane Nicoll e7b60678dc Merge pull request #27537 from izeye
* pr/27537:
  Use deprecated mainClassName in Gradle test

Closes gh-27537
3 years ago
izeye 9f44cefc56 Use deprecated mainClassName in Gradle test
See gh-27537
3 years ago
Stephane Nicoll b85f0ee33d Merge pull request #27538 from wuwen5
* pr/27538:
  Remove dead code in DefaultErrorAttributes

Closes gh-27538
3 years ago
wuwen 46c47dcd29 Remove dead code in DefaultErrorAttributes
See gh-27538
3 years ago
Scott Frederick 5d793afcb5 Prevent hanging when deleting Docker builder container after exception
An exception being thrown while the Maven plugin is uploading the app
archive bits to an ephemeral builder container would leave the
interaction with the Docker daemon in a state that caused further
interaction with the daemon (such as deleting the ephemeral builder)
to hang indefinitely. This commit cleans up the connection on an
exception to prevent this condition.

Fixes gh-27515
3 years ago
Andy Wilkinson 7eb5f35f2f Make WebTestClient creation back off when no HTTP client available
Fixes gh-27520
3 years ago
Andy Wilkinson ad2d9c0ab1 Customize Cassandra's configuration to reduce container startup time
Closes gh-27524
3 years ago
Stephane Nicoll 08006c2894 Upgrade Ubuntu version in CI images
Closes gh-27519
3 years ago
Stephane Nicoll e02da55d6d Merge branch '2.3.x' into 2.4.x 3 years ago
Stephane Nicoll 9c71e92c37 Upgrade Ubuntu version in CI images
Closes gh-27518
3 years ago
Andy Wilkinson ade922baec Stabilize LiveReloadServerTests
Closes gh-27503
3 years ago
Andy Wilkinson 031a036c9f Customize security filter registration in separate management context
Fixes gh-27372
3 years ago
Stephane Nicoll 6d0f5d5f21 Upgrade to Spring Integration 5.4.9
Closes gh-27500
3 years ago
Stephane Nicoll d31653e3c3 Upgrade to Spring Kafka 2.6.10
Closes gh-27501
3 years ago
Andy Wilkinson 4247131192 Start building against Spring Integration 5.4.9 snapshots
See gh-27500
3 years ago
Andy Wilkinson ea6cb74ccf Ignore Spring Boot when finding dependency upgrades
Closes gh-27447
3 years ago
Andy Wilkinson 5d9da7206e Limit use of deprecated mainClassName in Gradle plugin tests
Closes gh-27320
3 years ago
Andy Wilkinson aebe52853f Switch from vito/oci-build-task to concourse/oci-build-task
Closes gh-27421
3 years ago
Andy Wilkinson 0326fa47b7 Make DataJpaTestSchemaCredentialsIntegrationTests create the schema
Closes gh-26106
3 years ago