Commit Graph

31779 Commits

Author SHA1 Message Date
Stephane Nicoll
24c578e3ad Upgrade to Micrometer 1.6.13
Closes gh-28507
2021-11-11 09:57:22 +01:00
Stephane Nicoll
c8d9f94821 Upgrade to Spring Framework 5.3.13
Closes gh-28506
2021-11-11 09:56:52 +01:00
Andy Wilkinson
f3b5e6bb3e Adapt to removal of static resource location filtering
See gh-28506
2021-11-10 20:15:56 +00:00
Stephane Nicoll
85e06438e3 Start building against Spring AMQP 2.3.12 snapshots
See gh-28599
2021-11-10 19:50:24 +01:00
Stephane Nicoll
ab1748f06f Upgrade to Reactor 2020.0.13
Closes gh-28505
2021-11-09 19:42:57 +01:00
Phillip Webb
75bf430eb1 Polish ImportsContextCustomizerTests
Update the test classes to include an `@Import` annotation. Without this
the tests would not fail even if the filter is missing.
2021-11-08 13:13:04 -08:00
Phillip Webb
db0287c51f Merge pull request #28563 from ledoyen
* pr/28563:
  Polish 'Ignore JUnit annotations when caching test contexts'
  Ignore JUnit annotations when caching test contexts

Closes gh-28563
2021-11-08 13:07:42 -08:00
Phillip Webb
8a14e1e2e9 Polish 'Ignore JUnit annotations when caching test contexts'
See gh-28563
2021-11-08 13:07:26 -08:00
Loïc Ledoyen
23876d8a32 Ignore JUnit annotations when caching test contexts
Update `ImportsContextCustomizer` to ignore JUnit annotations.

See gh-28563
2021-11-08 13:06:23 -08:00
Stephane Nicoll
e802d6b102 Upgrade to Netty tcNative 2.0.45.Final
Closes gh-28555
2021-11-08 08:32:07 +01:00
Stephane Nicoll
c14b07717c Upgrade to Netty 4.1.70.Final
Closes gh-28554
2021-11-08 08:32:05 +01:00
Stephane Nicoll
e06bb693f8 Upgrade to Johnzon 1.2.15
Closes gh-28553
2021-11-08 08:32:04 +01:00
Stephane Nicoll
2584463fed Upgrade to Gson 2.8.9
Closes gh-28552
2021-11-08 08:32:03 +01:00
Stephane Nicoll
c5830b083c Upgrade to AppEngine SDK 1.9.92
Closes gh-28551
2021-11-08 08:32:02 +01:00
Stephane Nicoll
c1a6f608d6 Merge pull request #28548 from slowjoe007
* pr/28548:
  Polish "Fix typo"
  Fix typo

Closes gh-28548
2021-11-08 08:29:37 +01:00
Stephane Nicoll
188278ae4a Polish "Fix typo"
See gh-28548
2021-11-08 08:29:11 +01:00
slowjoe007
5a121197fc Fix typo
See gh-28548
2021-11-08 08:28:28 +01:00
Stephane Nicoll
190d39a4f9 Start building against Spring Batch 4.3.4 snapshots
See gh-28230
2021-11-05 10:06:58 +01:00
Stephane Nicoll
5c995a2d9b Start building against Spring Data 2020.0.15 snapshots
See gh-28508
2021-11-05 10:06:27 +01:00
Stephane Nicoll
176496bd18 Start building against Micrometer 1.6.13 snapshots
See gh-28507
2021-11-05 10:05:38 +01:00
Stephane Nicoll
7ae68b6ccc Start building against Spring Framework 5.3.13 snapshots
See gh-28506
2021-11-05 10:05:11 +01:00
Stephane Nicoll
d887e438eb Start building against Reactor 2020.0.13 snapshots
See gh-28505
2021-11-05 10:04:46 +01:00
Andy Wilkinson
b9e3660833 Revert running tests in parallel
See gh-19876
2021-10-29 17:18:13 +01:00
Andy Wilkinson
12d8f942be Stop logging to the file used in the generated documentation
Closes gh-28488
2021-10-29 15:51:32 +01:00
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)
2021-10-29 14:40:05 +01:00
Andy Wilkinson
22d85e6d7b Allow tests to be run in parallel across multiple workers
Closes gh-19876
2021-10-29 12:48:45 +01:00
Andy Wilkinson
2462f67be4 Align test for spring.data.mongodb.autoIndexCreation with new default
Closes gh-28481
2021-10-29 11:23:35 +01:00
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
2021-10-29 10:08:57 +01:00
Stephane Nicoll
a8eed97efd Revert "Add .gitattributes"
See gh-28476
2021-10-28 17:37:47 +02:00
Stephane Nicoll
1b3f52d609 Harmonize line endings
See gh-27615
2021-10-28 15:22:57 +02:00
Stephane Nicoll
bcb0d83898 Merge pull request #27615 from Goooler
* pr/27615:
  Polish "Add .gitattributes"
  Add .gitattributes

Closes gh-27615
2021-10-28 15:22:45 +02:00
Stephane Nicoll
497d68acf1 Polish "Add .gitattributes"
See gh-27615
2021-10-28 15:15:14 +02:00
Goooler
8c2dd7c589 Add .gitattributes
See gh-27615
2021-10-28 15:12:53 +02:00
Andy Wilkinson
72f80f3ae6 Upgrade to Testcontainers 1.16.1
Closes gh-28468
2021-10-28 13:06:41 +01:00
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
2021-10-28 11:51:21 +02:00
Stephane Nicoll
265199f42b Polish "Fix description of "logging.logback.rollingpolicy.max-history""
See gh-28448
2021-10-28 11:50:38 +02:00
Guillaume Husta
a05b2207f8 Fix description of "logging.logback.rollingpolicy.max-history"
See gh-28448
2021-10-28 11:45:42 +02:00
Stephane Nicoll
30a75e89d1 Upgrade CI to Docker 20.10.10
Closes gh-28462
2021-10-28 08:38:49 +02:00
Stephane Nicoll
b481c81e36 Upgrade Java 11 version in CI image
Closes gh-28456
2021-10-28 08:38:08 +02:00
Stephane Nicoll
43d4fe254c Upgrade Java 8 version in CI image
Closes gh-28455
2021-10-28 08:37:03 +02:00
Andy Wilkinson
7607587b6c Stabilize liveReloadOnClassPathChanged()
Closes gh-28441
2021-10-22 15:47:51 +01:00
Andy Wilkinson
8622418e5d Merge pull request #28367 from polarbear567
* gh-28367:
  Polish "Polish"
  Polish

Closes gh-28367
2021-10-22 15:19:32 +01:00
Andy Wilkinson
a545b6e0b4 Polish "Polish"
See gh-28367
2021-10-22 15:19:13 +01:00
Leo Li
1586232761 Polish
See gh-28367
2021-10-22 15:11:57 +01:00
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
2021-10-22 12:28:45 +01:00
Andy Wilkinson
8a78864edd Polish "Explain how to disable/configure the ActiveMQ embedded broker"
See gh-28183
2021-10-22 12:27:50 +01:00
Moritz Kammerer
0c5f0efcea Explain how to disable/configure the ActiveMQ embedded broker
See gh-28183
2021-10-22 12:27:37 +01:00
Stephane Nicoll
773b0f93b7 Upgrade to Commons Compress 1.21
Closes gh-28429
2021-10-22 11:26:22 +02:00
Andy Wilkinson
7f976dab9e Polish "Don't use markdown syntax in javadoc or error messages"
See 2f6651c3cb.

Closes gh-28408
2021-10-22 10:08:27 +01:00
Phillip Webb
2f6651c3cb Don't use markdown syntax in javadoc or error messages
Closes gh-28408
2021-10-21 11:24:54 -07:00