Andy Wilkinson
8e1f7f23d9
Merge branch 'main' into 4.0.x
2025-06-13 09:39:33 +01:00
Andy Wilkinson
0af48d368f
Merge branch '3.4.x'
...
Closes gh-45952
2025-06-13 09:39:17 +01:00
Andy Wilkinson
70b3f625d8
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45951
2025-06-13 09:39:04 +01:00
Andy Wilkinson
fdbddcf606
Work around unwanted side-effect of getCredentials()
...
Previously, we called getCredentials() to determine whether or not a
repository requires authentication. Unfortunately, the method has the
unwanted side-effect of assigning empty username and password
credentials to a repository that previously did not require
authentication and did not, therefore, have any credentials. These
empty credentials can then cause subsequent failures because
"Username must not be null!".
There's no side-effect-free public API for accessing a repository's
credentials. Instead, we're using some internal API on
AuthenticationSupportedInternal. If this causes problems when
upgrading to a new version of Gradle a different approach will be
required. For example, we could pass in the repositories in two
separate collections: those that require authentication and those
that don't.
Closes gh-45950
2025-06-13 09:34:25 +01:00
Andy Wilkinson
8d7ac1f3f0
Merge branch 'main' into 4.0.x
2025-06-12 12:59:30 +01:00
Andy Wilkinson
f68e5b36af
Allow group that is prohibited by default to be permitted
...
Closes gh-45920
2025-06-12 11:59:44 +01:00
Andy Wilkinson
09687d6280
Merge branch 'main' into 4.0.x
2025-06-12 09:27:23 +01:00
Andy Wilkinson
653064144e
Merge branch '3.4.x'
2025-06-12 09:27:14 +01:00
Andy Wilkinson
a45fe68e3e
Merge branch '3.3.x' into 3.4.x
2025-06-12 09:26:50 +01:00
Andy Wilkinson
aa7e2fc0a3
Polish
2025-06-12 09:26:25 +01:00
Andy Wilkinson
af736488e7
Merge branch 'main' into 4.0.x
2025-06-10 09:00:50 +01:00
Andy Wilkinson
523c26c75d
Merge branch '3.4.x'
...
Closes gh-45863
2025-06-10 09:00:34 +01:00
Andy Wilkinson
515abc4221
Include all auto-config modules in auto-config classes appendix
...
Closes gh-45861
2025-06-10 08:58:42 +01:00
Andy Wilkinson
ee7f070a3f
Merge branch 'main' into 4.0.x
2025-06-06 11:27:07 +01:00
Andy Wilkinson
458578033e
Merge branch '3.4.x'
...
Closes gh-45844
2025-06-06 11:26:54 +01:00
Andy Wilkinson
93dd39e52e
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45843
2025-06-06 11:26:34 +01:00
Andy Wilkinson
de54d4df89
Improve linking to Testcontainers' javadoc
...
Closes gh-45802
2025-06-06 11:10:01 +01:00
Phillip Webb
96a76855fa
Merge branch 'main' into 4.0.x
2025-06-02 17:38:09 -07:00
Phillip Webb
a9b52c5892
Merge branch '3.4.x'
2025-06-02 17:30:05 -07:00
Phillip Webb
e054aa899a
Merge branch '3.3.x' into 3.4.x
2025-06-02 17:20:04 -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
Andy Wilkinson
971660fcc3
Merge branch 'main' into 4.0.x
2025-05-27 14:24:09 +01:00
Andy Wilkinson
1a79f665ff
Merge branch '3.4.x'
...
Closes gh-45703
2025-05-27 14:23:55 +01: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
Andy Wilkinson
af7abb68e6
Merge branch 'main' into 4.0.x
2025-05-27 10:58:23 +01:00
Andy Wilkinson
f799fc4777
Remove implicit deployment of bom projects
2025-05-27 08:13:41 +01:00
Stéphane Nicoll
e0d10d7d8c
Merge branch 'main' into 4.0.x
2025-05-26 16:18:32 +02:00
Stéphane Nicoll
d05148d4d6
Merge branch '3.4.x'
...
Closes gh-45683
2025-05-26 16:18:21 +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
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
Andy Wilkinson
750bf53484
Merge branch 'main' into 4.0.x
2025-05-23 14:31:56 +01:00
Andy Wilkinson
077d90d2e9
Merge branch '3.4.x'
...
Closes gh-45653
2025-05-23 14:31:28 +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
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
e65d1a3ac1
Merge branch 'main' into 4.0.x
2025-05-23 09:46:08 +01:00
Andy Wilkinson
a9cc83dc8f
Merge branch '3.4.x'
...
Closes gh-45646
2025-05-23 09:32:09 +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
106d30a1a6
Merge branch 'main' into 4.0.x
2025-05-20 17:21:08 -07:00
Phillip Webb
52d59eba1a
Merge branch 'main' into 4.0.x
2025-05-15 16:10:09 -07:00
Phillip Webb
d9fba66c95
Merge branch '3.4.x'
...
Closes gh-45578
2025-05-15 16:09:29 -07:00
Phillip Webb
197f573ca4
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45577
2025-05-15 16:09:02 -07:00
Phillip Webb
535a85de2e
Simplify javadoc links that use single element package
...
Closes gh-43230
2025-05-15 16:08:45 -07:00
Phillip Webb
02ee7fdb30
Suppress Jackson 2 warnings
...
See gh-45535
2025-05-13 11:42:25 -07:00
Stéphane Nicoll
6fceab2c90
Replace spring-jcl with vanilla commons-logging
...
See gh-45487
Co-authored-by: Phillip Webb <phil.webb@broadcom.com >
2025-05-09 17:38:11 -07:00
Stéphane Nicoll
7035c0fa0a
Upgrade to Kotlin 2.1.0
...
This commit upgrades to Kotlin 2.1.0. Two related dependencies have been
updated as well: Kotlin Coroutines to 1.10, and Kotlin Serialization to
1.8.
As of Kotlin 2, it is no longer possible to have a Java type and a
Kotlin type with the same name. As our code samples follow that
unfortunate pattern, this commit makes sure that the Kotlin sample code
does not depend on any of the Java counterpart and configure the kotlin
compilation plugin to ignore Java sources.
The minimum version of Gradle is 7.6.4. It bundles a version of Kotlin
that cannot compile a Kotlin build script when spring-core, compiled
with Kotlin 2.1, is on the classpath. Using Gradle 8.12 to run the DSL
tests avoids the problem.
Closes gh-45486
Co-authored-by: Andy Wilkinson <andy.wilkinson@broadcom.com >
2025-05-09 17:38:10 -07:00
Andy Wilkinson
6e2049eb92
Compile project with Java 24 and '-release' Java 17
...
Closes gh-45472
2025-05-09 17:38:08 -07:00