Commit Graph

54193 Commits

Author SHA1 Message Date
Phillip Webb
fedcc0c82a Merge branch '3.4.x' 2025-04-21 19:11:28 -07:00
Phillip Webb
11262601ce Merge branch '3.3.x' into 3.4.x 2025-04-21 19:11:13 -07:00
Phillip Webb
e28e215bdd Add 'workflow_dispatch:' for manual trigger 2025-04-21 19:11:05 -07:00
Phillip Webb
65b910108c Upgrade to Pulsar Reactive 0.6.0
Closes gh-45248
2025-04-21 16:12:13 -07:00
Stéphane Nicoll
5ae53e1eae Merge pull request #45240 from izeye
* pr/45240:
  Restore visibility for DockerComposeProperties.get()

Closes gh-45240
2025-04-21 08:37:12 +02:00
Johnny Lim
69f0b7a1e0 Restore visibility for DockerComposeProperties.get()
See gh-45240

Signed-off-by: Johnny Lim <izeye@naver.com>
2025-04-21 08:34:17 +02:00
Stéphane Nicoll
238d83b318 Merge branch '3.4.x'
Closes gh-45242
2025-04-21 08:33:20 +02:00
Stéphane Nicoll
00d68399a7 Merge branch '3.3.x' into 3.4.x
Closes gh-45241
2025-04-21 08:32:14 +02:00
Stéphane Nicoll
414a7511a3 Merge pull request #45238 from EvaristeGalois11
* pr/45238:
  Fix documentation links to buildpacks.io

Closes gh-45238
2025-04-21 08:31:25 +02:00
Claudio Nave
6a997d1026 Fix documentation links to buildpacks.io
See gh-45238

Signed-off-by: Claudio Nave <evaristegalois11@proton.me>
2025-04-21 08:30:35 +02:00
Stéphane Nicoll
30e69a7e8c Merge branch '3.4.x'
Closes gh-45236
2025-04-18 15:50:59 +02:00
Stéphane Nicoll
a73d8d78ab Merge branch '3.3.x' into 3.4.x
Closes gh-45235
2025-04-18 15:50:40 +02:00
Stéphane Nicoll
9bcf32afe7 Stop assuming that Neo4jDataAutConfiguration ran
This commit updates the conditions in Neo4jReactiveDataAutoConfiguration
so that it gracefully backs off if certain beans are not present, rather
than assuming its sibling Neo4jDataAutoConfiguration has run.

Closes gh-44930
2025-04-18 15:44:35 +02:00
Stéphane Nicoll
18f4dbd365 Merge pull request #45232 from nosan
* pr/45232:
  Polish contribution
  Document that a bootstrap executor for the context is auto-configured

Closes gh-45232
2025-04-18 14:55:20 +02:00
Stéphane Nicoll
f797fabc8b Polish contribution
See gh-45232
2025-04-18 14:54:14 +02:00
Dmytro Nosan
74222a64fc Document that a bootstrap executor for the context is auto-configured
Document that `applicationTaskExecutor` as a bootstrap executor for the
context if no `bootstrapExecutor` bean is defined.

See gh-45232

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-04-18 14:26:53 +02:00
Stéphane Nicoll
307dff2bc7 Merge branch '3.4.x' 2025-04-18 07:28:38 +02:00
Stéphane Nicoll
8d581571d1 Merge branch '3.3.x' into 3.4.x 2025-04-18 07:28:28 +02:00
Stéphane Nicoll
b7f7aae012 Upgrade to Spring LDAP 3.3.0-RC1
Closes gh-45145
2025-04-18 07:22:58 +02:00
Stéphane Nicoll
3a11dee539 Upgrade to Spring HATEOAS 2.5.0-RC1
Closes gh-45234
2025-04-18 07:22:58 +02:00
Stéphane Nicoll
f2986143f1 Upgrade to Spring LDAP 3.2.12
Closes gh-45095
2025-04-18 07:21:22 +02:00
Stéphane Nicoll
7ef2ee2096 Upgrade to Spring LDAP 3.2.12
Closes gh-45059
2025-04-18 07:21:09 +02:00
Phillip Webb
5a17f2c7f1 Fixup tests that rely on TestRestTemplate redirects
See gh-43431
2025-04-17 18:11:33 -07:00
Phillip Webb
284c78f737 Fixup tests that rely on TestRestTemplate redirects
See gh-43431
2025-04-17 17:48:23 -07:00
Phillip Webb
5eee67b8da Fixup tests that rely on TestRestTemplate redirects
See gh-43431
2025-04-17 15:29:30 -07:00
Phillip Webb
47c230b024 Allow withTlsSocketStrategyFactory to work without SSL bundle
Update `HttpComponentsHttpClientBuilder` so that
`withTlsSocketStrategyFactory` is called even if there is no SSL
bundle.

See gh-43422
2025-04-17 15:27:41 -07:00
Phillip Webb
17b2eddeef Fix checkstyle violations
See gh-43422
2025-04-17 15:27:06 -07:00
Phillip Webb
12dbe801e9 Align TestRestTemplate redirect defaults
Align redirect settings of `TestRestTemplate` with other blocking
clients and deprecate `HttpClientOption.ENABLE_REDIRECTS`. A new
`withRedirects` convenience method has also been added to quickly
allow the setting to be changed.

Closes gh-43431
2025-04-17 14:28:39 -07:00
Phillip Webb
7817797970 Drop custom CustomHttpComponentsClientHttpRequestFactory
Replace `CustomHttpComponentsClientHttpRequestFactory` with
`HttpComponentsClientHttpRequestFactoryBuilder` to reduce the amount
of duplicated logic.

Closes gh-43422
2025-04-17 14:28:39 -07:00
Andy Wilkinson
a5722832d2 Polish
See gh-45231
2025-04-17 16:00:53 +01:00
Andy Wilkinson
8641df7209 Merge branch '3.4.x'
Closes gh-45231
2025-04-17 15:47:45 +01:00
Andy Wilkinson
3f6fe9fb39 Merge branch '3.3.x' into 3.4.x
Closes gh-45230
2025-04-17 15:47:21 +01:00
Andy Wilkinson
3aa352a2cd Merge pull request #45202 from nosan
* gh-45202:
  Polish "Use ClassLoader with ArchitectureCheck"
  Use ClassLoader with ArchitectureCheck

Closes gh-45202
2025-04-17 15:47:15 +01:00
Andy Wilkinson
927e7dbf00 Polish "Use ClassLoader with ArchitectureCheck"
See gh-45202
2025-04-17 15:46:59 +01:00
Dmytro Nosan
bb3cf6c088 Use ClassLoader with ArchitectureCheck
Prior to this commit, certain rules, like BeanPostProcessor,
did not work with external classes. This commit ensures that
ArchRules are executed within a context ClassLoader that includes
all classes from the compile classpath.

See gh-45202

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-04-17 15:46:59 +01:00
Stéphane Nicoll
cf90a71a30 Merge branch '3.4.x' 2025-04-17 16:45:28 +02:00
Stéphane Nicoll
59eb90d897 Merge branch '3.3.x' into 3.4.x 2025-04-17 16:45:22 +02:00
Stéphane Nicoll
d19d569cd7 Upgrade to Spring GraphQL 1.4.0-RC1
Closes gh-45229
2025-04-17 16:45:16 +02:00
Stéphane Nicoll
26ae1138e7 Upgrade to Spring Framework 6.2.6
Closes gh-45142
2025-04-17 16:45:12 +02:00
Stéphane Nicoll
26bcbbb32f Upgrade to Spring GraphQL 1.3.5
Closes gh-45092
2025-04-17 16:44:43 +02:00
Stéphane Nicoll
0724e97b02 Upgrade to Spring Framework 6.2.6
Closes gh-45091
2025-04-17 16:44:43 +02:00
Stéphane Nicoll
482f56ddbb Upgrade to Spring GraphQL 1.3.5
Closes gh-45058
2025-04-17 16:44:39 +02:00
Stéphane Nicoll
b8972e553e Upgrade to Spring Framework 6.1.19
Closes gh-45057
2025-04-17 16:44:39 +02:00
Andy Wilkinson
15a3d08059 Adapt to deprecation of MvcRequestMatcher
See gh-45147
2025-04-17 14:53:11 +01:00
Andy Wilkinson
c0125e2470 Merge branch '3.4.x'
Closes gh-45227
2025-04-17 14:13:35 +01:00
Andy Wilkinson
b7ac4f3fd6 Merge branch '3.3.x' into 3.4.x
Closes gh-45226
2025-04-17 14:12:19 +01:00
Andy Wilkinson
6d18ea5e11 Merge pull request #45223 from ngocnhan-tran1996
* gh-45223:
  Polish "Avoid eager creation of aggregatedJavadoc task"
  Avoid eager creation of aggregatedJavadoc task

Closes gh-45223
2025-04-17 14:12:03 +01:00
Andy Wilkinson
21a9f4bbc5 Polish "Avoid eager creation of aggregatedJavadoc task"
See gh-45223
2025-04-17 14:11:54 +01:00
Tran Ngoc Nhan
86f09fb952 Avoid eager creation of aggregatedJavadoc task
See gh-45223

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-04-17 14:11:54 +01:00
Stéphane Nicoll
92fe6b09e5 Merge branch '3.4.x'
Closes gh-45225
2025-04-17 14:28:34 +02:00