Stéphane Nicoll
3595c7aa0a
Run ManagementErrorPageCustomizer after core factory customizer
...
This commit orders ManagementErrorPageCustomizer so that is runs after
ManagementWebServerFactoryCustomizer. Previously, they had the same
order and could run either way.
Closes gh-45728
2025-06-02 16:11:41 +02:00
Stéphane Nicoll
d4a3223655
Merge branch '3.3.x' into 3.4.x
2025-05-30 15:43:32 +02:00
Stéphane Nicoll
2fd29481da
Polish
2025-05-30 15:43:14 +02:00
Stéphane Nicoll
9784ae4814
Merge branch '3.3.x' into 3.4.x
2025-05-28 15:15:46 +02:00
Stéphane Nicoll
01e9baa225
Fix test dependencies of WebMvcTestOAuth2Tests
...
This commit fixes the dependencies of spring-boot-test-autoconfigure so
that it does not depend on a starter.
See gh-45654
2025-05-28 15:15:08 +02:00
Stéphane Nicoll
2bdbc1f8d2
Use RestClient in Spring MVC integration tests
...
Closes gh-45711
2025-05-28 14:44:22 +02:00
Andy Wilkinson
89d26db43d
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45701
2025-05-27 14:06:36 +01:00
Andy Wilkinson
5b2cb79bb1
Configure more version alignment for Spring Data dependencies
...
Closes gh-45698
2025-05-27 13:56:00 +01:00
Stéphane Nicoll
3fb161e77b
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45696
2025-05-27 12:44:36 +02:00
Stéphane Nicoll
f0757440e9
Stop building against non-LTS Java versions that are EOL
...
Closes gh-45695
2025-05-27 12:43:37 +02:00
Andy Wilkinson
2efad20f7b
Broaden Gradle compatibility testing
...
Closes gh-45692
2025-05-27 10:56:38 +01:00
Stéphane Nicoll
88792c54c4
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45686
2025-05-26 17:02:28 +02:00
Stéphane Nicoll
0c7da705d0
Remove accident use of @Nullable in GraphQL tests
...
Closes gh-45406
2025-05-26 16:57:11 +02:00
Stéphane Nicoll
6a82134f94
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45682
2025-05-26 16:18:12 +02:00
Stéphane Nicoll
f0d05f0b86
Merge pull request #45677 from ngocnhan-tran1996
...
* pr/45677:
Document use of git-commit-id-maven-plugin consistently
Closes gh-45677
2025-05-26 16:18:08 +02:00
Tran Ngoc Nhan
7448f8c73a
Document use of git-commit-id-maven-plugin consistently
...
See gh-45677
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2025-05-26 16:11:52 +02:00
Stéphane Nicoll
2935bac33a
Build against Java 24 GA
...
Closes gh-45680
2025-05-26 16:07:16 +02:00
Stéphane Nicoll
4a0d328e1f
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45678
2025-05-26 15:59:00 +02:00
Stéphane Nicoll
2bbe0dfae5
Upgrade to Gradle 8.14.1
...
Closes gh-45671
2025-05-26 15:47:15 +02:00
Stéphane Nicoll
3cfdb35fdc
Merge pull request #45643 from quaff
...
* pr/45643:
Polish "Harmonize Otlp*Configurations"
Harmonize Otlp*Configurations
Closes gh-45643
2025-05-25 09:52:36 +02:00
Stéphane Nicoll
7840a330e6
Polish "Harmonize Otlp*Configurations"
...
See gh-45643
2025-05-25 09:45:27 +02:00
Yanming Zhou
43d2abbcc6
Harmonize Otlp*Configurations
...
See gh-45643
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com >
2025-05-25 09:45:07 +02:00
Stéphane Nicoll
22e030ed44
Merge pull request #45650 from nosan
...
* pr/45650:
Add support for SAML2 with @WebMvcTest
Closes gh-45650
2025-05-25 09:36:35 +02:00
Dmytro Nosan
c07a67706b
Add support for SAML2 with @WebMvcTest
...
See gh-45650
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
2025-05-25 09:34:03 +02:00
Stéphane Nicoll
64655a07e3
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45664
2025-05-25 09:22:02 +02:00
Stéphane Nicoll
9300a4d733
Merge pull request #45654 from nosan
...
* pr/45654:
Add WebMvcTestOAuth2Tests
Closes gh-45654
2025-05-25 09:21:54 +02:00
Dmytro Nosan
4c3c7b4543
Add WebMvcTestOAuth2Tests
...
See gh-45654
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
2025-05-25 09:16:19 +02:00
Andy Wilkinson
21ec76c925
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45658
2025-05-23 15:56:34 +01:00
Andy Wilkinson
425af4b5a9
Merge pull request #45642 from quaff
...
* gh-45642:
Reuse properties from field
Closes gh-45642
2025-05-23 15:56:07 +01:00
Yanming Zhou
0fea1a00e0
Reuse properties from field
...
See gh-45642
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com >
2025-05-23 15:46:54 +01:00
Andy Wilkinson
8e91d418dc
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45655
2025-05-23 14:45:55 +01:00
Andy Wilkinson
cd6b0fe7c3
Add to javadoc how applications can use Configurer classes
...
Closes gh-42878
2025-05-23 14:34:55 +01:00
Andy Wilkinson
86cd7ecaca
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45651
2025-05-23 14:19:15 +01:00
Andy Wilkinson
1e47eb621e
Merge pull request #45640 from ngocnhan-tran1996
...
* gh-45640:
Make all @ConfigurationPropertiesBinding @Bean methods static
Enforce static @ConfigurationPropertyBinding @Bean methods
Closes gh-45640
2025-05-23 14:19:07 +01:00
Tran Ngoc Nhan
c9bf87be7d
Make all @ConfigurationPropertiesBinding @Bean methods static
...
See gh-45640
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2025-05-23 14:17:51 +01:00
Tran Ngoc Nhan
380bfa398f
Enforce static @ConfigurationPropertyBinding @Bean methods
...
See gh-45640
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2025-05-23 12:40:49 +01:00
Andy Wilkinson
d98ca77235
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45649
2025-05-23 12:31:08 +01:00
Andy Wilkinson
9a2d8c589e
Clarify how to use Pushgateway auto-configuration
...
Closes gh-44392
2025-05-23 12:30:08 +01:00
Andy Wilkinson
492a4abd70
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45645
2025-05-23 09:29:23 +01:00
Andy Wilkinson
7628ae8503
Check Kotlin code using Detekt
...
Closes gh-45583
2025-05-23 09:22:08 +01:00
Phillip Webb
c684fa4050
Switch make-default for publish-to-sdkman to 3.5.x
2025-05-22 12:52:35 -07:00
Stéphane Nicoll
68df6f5941
Next development version (v3.4.7-SNAPSHOT)
2025-05-22 14:08:45 +02:00
Stéphane Nicoll
404a0df5e8
Merge branch '3.3.x' into 3.4.x
2025-05-22 11:43:11 +02:00
Stéphane Nicoll
e331846302
Next development version (v3.3.13-SNAPSHOT)
2025-05-22 11:42:59 +02:00
Andy Wilkinson
ea8c64262d
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45625
2025-05-21 08:40:37 +01:00
Andy Wilkinson
bdf0ef19a4
Correct docs for use of static with @ConfigurationPropertiesBinding
...
Closes gh-45621
2025-05-21 08:39:10 +01:00
Stéphane Nicoll
70ef76dc2b
Merge branch '3.3.x' into 3.4.x
2025-05-21 09:05:30 +02:00
Stéphane Nicoll
ab8fdf0e61
Upgrade to Spring Pulsar 1.2.6
...
Closes gh-45423
2025-05-21 09:05:07 +02:00
Stéphane Nicoll
904fa91435
Upgrade to Spring Integration 6.4.5
...
Closes gh-45419
2025-05-21 09:05:07 +02:00
Stéphane Nicoll
6b8ab75ae4
Upgrade to Spring Pulsar 1.1.12
...
Closes gh-45428
2025-05-21 09:04:21 +02:00