Commit Graph

31757 Commits (b9e36608331ba8e6c5950e45f920d446adf7fc88)
 

Author SHA1 Message Date
Andy Wilkinson b9e3660833 Revert running tests in parallel
See gh-19876
3 years ago
Andy Wilkinson 12d8f942be Stop logging to the file used in the generated documentation
Closes gh-28488
3 years ago
Andy Wilkinson e4e1958b65 Make Logback fall back to JVM's default charset
The charset "default" is an alias for US-ASCII, not the JVM's default
charset. This commit updates the built-in Logback configuration to
use Charset.defaultCharset().name() in place of "default" in the
Java-based configuration. In the XML-based configuration where
Charset.defaultCharset().name() cannot be called, we emulate its
behaviour [1] by using the file.encoding system property, falling back
to UTF-8 when it's not set.

Fixes gh-27230

[1] 19be6113dd/jdk/src/share/classes/java/nio/charset/Charset.java (L604-L617)
3 years ago
Andy Wilkinson 22d85e6d7b Allow tests to be run in parallel across multiple workers
Closes gh-19876
3 years ago
Andy Wilkinson 2462f67be4 Align test for spring.data.mongodb.autoIndexCreation with new default
Closes gh-28481
3 years ago
Andy Wilkinson 10f0017d69 Fix method validation in child contexts
Bean post-processors only apply to the context in which they're
registered. ValidationAutoConfiguration will only auto-configure the
MethodValidationPostProcessor if the post-processor is missing from
the current context and any of its ancestors. If an ancestor context
contains the post-processor it will not be auto-configured and the
descendant context will not have method validation configured.

This commit updates the auto-configuration to limit the search for
an existing MethodValidationPostProcessor bean to the current
context.

Fixes gh-27890
3 years ago
Stephane Nicoll a8eed97efd Revert "Add .gitattributes"
See gh-28476
3 years ago
Stephane Nicoll 1b3f52d609 Harmonize line endings
See gh-27615
3 years ago
Stephane Nicoll bcb0d83898 Merge pull request #27615 from Goooler
* pr/27615:
  Polish "Add .gitattributes"
  Add .gitattributes

Closes gh-27615
3 years ago
Stephane Nicoll 497d68acf1 Polish "Add .gitattributes"
See gh-27615
3 years ago
Goooler 8c2dd7c589 Add .gitattributes
See gh-27615
3 years ago
Andy Wilkinson 72f80f3ae6 Upgrade to Testcontainers 1.16.1
Closes gh-28468
3 years ago
Stephane Nicoll e4c96b3684 Merge pull request #28448 from ghusta
* pr/28448:
  Polish "Fix description of "logging.logback.rollingpolicy.max-history""
  Fix description of "logging.logback.rollingpolicy.max-history"

Closes gh-28448
3 years ago
Stephane Nicoll 265199f42b Polish "Fix description of "logging.logback.rollingpolicy.max-history""
See gh-28448
3 years ago
Guillaume Husta a05b2207f8 Fix description of "logging.logback.rollingpolicy.max-history"
See gh-28448
3 years ago
Stephane Nicoll 30a75e89d1 Upgrade CI to Docker 20.10.10
Closes gh-28462
3 years ago
Stephane Nicoll b481c81e36 Upgrade Java 11 version in CI image
Closes gh-28456
3 years ago
Stephane Nicoll 43d4fe254c Upgrade Java 8 version in CI image
Closes gh-28455
3 years ago
Andy Wilkinson 7607587b6c Stabilize liveReloadOnClassPathChanged()
Closes gh-28441
3 years ago
Andy Wilkinson 8622418e5d Merge pull request #28367 from polarbear567
* gh-28367:
  Polish "Polish"
  Polish

Closes gh-28367
3 years ago
Andy Wilkinson a545b6e0b4 Polish "Polish"
See gh-28367
3 years ago
Leo Li 1586232761 Polish
See gh-28367
3 years ago
Andy Wilkinson 7a38455591 Merge pull request #28183 from phxql
* gh-28183:
  Polish "Explain how to disable/configure the ActiveMQ embedded broker"
  Explain how to disable/configure the ActiveMQ embedded broker

Closes gh-28183
3 years ago
Andy Wilkinson 8a78864edd Polish "Explain how to disable/configure the ActiveMQ embedded broker"
See gh-28183
3 years ago
Moritz Kammerer 0c5f0efcea Explain how to disable/configure the ActiveMQ embedded broker
See gh-28183
3 years ago
Stephane Nicoll 773b0f93b7 Upgrade to Commons Compress 1.21
Closes gh-28429
3 years ago
Andy Wilkinson 7f976dab9e Polish "Don't use markdown syntax in javadoc or error messages"
See 2f6651c3cb.

Closes gh-28408
3 years ago
Phillip Webb 2f6651c3cb Don't use markdown syntax in javadoc or error messages
Closes gh-28408
3 years ago
Spring Builds d6a10012b3 Next development version (v2.4.13-SNAPSHOT) 3 years ago
Stephane Nicoll 60c815ad42 Upgrade Ubuntu version in CI images
Closes gh-28402
3 years ago
Stephane Nicoll 3abda656f0 Upgrade to Spring Session 2020.0.7
Closes gh-28229
3 years ago
Stephane Nicoll 91524ccc95 Upgrade to Spring Framework 5.3.12
Closes gh-28223
3 years ago
Stephane Nicoll 3d2091136a Upgrade to Nimbus JOSE JWT 8.23
Closes gh-28392
3 years ago
Stephane Nicoll 3e6da7ee2b Upgrade to MySQL 8.0.27
Closes gh-28391
3 years ago
Stephane Nicoll 5865246920 Upgrade to Ehcache3 3.9.7
Closes gh-28390
3 years ago
Andy Wilkinson 971bdd36fe Start building against Framework 5.3.12 snapshots
This reverts commit b32a38a814.

See gh-28223
Closes gh-28369
3 years ago
Andy Wilkinson 6c45878541 Merge pull request #28376 from fml2
* gh-28376:
  Polish "Fix typos in EnvironmentPostProcessor javadoc"
  Fix typos in EnvironmentPostProcessor javadoc

Closes gh-28376
3 years ago
Andy Wilkinson 54ce51e43c Polish "Fix typos in EnvironmentPostProcessor javadoc"
See gh-28376
3 years ago
fml2 ded396b728 Fix typos in EnvironmentPostProcessor javadoc
See gh-28376
3 years ago
Andy Wilkinson ce8671ff37 Upgrade to Spring Security 5.4.9
Closes gh-28228
3 years ago
Andy Wilkinson 669caa92f8 Upgrade to Spring Kafka 2.6.11
Closes gh-28227
3 years ago
Andy Wilkinson 5fe75f3d58 Improve diagnostics when no DSLContext due to R2DBC
Fixes gh-28378
3 years ago
Andy Wilkinson 754b52c6bc Upgrade to Spring AMQP 2.3.11
Closes gh-28226
3 years ago
Andy Wilkinson a93cf64834 Make JMX endpoints available when lazy init is enabled
Closes gh-28335
3 years ago
Andy Wilkinson a722fe46fb Upgrade to Spring Data 2020.0.14
Closes gh-28225
3 years ago
Andy Wilkinson 779439311d Revert "Upgrade to Spring Data 2020.0.14"
This reverts commit 752789d3ee.

See gh-28225
3 years ago
Andy Wilkinson 22e7ba6f64 Revert "Start building against Spring Batch 4.3.4 snapshots"
This reverts commit 33ffae8e74.

See gh-28230
3 years ago
Andy Wilkinson 752789d3ee Upgrade to Spring Data 2020.0.14
Closes gh-28225
3 years ago
Andy Wilkinson b32a38a814 Work around unwanted static resource warnings from WebFlux and MVC
See gh-28223
3 years ago
Stephane Nicoll bad37f9e37 Upgrade to Netty 4.1.69.Final
Closes gh-28359
3 years ago