Commit Graph

58194 Commits

Author SHA1 Message Date
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
Moritz Halbritter 34e6a0debf Merge branch '3.5.x'
Closes gh-46869
2025-08-18 11:05:18 +02:00
Moritz Halbritter 488f586280 Merge branch '3.4.x' into 3.5.x
Closes gh-46868
2025-08-18 11:05:08 +02:00
Moritz Halbritter a3403a9381 Upgrade to Spring Boot Release Verification 0.0.13
Closes gh-46867
2025-08-18 11:05:00 +02:00
Stéphane Nicoll 0da6bc5723 Ignore new property that can't be bound
See gh-46739
2025-08-18 11:03:29 +02:00
Moritz Halbritter dad4cb28be Merge branch '3.5.x'
Closes gh-46865
2025-08-18 10:31:56 +02:00
Moritz Halbritter 8e5383eabf Merge branch '3.4.x' into 3.5.x
Closes gh-46864
2025-08-18 10:31:46 +02:00
Moritz Halbritter 7718b3a7ea Upgrade to Spring Boot Release Verification 0.0.12
Closes gh-46863
2025-08-18 10:31:22 +02:00
Stéphane Nicoll ca22be7245 Merge branch '3.5.x'
Closes gh-46861
2025-08-18 09:38:32 +02:00
Stéphane Nicoll 143290930d Merge branch '3.4.x' into 3.5.x
Closes gh-46860
2025-08-18 09:38:23 +02:00
Stéphane Nicoll 6215f3ac4f Use Spring Boot release verification 0.0.1
Closes gh-46840
2025-08-18 09:38:10 +02:00
Stéphane Nicoll 12195e4fb0 Merge branch '3.5.x'
Closes gh-46858
2025-08-18 09:36:38 +02:00
Stéphane Nicoll c86eaa5fd5 Merge branch '3.4.x' into 3.5.x
Closes gh-46857
2025-08-18 09:34:58 +02:00
Stéphane Nicoll b79d846167 Merge pull request #46774 from deejay1
* pr/46774:
  Fix location of Kotlin configuration metadata samples

Closes gh-46774
2025-08-18 09:34:36 +02:00
Łukasz Jernaś a18df11d91 Fix location of Kotlin configuration metadata samples
See gh-46774

Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
2025-08-18 09:34:27 +02:00
Andy Wilkinson 0416e1d760 Merge branch '3.5.x' 2025-08-18 08:25:48 +01:00
Andy Wilkinson 42fb878547 Merge branch '3.4.x' into 3.5.x 2025-08-18 08:25:38 +01:00
Andy Wilkinson ba9e847641 Remove Kotlin plugin entirely from the root project
See gh-gh-46748
2025-08-18 08:24:29 +01:00
Phillip Webb 7a8b337b1c Add `@HttpServiceClient` scanning auto-configuration
Refactor `HttpServiceClientAutoConfiguration` and
`ReactiveHttpServiceClientAutoConfiguration` to support scanning for
`@HttpServiceClient` annotated interfaces.

Closes gh-46782
2025-08-15 18:48:38 -07:00