Commit Graph

33839 Commits (74ce8b751689f4937293308e45582b91e6183948)
 

Author SHA1 Message Date
Stephane Nicoll e4e3ac6bc3 Merge branch '2.4.x' into 2.5.x 3 years ago
Stephane Nicoll f37406f7b1 Upgrade to Netty tcNative 2.0.45.Final
Closes gh-28561
3 years ago
Stephane Nicoll 4c8dbd7469 Upgrade to Netty 4.1.70.Final
Closes gh-28560
3 years ago
Stephane Nicoll 92193caff6 Upgrade to Johnzon 1.2.15
Closes gh-28559
3 years ago
Stephane Nicoll 019971f375 Upgrade to Hazelcast 4.1.6
Closes gh-28558
3 years ago
Stephane Nicoll 388f8a33a5 Upgrade to Gson 2.8.9
Closes gh-28557
3 years ago
Stephane Nicoll c8a1734e0f Upgrade to AppEngine SDK 1.9.92
Closes gh-28556
3 years ago
Stephane Nicoll e802d6b102 Upgrade to Netty tcNative 2.0.45.Final
Closes gh-28555
3 years ago
Stephane Nicoll c14b07717c Upgrade to Netty 4.1.70.Final
Closes gh-28554
3 years ago
Stephane Nicoll e06bb693f8 Upgrade to Johnzon 1.2.15
Closes gh-28553
3 years ago
Stephane Nicoll 2584463fed Upgrade to Gson 2.8.9
Closes gh-28552
3 years ago
Stephane Nicoll c5830b083c Upgrade to AppEngine SDK 1.9.92
Closes gh-28551
3 years ago
Stephane Nicoll 91f7ff3ba3 Merge branch '2.4.x' into 2.5.x
Closes gh-28549
3 years ago
Stephane Nicoll c1a6f608d6 Merge pull request #28548 from slowjoe007
* pr/28548:
  Polish "Fix typo"
  Fix typo

Closes gh-28548
3 years ago
Stephane Nicoll 188278ae4a Polish "Fix typo"
See gh-28548
3 years ago
slowjoe007 5a121197fc Fix typo
See gh-28548
3 years ago
Stephane Nicoll 034cf6ac34 Merge pull request #28531 from dreis2211
* pr/28531:
  Polish contribution
  Avoid duplicate AOP proxy class definition with FilteredClassLoader

Closes gh-28531
3 years ago
Stephane Nicoll 4304eea319 Polish contribution
See gh-28531
3 years ago
dreis2211 7d594aa301 Avoid duplicate AOP proxy class definition with FilteredClassLoader
See gh-28531
3 years ago
Stephane Nicoll cd5508a679 Polish 3 years ago
Stephane Nicoll 9887daac07 Merge branch '2.4.x' into 2.5.x 3 years ago
Stephane Nicoll 79c9d21926 Start building against Spring Batch 4.3.4 snapshots
See gh-28250
3 years ago
Stephane Nicoll 45deb1ac56 Start building against Spring Kafka 2.7.9 snapshots
See gh-28539
3 years ago
Stephane Nicoll 6984d80389 Start building against Spring Integration 5.5.6 snapshots
See gh-28513
3 years ago
Stephane Nicoll b9e1bf6b1a Start building against Spring Data 2021.0.7 snapshots
See gh-28512
3 years ago
Stephane Nicoll d36c0f21b3 Start building against Micrometer 1.7.6 snapshots
See gh-28511
3 years ago
Stephane Nicoll 71fb6ef9e1 Start building against Spring Framework 5.3.13 snapshots
See gh-28510
3 years ago
Stephane Nicoll 8426fd9488 Start building against Reactor 2020.0.13 snapshots
See gh-28509
3 years ago
Stephane Nicoll 190d39a4f9 Start building against Spring Batch 4.3.4 snapshots
See gh-28230
3 years ago
Stephane Nicoll 5c995a2d9b Start building against Spring Data 2020.0.15 snapshots
See gh-28508
3 years ago
Stephane Nicoll 176496bd18 Start building against Micrometer 1.6.13 snapshots
See gh-28507
3 years ago
Stephane Nicoll 7ae68b6ccc Start building against Spring Framework 5.3.13 snapshots
See gh-28506
3 years ago
Stephane Nicoll d887e438eb Start building against Reactor 2020.0.13 snapshots
See gh-28505
3 years ago
Stephane Nicoll 06e9991e6a Polish
See gh-28501
3 years ago
Andy Wilkinson 28d323ee3a Merge branch '2.4.x' into 2.5.x
See gh-28484
3 years ago
Andy Wilkinson b9e3660833 Revert running tests in parallel
See gh-19876
3 years ago
Andy Wilkinson 33249e9414 Merge branch '2.4.x' into 2.5.x
Closes gh-28489
3 years ago
Andy Wilkinson 12d8f942be Stop logging to the file used in the generated documentation
Closes gh-28488
3 years ago
Andy Wilkinson 5e42f27b36 Merge branch '2.4.x' into 2.5.x
Closes gh-28486
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 7fe6f4887c Merge branch '2.4.x' into 2.5.x
Closes gh-28484
3 years ago
Andy Wilkinson 22d85e6d7b Allow tests to be run in parallel across multiple workers
Closes gh-19876
3 years ago
Andy Wilkinson 07ed7ab944 Merge branch '2.4.x' into 2.5.x
Closes gh-28482
3 years ago
Andy Wilkinson 2462f67be4 Align test for spring.data.mongodb.autoIndexCreation with new default
Closes gh-28481
3 years ago
Andy Wilkinson ae93bb3a11 Merge branch '2.4.x' into 2.5.x
Closes gh-28479
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 282e8ecc1a Merge branch '2.4.x' into 2.5.x
See gh-28473
3 years ago
Stephane Nicoll a8eed97efd Revert "Add .gitattributes"
See gh-28476
3 years ago
Stephane Nicoll 66553ac8c7 Add .gitattributes
Closes gh-28473
3 years ago
Stephane Nicoll 94cd2f7ca1 Merge branch '2.4.x' into 2.5.x 3 years ago