Commit Graph

29012 Commits

Author SHA1 Message Date
Andy Wilkinson
c8cf91ad6f Polish 2025-05-07 08:29:56 +01:00
Phillip Webb
55ba0985d3 Add HttpClient factory support to ReactorHttpClientBuilder
Improve `ReactorHttpClientBuilder` support for creating the initial
`HttpClient`.

Fixes gh-45378
2025-05-06 21:56:26 -07:00
Phillip Webb
62c8d6bcb2 Polish and fix test 2025-05-06 21:54:25 -07:00
Phillip Webb
0386fbeb16 Don't use the 'ignoring()' method in CloudFoundry security
Update `IgnoredCloudFoundryPathsWebSecurityConfiguration` to use a
`SecurityFilterChain` and `permit...` methods rather than
`ignoring()` which is no longer recommended.

Fixes gh-32622
2025-05-06 12:35:33 -07:00
Phillip Webb
da5012086d Merge branch '3.4.x' 2025-05-06 10:42:52 -07:00
Phillip Webb
c1dbb2720a Merge branch '3.3.x' into 3.4.x 2025-05-06 10:42:47 -07:00
Phillip Webb
543de7430b Fix typos
See gh-45349
2025-05-06 10:42:24 -07:00
Phillip Webb
4f757b5198 Merge branch '3.4.x'
Closes gh-45376
2025-05-06 10:26:26 -07:00
Phillip Webb
0d94665ed3 Merge branch '3.3.x' into 3.4.x
Closes gh-45375
2025-05-06 10:26:10 -07:00
Phillip Webb
7d59957a39 Improve setEnvironmentPrefix(...) reference documentation
Closes gh-45370
2025-05-06 10:25:43 -07:00
Andy Wilkinson
42afaf55e7 Merge branch '3.4.x'
Closes gh-45374
2025-05-06 13:53:37 +01:00
Andy Wilkinson
26ca27a97b Merge branch '3.3.x' into 3.4.x
Closes gh-45373
2025-05-06 13:53:25 +01:00
Andy Wilkinson
a37d06a83f Remove unused config class from RestClientAutoConfigurationTests
Closes gh-45372
2025-05-06 13:36:43 +01:00
Phillip Webb
abe89eeb37 Merge branch '3.4.x'
Closes gh-45367
2025-05-05 22:10:24 -07:00
Phillip Webb
19ae4fbba7 Merge branch '3.3.x' into 3.4.x
Closes gh-45366
2025-05-05 22:10:17 -07:00
Phillip Webb
8814d8a7dc Polish 'Document methods of starting Testcontainer containers'
See gh-44187
2025-05-05 22:09:24 -07:00
Vanio Begic
4a98b1787f Document methods of starting Testcontainer containers
Update the reference documentation to provide more details about the
three supported methods of starting Testcontainer containers.

See gh-44187

Signed-off-by: Vanio Begic <vanio.begic123@gmail.com>
2025-05-05 22:08:06 -07:00
Phillip Webb
9747d2639d Merge branch '3.4.x'
Closes gh-45365
2025-05-05 16:56:03 -07:00
Phillip Webb
3cfeac4cc6 Merge branch '3.3.x' into 3.4.x
Closes gh-45364
2025-05-05 16:55:57 -07:00
Phillip Webb
2f242cad50 Use reference stubs in Antora playbook for actuator-autoconfigure
Use reference stubs so that we can include a link to the supported
metrics backends.

Closes gh-45158
2025-05-05 16:55:12 -07:00
Phillip Webb
708cf8e0d4 Merge branch '3.4.x'
Closes gh-45363
2025-05-05 16:34:58 -07:00
Phillip Webb
e522a09fba Merge branch '3.3.x' into 3.4.x
Closes gh-45362
2025-05-05 16:34:40 -07:00
Phillip Webb
af4508bed7 Document when an property import is relative and when it is fixed
Closes gh-45349
2025-05-05 16:33:32 -07:00
Moritz Halbritter
bedb826b81 Remove bindable datasource properties from ignore list
Closes gh-45342
2025-05-05 13:03:37 +02:00
Stéphane Nicoll
86a8c9ed4d Document use of org.cyclonedx.bom version to 2.3.0
Closes gh-45320
2025-05-02 15:53:16 +02:00
Stéphane Nicoll
05e4262a25 Polish 2025-05-02 15:37:47 +02:00
Dmytro Nosan
439dd2299e Use serverUrl from the image as a fallback for the Credentials helper
Before this commit, the credential helper used the serverUrl from
the Map.Entry<String,Auth> as a fallback. However, the helper only uses
the email from the auths.

See gh-45345

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-05-02 15:13:35 +02:00
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