Stéphane Nicoll
4c108c28c8
Merge branch '3.4.x'
2025-05-02 15:08:28 +02:00
Stéphane Nicoll
8009c1a868
Merge branch '3.3.x' into 3.4.x
2025-05-02 15:08:22 +02:00
Stéphane Nicoll
21a566f6e1
Fix typo
...
See gh-45336
2025-05-02 14:58:44 +02:00
Stéphane Nicoll
3bfc1b1003
Merge branch '3.4.x'
...
Closes gh-45351
2025-05-02 14:45:37 +02:00
Stéphane Nicoll
f21ff09c2a
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45350
2025-05-02 14:45:25 +02:00
Stéphane Nicoll
737f621417
Add missing suggested values for spring.jpa.hibernate.ddl-auto
...
Closes gh-45336
2025-05-02 14:45:00 +02:00
Andy Wilkinson
5a97d2e0d8
Merge branch '3.4.x'
...
Closes gh-45347
2025-05-01 10:20:06 +01:00
Andy Wilkinson
a78187cf39
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45346
2025-05-01 10:19:52 +01:00
Andy Wilkinson
03d5c32ef4
Register for reflection fields backing JavaBean properties
...
Previously, the fields that back JavaBean properties were not
registered for reflection. In a native image, this meant that the
binding process did not find any annotations such as `@DataSizeUnit`
and `@DurationUnit` so any custom default unit was ignored.
Fixes gh-45343
2025-05-01 10:02:22 +01:00
Andy Wilkinson
6bb432de24
Merge branch '3.4.x'
...
Closes gh-45334
2025-04-29 15:19:15 +01:00
Andy Wilkinson
8bb35d0bef
Move ServletContextResourceFilePathResolver to servlet-specfic pkg
...
Closes gh-45333
2025-04-29 15:01:00 +01:00
Andy Wilkinson
071c013d40
Merge branch '3.4.x'
...
Closes gh-45332
2025-04-29 12:56:36 +01:00
Andy Wilkinson
5709d55606
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45331
2025-04-29 12:56:21 +01:00
Andy Wilkinson
669909efc0
Remove use of Security's FieldUtils
...
Closes gh-45322
2025-04-29 12:54:42 +01:00
Dmytro Nosan
3f22d4b308
Align DockerRegistryConfigAuthentication with Docker CLI
...
See gh-45292
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
2025-04-29 13:40:10 +02:00
Moritz Halbritter
14f9a1e67b
Merge branch '3.4.x'
...
Closes gh-45330
2025-04-29 13:38:27 +02:00
Moritz Halbritter
66b255573d
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45329
2025-04-29 13:37:52 +02:00
Johnny Lim
9a0f7a4013
Add more tests for Image.getOs()
...
See gh-45305
Signed-off-by: Johnny Lim <izeye@naver.com >
2025-04-29 13:35:22 +02:00
Moritz Halbritter
6d5e13ba98
Merge branch '3.4.x'
...
Closes gh-45326
2025-04-29 13:23:14 +02:00
Moritz Halbritter
c2cfeb0c93
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45325
2025-04-29 13:21:42 +02:00
Yanming Zhou
fc387e7b8d
Polish variable name
...
See gh-45308
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com >
2025-04-29 13:13:55 +02:00
Dmytro Nosan
d1ee8bab48
Polish
...
See gh-45291
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
2025-04-29 12:06:05 +02:00
Phillip Webb
736ff7e3e2
Merge branch '3.4.x'
2025-04-28 12:20:19 -07:00
Phillip Webb
f172c2ca8f
Merge branch '3.3.x' into 3.4.x
2025-04-28 12:20:08 -07:00
Phillip Webb
b2e691be02
Update copyright year of changed files
2025-04-28 12:20:02 -07:00
Phillip Webb
ba690d24d4
Merge branch '3.4.x'
2025-04-28 12:18:40 -07:00
Phillip Webb
708062ec1d
Merge branch '3.3.x' into 3.4.x
2025-04-28 12:15:47 -07:00
Phillip Webb
428fa6d941
Fix copyright headers to consistently start with project inception year
2025-04-28 12:15:32 -07:00
Andy Wilkinson
21a9732b59
Polish
2025-04-28 14:31:23 +01:00
Dmytro Nosan
e69de966b7
Trim "\x00" from a decoded Docker Registry password
...
See gh-45290
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
2025-04-28 14:19:51 +02:00
Andy Wilkinson
c6045c3111
Merge branch '3.4.x'
...
Closes gh-45301
2025-04-25 15:53:18 +01:00
Andy Wilkinson
e47d87f54a
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45300
2025-04-25 15:53:09 +01:00
Andy Wilkinson
8869f769c1
Polish "Fix changelog generator missing directly removed properties"
...
See gh-45267
2025-04-25 15:51:29 +01:00
yybmion
30a679872c
Fix changelog generator missing directly removed properties
...
The changelog generator did not detect properties that were added to a new
version with error-level deprecation (indicating immediate removal). This
commonly occurs when upgrading dependencies like Flyway 10, where properties
are removed without prior deprecation.
Modified the computeDifferences method to detect properties that only exist
in the new metadata with error-level deprecation and properly mark them as
DELETED in the changelog.
See gh-45267
Signed-off-by: yybmion <yunyubin54@gmail.com >
2025-04-25 15:48:24 +01:00
Johnny Lim
c2e7f6129a
Use ConfigurableApplicationContext.BOOTSTRAP_EXECUTOR_BEAN_NAME
...
See gh-45278
Signed-off-by: Johnny Lim <izeye@naver.com >
2025-04-25 15:15:35 +01:00
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