Andy Wilkinson
306524a3c0
Merge branch '3.4.x'
...
Closes gh-45299
2025-04-25 15:12:05 +01:00
Andy Wilkinson
682a9de638
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45298
2025-04-25 15:11:56 +01:00
Andrii Hrytsiuk
dd789c7a32
Update link to "Parameter Name Retention" wiki
...
See gh-45286
Signed-off-by: Andrii Hrytsiuk <andrii.hrytsiuk@gmail.com >
2025-04-25 15:10:28 +01:00
Andy Wilkinson
3ab2ce5544
Merge branch '3.4.x'
...
Closes gh-45297
2025-04-25 15:04:58 +01:00
Andy Wilkinson
38354c5cdb
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45296
2025-04-25 15:04:47 +01:00
Andy Wilkinson
f1fefc5ff6
Only set init param to disable Jersey when Jersey is present
...
Fixes gh-45289
2025-04-25 14:45:50 +01:00
Andy Wilkinson
67d23d5ec4
Merge branch '3.4.x'
2025-04-25 14:38:57 +01:00
Andy Wilkinson
468a33e72a
Merge branch '3.3.x' into 3.4.x
2025-04-25 14:38:36 +01:00
Andy Wilkinson
c420786eed
Upgrade to Gradle 8.14
2025-04-25 14:33:32 +01:00
Phillip Webb
ef11a0849e
Fix accidentally introduced Docker credential issues
...
Attempt to fix a few issues that were accidentally introduced
by missing some code from the original pull-request.
See gh-45269
2025-04-24 23:08:53 -07:00
Phillip Webb
79f7529efd
Align credential helper logic with Docker CLI
...
See gh-45269
2025-04-24 22:45:15 -07:00
Phillip Webb
54086bbcfb
Merge branch '3.4.x'
2025-04-24 22:18:07 -07:00
Phillip Webb
679d1f35a1
Merge branch '3.3.x' into 3.4.x
2025-04-24 22:17:36 -07:00
Phillip Webb
7d11cf4dab
Update copyright year of changed files
2025-04-24 22:17:13 -07:00
Phillip Webb
848494d61c
Polish 'Introduce 'spring.test.print-condition-evaluation-report' property'
...
See gh-45268
2025-04-24 22:14:59 -07:00
Dmytro Nosan
4ea54dae85
Introduce 'spring.test.print-condition-evaluation-report' property
...
Add the `spring.test.print-condition-evaluation-report` property
to enable or disable the conditional evaluation report
when ApplicationContext fails to start.
See gh-45268
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
2025-04-24 22:14:20 -07:00
Dmytro Nosan
da61d63db8
Add Docker configuration authentication to Maven and Gradle plugins
...
Update the Maven and Gradle plugins to make use of the new Docker
configuration authentication support.
See gh-45269
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
Co-authored-by: Phillip Webb <phil.webb@broadcom.com >
2025-04-24 21:56:14 -07:00
Dmytro Nosan
e6fbccef7e
Support Docker configuration authentication including helper support
...
Add `DockerRegistryAuthentication` implementation that uses standard
Docker config to authenticate requests.
Prior to this commit, we only supported username/password and token
based authentication. This commit allows authentication based on
the contents of the Docker configuration file, including support
for executing credential helpers.
See gh-45269
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
Co-authored-by: Phillip Webb <phil.webb@broadcom.com >
2025-04-24 21:54:08 -07:00
Phillip Webb
2a9e30a358
Polish 'Update DockerConfigurationMetadata to support credentials'
...
See gh-45269
2025-04-24 21:49:17 -07:00
Dmytro Nosan
958e28d890
Update DockerConfigurationMetadata to support credentials
...
Update `DockerConfigurationMetadata` with support for `credsStore`,
`credHelpers` and `auth` sections. These values will be required to
support credential helper based authentication.
See gh-45269
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
2025-04-24 21:47:04 -07:00
Phillip Webb
dd49de03ee
Relocate DockerConfiguration and refactor buildpack platform code
...
Relate `DockerConfiguration` from `...platform.docker` to
`...platform.build` since it contains build specific concepts.
This commit also refactors a few other areas of the code to make it
easier to support credential helpers in the future.
Closes gh-45283
2025-04-24 21:29:46 -07:00
Andy Wilkinson
0351e33b18
Merge branch '3.4.x'
2025-04-24 16:42:14 +01:00
Andy Wilkinson
611240c6ad
Merge branch '3.3.x' into 3.4.x
2025-04-24 16:42:05 +01:00
Andy Wilkinson
52c0e0af08
Ensure resolved bom is available before using it for Javadoc links
2025-04-24 16:41:34 +01:00
Moritz Halbritter
0fb369e8b8
Use paketobuildpacks/builder-noble-java-tiny as the default image builder
...
Closes gh-42711
2025-04-24 15:21:22 +02:00
Stéphane Nicoll
ca6fd3ce1b
Upgrade to Testcontainers 1.21.0
...
Closes gh-45276
2025-04-24 11:32:40 +02:00
Stéphane Nicoll
be1a097d31
Upgrade to Gson 2.13.1
...
Closes gh-45273
2025-04-24 10:54:38 +02:00
Stéphane Nicoll
f58c849936
Upgrade to Flyway 11.7.2
...
Closes gh-45271
2025-04-24 10:54:38 +02:00
Moritz Halbritter
a55cb7a31a
Revert "Upgrade to Netty 4.1.120.Final"
...
This reverts commit 18944759ec .
2025-04-24 10:07:18 +02:00
Moritz Halbritter
71acf939ac
Merge branch '3.3.x' into 3.4.x
2025-04-24 10:04:28 +02:00
Moritz Halbritter
d2eaac6b60
Revert "Upgrade to Netty 4.1.120.Final"
...
This reverts commit 016b3de968 .
2025-04-24 10:04:19 +02:00
Stéphane Nicoll
18944759ec
Upgrade to Netty 4.1.120.Final
...
Closes gh-45275
2025-04-24 09:18:31 +02:00
Stéphane Nicoll
933572ad5e
Upgrade to Netty 4.1.120.Final
...
Closes gh-45274
2025-04-24 09:11:37 +02:00
Stéphane Nicoll
016b3de968
Upgrade to Netty 4.1.120.Final
...
Closes gh-45272
2025-04-24 09:11:26 +02:00
Moritz Halbritter
d98086c288
Merge branch '3.4.x'
2025-04-24 08:36:31 +02:00
Moritz Halbritter
46a709a850
Merge branch '3.3.x' into 3.4.x
2025-04-24 08:31:13 +02:00
Moritz Halbritter
55f67c9a52
Fix potential null problem in actuator
2025-04-24 08:23:49 +02:00
Phillip Webb
53e0685c7a
Merge branch '3.4.x'
2025-04-23 10:23:24 -07:00
Phillip Webb
35310716ab
Polish 'Refactor ApplicationResourceLoader preferFileResolution support'
...
See gh-44535
2025-04-23 10:23:12 -07:00
Stéphane Nicoll
424d9b6fad
Merge branch '3.4.x'
2025-04-23 11:22:09 +02:00
Stéphane Nicoll
7800d24c17
Merge branch '3.3.x' into 3.4.x
2025-04-23 11:22:02 +02:00
Stéphane Nicoll
167c8caf63
Add an explicit note about having to enable cache metrics
...
See gh-23047
2025-04-23 11:21:40 +02:00
Stéphane Nicoll
fb57f585d8
Merge branch '3.4.x'
...
Closes gh-45265
2025-04-23 09:56:27 +02:00
Stéphane Nicoll
c2f8331a91
Fix reference to JPA entity in LiquibaseAutoConfigurationTests
...
Closes gh-44788
2025-04-23 09:50:31 +02:00
Stéphane Nicoll
de0813cc40
Upgrade to Spring Session 3.5.0-RC1
...
Closes gh-45148
2025-04-23 09:39:48 +02:00
Stéphane Nicoll
3748a5dcfd
Upgrade to Spring Pulsar 1.2.5
...
Closes gh-45146
2025-04-23 09:39:48 +02:00
Stéphane Nicoll
c5e6c79844
Upgrade to Spring Kafka 3.3.5
...
Closes gh-45144
2025-04-23 09:39:48 +02:00
Stéphane Nicoll
6508e7bbd8
Upgrade to Spring Integration 6.5.0-RC1
...
Closes gh-45143
2025-04-23 09:39:48 +02:00
Stéphane Nicoll
bf4330a438
Upgrade to Spring Authorization Server 1.5.0-RC1
...
Closes gh-45140
2025-04-23 09:39:48 +02:00
Stéphane Nicoll
ed135b323a
Upgrade to Spring AMQP 3.2.5
...
Closes gh-45139
2025-04-23 09:39:47 +02:00