Commit Graph

51249 Commits

Author SHA1 Message Date
Moritz Halbritter
cc4bb1e262 Upgrade to Gradle 8.14.2
Closes gh-45797
2025-06-06 08:40:06 +02:00
Phillip Webb
77e51fd680 Polish 2025-06-04 15:36:35 -07:00
Phillip Webb
853bb46e93 Polish 2025-06-04 15:14:05 -07:00
Phillip Webb
23496fd36b Polish 2025-06-04 15:12:05 -07:00
Andy Wilkinson
34905267be Start building against Spring WS 4.0.15 snapshots
See gh-45762
2025-06-04 10:57:13 +01:00
Andy Wilkinson
451c76e0dc Start building against Spring Security 6.3.10 snapshots
See gh-45761
2025-06-04 10:57:09 +01:00
Andy Wilkinson
479b7337cb Start building against Spring RESTDocs 3.0.4 snapshots
See gh-45760
2025-06-04 10:57:05 +01:00
Andy Wilkinson
cb0b7efc89 Start building against Spring Pulsar 1.1.13 snapshots
See gh-45759
2025-06-04 10:57:00 +01:00
Andy Wilkinson
37a6c6dcfb Start building against Spring LDAP 3.2.13 snapshots
See gh-45758
2025-06-04 10:56:56 +01:00
Andy Wilkinson
a497d953ce Start building against Spring Kafka 3.2.10 snapshots
See gh-45757
2025-06-04 10:56:52 +01:00
Andy Wilkinson
b045c05ff5 Start building against Spring Integration 6.3.11 snapshots
See gh-45756
2025-06-04 10:56:48 +01:00
Andy Wilkinson
9b046b5246 Start building against Spring Framework 6.1.21 snapshots
See gh-45755
2025-06-04 10:56:43 +01:00
Andy Wilkinson
2095e83c27 Start building against Spring Data Bom 2024.0.13 snapshots
See gh-45754
2025-06-04 10:56:39 +01:00
Andy Wilkinson
7bdd3df7e1 Start building against Spring Authorization Server 1.3.7 snapshots
See gh-45753
2025-06-04 10:56:35 +01:00
Andy Wilkinson
869a05c768 Start building against Spring AMQP 3.1.12 snapshots
See gh-45752
2025-06-04 10:56:30 +01:00
Andy Wilkinson
d05295df9f Start building against Reactor Bom 2023.0.19 snapshots
See gh-45751
2025-06-04 10:56:26 +01:00
Andy Wilkinson
f9f14af13a Start building against Micrometer Tracing 1.3.13 snapshots
See gh-45750
2025-06-04 10:56:22 +01:00
Andy Wilkinson
3d510b2ed5 Start building against Micrometer 1.13.15 snapshots
See gh-45749
2025-06-04 10:56:17 +01:00
Andy Wilkinson
76caa3cb29 Fix problems found by improved auto-configuration checks 2025-06-02 17:15:50 -07:00
Phillip Webb
c688ae345c Improve error report to include expected sorted output 2025-06-02 17:10:54 -07:00
Phillip Webb
d47f1d27f6 Polish AutoConfigurationPlugin 2025-06-02 15:31:09 -07:00
Andy Wilkinson
5464812f80 Improve checking of auto-configuration 2025-06-02 13:45:16 -07:00
Phillip Webb
644aeabf7b Polish 2025-06-02 13:38:37 -07:00
Stéphane Nicoll
6a83475ead Merge pull request #45720 from ngocnhan-tran1996
* pr/45720:
  Fix Gradle Shadow Plugin link in reference documentation

Closes gh-45720
2025-06-02 16:33:23 +02:00
Tran Ngoc Nhan
c313322aaf Fix Gradle Shadow Plugin link in reference documentation
See gh-45720

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-06-02 16:32:42 +02:00
Stéphane Nicoll
c7a57554bd Merge pull request #45635 from quaff
* pr/45635:
  Fix order of illegal classes
  Prevent that only org.springframework.core.ResolvableType is used

Closes gh-45635
2025-06-02 16:23:57 +02:00
Stéphane Nicoll
43e040e5b4 Fix order of illegal classes
See gh-45635
2025-06-02 16:23:39 +02:00
Yanming Zhou
9ccd1f0726 Prevent that only org.springframework.core.ResolvableType is used
See gh-45635

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-06-02 16:19:03 +02:00
Stéphane Nicoll
2fd29481da Polish 2025-05-30 15:43:14 +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
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
f0757440e9 Stop building against non-LTS Java versions that are EOL
Closes gh-45695
2025-05-27 12:43:37 +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
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
2bbe0dfae5 Upgrade to Gradle 8.14.1
Closes gh-45671
2025-05-26 15:47:15 +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
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
cd6b0fe7c3 Add to javadoc how applications can use Configurer classes
Closes gh-42878
2025-05-23 14:34:55 +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
9a2d8c589e Clarify how to use Pushgateway auto-configuration
Closes gh-44392
2025-05-23 12:30:08 +01:00
Andy Wilkinson
7628ae8503 Check Kotlin code using Detekt
Closes gh-45583
2025-05-23 09:22:08 +01:00
Stéphane Nicoll
e331846302 Next development version (v3.3.13-SNAPSHOT) 2025-05-22 11:42:59 +02: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
6b8ab75ae4 Upgrade to Spring Pulsar 1.1.12
Closes gh-45428
2025-05-21 09:04:21 +02:00
Stéphane Nicoll
52fcd2126f Upgrade to Spring Integration 6.3.10
Closes gh-45426
2025-05-21 09:04:20 +02:00