Commit Graph
56712 Commits
Author SHA1 Message Date
Stéphane Nicoll 769ceaec87 Upgrade to HtmlUnit 4.15.0
Closes gh-46895
2025-08-19 10:29:17 +02:00
Stéphane Nicoll 81b533d01c Upgrade to Flyway 11.11.1
Closes gh-46894
2025-08-19 10:29:17 +02:00
Andy Wilkinson 8c356b3fc1 Merge branch '3.5.x'
Closes gh-46903
2025-08-19 08:41:17 +01:00
Andy Wilkinson c13a47e8cc Upgrade Gradle 9 versions used in compatibility tests
Gradle 9.1 will deprecate support for declaring dependencies using
a map. To adapt to this, a handful of tests have been updated to
use single-string notation instead.

Closes gh-46902
2025-08-19 08:40:43 +01:00
Andy Wilkinson c762ba7264 Merge branch '3.5.x'
Closes gh-46892
2025-08-19 07:40:33 +01:00
Andy Wilkinson 7fd38efdf1 Merge branch '3.4.x' into 3.5.x
Closes gh-46891
2025-08-19 07:34:49 +01:00
Andy Wilkinson 8da9df180a Correct test for Mongo UUID representation alignment
Closes gh-46859
2025-08-19 07:27:06 +01:00
Stéphane Nicoll 0454b0826f Merge branch '3.5.x' 2025-08-18 20:54:24 +02:00
Stéphane Nicoll d809779b94 Merge branch '3.4.x' into 3.5.x 2025-08-18 20:54:15 +02:00
Stéphane Nicoll b20cc1c684 Upgrade to Spring Pulsar 2.0.0-M2
Closes gh-46622
2025-08-18 20:41:46 +02:00
Stéphane Nicoll fd6109e727 Upgrade to Spring Kafka 4.0.0-M4
Closes gh-46806
2025-08-18 20:41:46 +02:00
Stéphane Nicoll 0b0c10e6b9 Upgrade to Spring AMQP 4.0.0-M4
Closes gh-46803
2025-08-18 20:41:46 +02:00
Stéphane Nicoll 87342fdef2 Upgrade to Maven Javadoc Plugin 3.11.3
Closes gh-46889
2025-08-18 20:41:46 +02:00
Stéphane Nicoll 3261f54533 Upgrade to Jetty Reactive HTTPClient 4.0.11
Closes gh-46888
2025-08-18 20:41:42 +02:00
Stéphane Nicoll 4215f1d981 Upgrade to Byte Buddy 1.17.7
Closes gh-46887
2025-08-18 20:41:38 +02:00
Stéphane Nicoll 93d105daac Upgrade to Spring Security 6.5.3
Closes gh-46709
2025-08-18 20:40:54 +02:00
Stéphane Nicoll 00206a9c03 Upgrade to Spring Pulsar 1.2.9
Closes gh-46708
2025-08-18 20:40:54 +02:00
Stéphane Nicoll cd2f17967e Upgrade to Spring Kafka 3.3.9
Closes gh-46871
2025-08-18 20:40:54 +02:00
Stéphane Nicoll ec84631fc2 Upgrade to Maven Javadoc Plugin 3.11.3
Closes gh-46886
2025-08-18 20:40:53 +02:00
Stéphane Nicoll 288ad4a75e Upgrade to Jetty Reactive HTTPClient 4.0.11
Closes gh-46885
2025-08-18 20:40:50 +02:00
Stéphane Nicoll 4030998369 Upgrade to Hibernate 6.6.26.Final
Closes gh-46884
2025-08-18 20:40:46 +02:00
Stéphane Nicoll 907afbb15b Upgrade to Byte Buddy 1.17.7
Closes gh-46883
2025-08-18 20:40:41 +02:00
Stéphane Nicoll 8e3fa0eced Upgrade to Spring Security 6.4.9
Closes gh-46697
2025-08-18 20:40:37 +02:00
Stéphane Nicoll 3e01a73690 Upgrade to Spring Pulsar 1.2.9
Closes gh-46696
2025-08-18 20:40:37 +02:00
Stéphane Nicoll e7bdbcb7f0 Upgrade to Spring Kafka 3.3.9
Closes gh-46870
2025-08-18 20:40:37 +02:00
Stéphane Nicoll 8c2b2db4b7 Upgrade to Jetty Reactive HTTPClient 4.0.11
Closes gh-46882
2025-08-18 20:40:37 +02:00
Stéphane Nicoll de960c72c9 Upgrade to Hibernate 6.6.26.Final
Closes gh-46881
2025-08-18 20:40:33 +02:00
Brian Clozel be03684593 Upgrade to GraphQL Java 25.0.beta-5
Closes gh-46880
2025-08-18 18:29:23 +02:00
Stéphane Nicoll c92052987a Merge pull request #46878 from izeye
* pr/46878:
  Polish

Closes gh-46878
2025-08-18 18:13:41 +02:00
Johnny Lim 12a99b0ca7 Polish
See gh-46878

Signed-off-by: Johnny Lim <izeye@naver.com>
2025-08-18 18:11:50 +02:00
Stéphane Nicoll 9fed7f3745 Merge pull request #46846 from nosan
* pr/46846:
  Switch Logback's file logging charset to UTF-8

Closes gh-46846
2025-08-18 18:08:34 +02:00
Dmytro Nosan 26372e78c6 Switch Logback's file logging charset to UTF-8
This commit aligns the file charset between Log4j2 and Logback.

Prior to this commit, there was an inconsistency between the two: Log4j2
used UTF-8, while Logback used Charset.defaultCharset(), which is
platform-dependent.

See gh-46846

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-08-18 17:52:51 +02:00
Stéphane Nicoll 4e425a9b4d Adapt to latest changes in Spring Security snapshots
See https://github.com/spring-projects/spring-security/issues/17746
2025-08-18 16:28:07 +02:00
Stéphane Nicoll 49a588f80a Merge pull request #46876 from nosan
* pr/46876:
  Restore NullMarked ArchRule tests

Closes gh-46876
2025-08-18 15:22:42 +02:00
Dmytro Nosan 2dc414900d Restore NullMarked ArchRule tests
See gh-46876

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-08-18 15:21:34 +02:00
Stéphane Nicoll cf0156dbdd Merge branch '3.5.x'
Closes gh-46875
2025-08-18 14:09:18 +02:00
Stéphane Nicoll fc0dc372d4 Merge branch '3.4.x' into 3.5.x
Closes gh-46874
2025-08-18 14:02:21 +02:00
Stéphane Nicoll d9a94c569f Merge pull request #46822 from nosan
* pr/46822:
  Polish ArchitectureCheckTests

Closes gh-46822
2025-08-18 14:02:11 +02:00
Dmytro Nosan bb8e884999 Polish ArchitectureCheckTests
Prior to this commit, it wasn't possible to write a test to verify that
a specific ArchRule applied only to a specific SourceSet.

This PR rewrites `ArchitectureCheckTests` to support different sources
and also adds functionality to configure the plugin.

With these changes, all tests now verify not only the
`checkArchitectureMain` task but also `checkArchitectureTest`.

See gh-46822

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-08-18 14:01:58 +02:00
Stéphane Nicoll ff61cd0eba Merge branch '3.5.x'
Closes gh-46873
2025-08-18 13:58:05 +02:00
Stéphane Nicoll b827f88f13 Merge branch '3.4.x' into 3.5.x
Closes gh-46872
2025-08-18 13:57:58 +02:00
Stéphane Nicoll 39dced55a4 Merge pull request #46855 from scordio
* pr/46855:
  Replace AssertJ internal APIs with alternative implementations

Closes gh-46855
2025-08-18 13:57:43 +02:00
Stefano Cordio c7b659cb7e Replace AssertJ internal APIs with alternative implementations
See gh-46855

Signed-off-by: Stefano Cordio <stefano.cordio@gmail.com>
2025-08-18 13:57:27 +02:00
Stéphane Nicoll 95c70324cf Fix order of additional metadata 2025-08-18 13:13:30 +02:00
Stéphane Nicoll b8c63b1161 Merge branch '3.5.x' 2025-08-18 11:44:36 +02:00
Stéphane Nicoll a871e5d00b Merge branch '3.4.x' into 3.5.x 2025-08-18 11:44:11 +02:00
Stéphane Nicoll f983371ba1 Start building against Spring Kafka 3.3.9 snapshots
See gh-46871
2025-08-18 11:44:03 +02:00
Stéphane Nicoll 9f0716d501 Start building against Spring Kafka 3.3.9 snapshots
See gh-46870
2025-08-18 11:43:58 +02:00
Stéphane Nicoll b5b95b88c9 Review configuration properties
This commit reviews the configuration properties to fix a number of
oddities found in the first milestone:

* Additional configuration metadata file in the wrong location.
* Missing manual error metadata for removed properties

Closes gh-46535
2025-08-18 11:41:07 +02:00
Stéphane Nicoll dc68142bd1 Restore configuration metadata for spring.web.resources.chain.enabled
See b6e4533296
2025-08-18 11:41:07 +02:00