Stéphane Nicoll
c8573c81f5
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46453
9 months ago
Stéphane Nicoll
2838cd5a9e
Fix changelog location for Commons Lang3
...
Closes gh-46452
9 months ago
Stéphane Nicoll
59fb6bce1e
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46448
9 months ago
Stéphane Nicoll
8f8d406e56
Allow SNI integration tests to build against an enterprise release
...
Closes gh-46426
9 months ago
Stéphane Nicoll
64ff86d828
Merge branch '3.4.x' into 3.5.x
9 months ago
Stéphane Nicoll
2153ca330e
Upgrade to Reactor Bom 2024.0.8
...
Closes gh-46282
9 months ago
Stéphane Nicoll
15fa6d3ae0
Upgrade to Netty 4.1.123.Final
...
Closes gh-46435
9 months ago
Stéphane Nicoll
a5fdc89b6a
Upgrade to Neo4j Java Driver 5.28.9
...
Closes gh-46434
9 months ago
Stéphane Nicoll
dbb56fb8c0
Upgrade to Hibernate 6.6.21.Final
...
Closes gh-46433
9 months ago
Stéphane Nicoll
b15092e9b3
Upgrade to Caffeine 3.2.2
...
Closes gh-46432
9 months ago
Stéphane Nicoll
8544555a3e
Upgrade to Reactor Bom 2024.0.8
...
Closes gh-46275
9 months ago
Stéphane Nicoll
0f06a248ee
Upgrade to Netty 4.1.123.Final
...
Closes gh-46431
9 months ago
Stéphane Nicoll
21edb6949c
Upgrade to Neo4j Java Driver 5.28.9
...
Closes gh-46430
9 months ago
Stéphane Nicoll
e564fb593d
Upgrade to Hibernate 6.6.21.Final
...
Closes gh-46429
9 months ago
Stéphane Nicoll
1565da203b
Merge branch '3.4.x' into 3.5.x
9 months ago
Stéphane Nicoll
52c30d061b
Upgrade to Micrometer Tracing 1.5.2
...
Closes gh-46281
9 months ago
Stéphane Nicoll
7c95ab084e
Upgrade to Micrometer 1.15.2
...
Closes gh-46280
9 months ago
Stéphane Nicoll
60c4ec02a2
Upgrade to Micrometer Tracing 1.4.8
...
Closes gh-46274
9 months ago
Stéphane Nicoll
e2b1360f41
Upgrade to Micrometer 1.14.9
...
Closes gh-46273
9 months ago
Andy Wilkinson
4f2e9a5b32
Test against Gradle 9.0.0-rc-2
...
Closes gh-46418
9 months ago
Andy Wilkinson
80d6b8258d
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46416
9 months ago
Andy Wilkinson
037755efaf
Merge pull request #46408 from izeye
...
* gh-46408:
Fix BootZipCopyAction.Processor.getDirMode(FileCopyDetails)
Closes gh-46408
9 months ago
Johnny Lim
e5862c69b8
Fix BootZipCopyAction.Processor.getDirMode(FileCopyDetails)
...
See gh-46408
Signed-off-by: Johnny Lim <izeye@naver.com>
9 months ago
Andy Wilkinson
4b40c9251e
Upgrade to Neo4j Java Driver 5.28.8
...
Closes gh-46415
9 months ago
Andy Wilkinson
1b903167ee
Merge branch '3.4.x' into 3.5.x
9 months ago
Andy Wilkinson
5f550a688b
Upgrade to Neo4j Java Driver 5.28.8
...
Closes gh-46414
9 months ago
Andy Wilkinson
79cb5b8d45
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46412
9 months ago
Andy Wilkinson
cc0aa831da
Add support for per-library upgrade policies
...
Closes gh-46369
9 months ago
Phillip Webb
ba6ae5263d
Merge branch '3.4.x' into 3.5.x
9 months ago
Phillip Webb
ea8af9af56
Fix checkstyle violation
...
See gh-46401
9 months ago
Phillip Webb
7f62b20c75
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46402
9 months ago
Phillip Webb
08cc62a6b6
Simplify JarFileUrlKey to prevent issues with Cortex XDR agent
...
Replace the string based `JarFileUrlKey` and cache with a simple key
built directly from URL components. This should allow cache lookups
to remain fast whilst removing any `URLStreamHandler.getHostAddress`
calls.
Prior to this commit, we assumed that it was safe to use the URL
directly as a cache key as long as it had an empty or null `host`.
This assumption isn't correct when Palo Alto Network Cortex XDR agent
is present as it appears to intercept calls to `getHostAddress`
and, unlike the JDK code, always perform a DNS lookup.
Fixes gh-46401
9 months ago
Andy Wilkinson
12ff61d594
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46398
9 months ago
Andy Wilkinson
f61c54632a
Work around Kotlin plugin breaking AOT compile classpaths
...
Compilation of AOT-generated source code requires runtime
dependencies to be on the classpath. This is necessary as a class
from a runtime dependency may appear in the signature of a generated
method that defines a bean. To accomplish this, Boot's AOT plugin
sets the org.gradle.usage attribute of the compile classpath
configurations of the aot and aotTest source sets to java-runtime.
When the Kotlin plugin is applied after Boot's AOT plugin it breaks
this arrangement by setting org.gradle.usage to java-api. There
doesn't appear to be a way to prevent it from messing with the aot
and aotTest source sets despite them not using Kotlin. This commit
works around the problem by repairing the damage and setting the
attribute back to java-runtime again.
Fixes gh-46397
9 months ago
Stéphane Nicoll
1d2dfdff11
Merge branch '3.4.x' into 3.5.x
9 months ago
Stéphane Nicoll
478ba6f08c
Upgrade to XmlUnit2 2.10.3
...
Closes gh-46384
9 months ago
Stéphane Nicoll
3ad232dea0
Upgrade to Tomcat 10.1.43
...
Closes gh-46383
9 months ago
Stéphane Nicoll
4a4ab26141
Upgrade to XmlUnit2 2.10.3
...
Closes gh-46393
9 months ago
Stéphane Nicoll
c310b5ed42
Upgrade to Tomcat 10.1.43
...
Closes gh-46392
9 months ago
Stéphane Nicoll
5b30255d1c
Upgrade to Testcontainers 1.21.3
...
Closes gh-46382
9 months ago
Stéphane Nicoll
fea59a3e11
Upgrade to GraphQL Java 24.1
...
Closes gh-46395
9 months ago
Stéphane Nicoll
583a1c1079
Upgrade to GraphQL Java 22.4
...
Closes gh-46394
9 months ago
Stéphane Nicoll
2a65c1b0a1
Upgrade to Spring GraphQL 1.3.6
...
Closes gh-46391
9 months ago
Stéphane Nicoll
1381a4b05f
Upgrade to RxJava3 3.1.11
...
Closes gh-46390
9 months ago
Stéphane Nicoll
b1e41b5a39
Upgrade to Prometheus Client 1.3.10
...
Closes gh-46389
9 months ago
Stéphane Nicoll
9e687cfc54
Upgrade to Jetty 12.0.23
...
Closes gh-46388
9 months ago
Stéphane Nicoll
4f7e75ce3e
Upgrade to Infinispan 15.0.16.Final
...
Closes gh-46387
9 months ago
Stéphane Nicoll
f38980a4e0
Upgrade to Hibernate 6.6.20.Final
...
Closes gh-46386
9 months ago
Stéphane Nicoll
aa02fbfb8a
Upgrade to ActiveMQ 6.1.7
...
Closes gh-46385
9 months ago
Stéphane Nicoll
000a0426ed
Upgrade to Spring GraphQL 1.4.1
...
Closes gh-46381
9 months ago