Phillip Webb
ea8af9af56
Fix checkstyle violation
...
See gh-46401
7 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
7 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
7 months ago
Stéphane Nicoll
4a4ab26141
Upgrade to XmlUnit2 2.10.3
...
Closes gh-46393
7 months ago
Stéphane Nicoll
c310b5ed42
Upgrade to Tomcat 10.1.43
...
Closes gh-46392
7 months ago
Stéphane Nicoll
583a1c1079
Upgrade to GraphQL Java 22.4
...
Closes gh-46394
7 months ago
Stéphane Nicoll
2a65c1b0a1
Upgrade to Spring GraphQL 1.3.6
...
Closes gh-46391
7 months ago
Stéphane Nicoll
1381a4b05f
Upgrade to RxJava3 3.1.11
...
Closes gh-46390
7 months ago
Stéphane Nicoll
b1e41b5a39
Upgrade to Prometheus Client 1.3.10
...
Closes gh-46389
7 months ago
Stéphane Nicoll
9e687cfc54
Upgrade to Jetty 12.0.23
...
Closes gh-46388
7 months ago
Stéphane Nicoll
4f7e75ce3e
Upgrade to Infinispan 15.0.16.Final
...
Closes gh-46387
7 months ago
Stéphane Nicoll
f38980a4e0
Upgrade to Hibernate 6.6.20.Final
...
Closes gh-46386
7 months ago
Stéphane Nicoll
aa02fbfb8a
Upgrade to ActiveMQ 6.1.7
...
Closes gh-46385
7 months ago
Stéphane Nicoll
c0a21b02f0
Upgrade to MySQL 9.3.0
...
Closes gh-46370
7 months ago
Stéphane Nicoll
6839e52455
Start building against Spring Kafka 3.3.8 snapshots
...
See gh-46363
7 months ago
Stéphane Nicoll
b9044fded7
Start building against Spring Integration 6.4.6 snapshots
...
See gh-46361
7 months ago
Stéphane Nicoll
29cddcab34
Start building against Spring Pulsar 1.2.8 snapshots
...
See gh-46279
7 months ago
Stéphane Nicoll
27b85d5f22
Start building against Spring Framework 6.2.9 snapshots
...
See gh-46278
7 months ago
Stéphane Nicoll
a1fe893b03
Upgrade to Neo4j Java Driver 5.28.7
...
Closes gh-46287
7 months ago
Stéphane Nicoll
2de03ee02e
Start building against Spring Data Bom 2024.1.8 snapshots
...
See gh-46277
7 months ago
Stéphane Nicoll
1a7e155f78
Start building against Spring AMQP 3.2.6 snapshots
...
See gh-46276
7 months ago
Stéphane Nicoll
4666d30e39
Start building against Reactor Bom 2024.0.8 snapshots
...
See gh-46275
7 months ago
Stéphane Nicoll
6881ea1adb
Start building against Micrometer Tracing 1.4.8 snapshots
...
See gh-46274
7 months ago
Stéphane Nicoll
6cbd25a2de
Start building against Micrometer 1.14.9 snapshots
...
See gh-46273
7 months ago
Phillip Webb
1ed1757ba3
Ensure eclipse classpath excludes binary output folders
...
Update `EclipseConventions` so that classpath `whenMerged` changes
are applied via `JavaBasePlugin`. Without this change, the `whenMerged`
item is added, but then`EclipsePlugin.configureEclipseClasspath` is
called from a `project.getPlugins().withType(JavaBasePlugin.class, ...`
call. Using a nested call appears to fix the issue, probably because
it now runs after `configureEclipseClasspath`.
Closes gh-46319
7 months ago
Andy Wilkinson
92d6c5426e
Merge pull request #45880 from quaff
...
* gh-45880:
Polish usage of `@ConditionalOnWebApplication` for consistency
Closes gh-45880
7 months ago
Yanming Zhou
af8558a84a
Polish usage of `@ConditionalOnWebApplication` for consistency
...
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
See gh-45880
7 months ago
Andy Wilkinson
803a29c656
Merge pull request #46291 from PiyalAhmed
...
* gh-46291:
Polish
Closes gh-46291
7 months ago
Piyal Ahmed
b9589203dc
Polish
...
Signed-off-by: Piyal Ahmed <piya.salamence@gmail.com>
See gh-46291
7 months ago
Andy Wilkinson
8c261ce2fc
Test Gradle plugin against Gradle 7.6.6
...
Closes gh-46300
7 months ago
Andy Wilkinson
41fb4678de
Upgrade to Gradle 8.14.3
...
Closes gh-46297
7 months ago
Stéphane Nicoll
7958d0e687
Remove debug logging
7 months ago
Stéphane Nicoll
1a81e4718f
Set version of Spring Data R2DBC in NoSuchMethodFailureAnalyzerTests
...
Closes gh-46268
7 months ago
Stéphane Nicoll
67de3211e7
Merge pull request #46259 from PiyalAhmed
...
* pr/46259:
Remove unnecessary toString() call
Closes gh-46259
7 months ago
Piyal Ahmed
2b14cfee3c
Remove unnecessary toString() call
...
See gh-46259
Signed-off-by: Piyal Ahmed <piya.salamence@gmail.com>
7 months ago
Andy Wilkinson
e3bfc1d293
Merge pull request #46256 from Dockerel
...
* gh-46256:
Use ThreadLocal.remove() instead of set(null)
Closes gh-46256
7 months ago
Giheon Do
f316e3e128
Use ThreadLocal.remove() instead of set(null)
...
Signed-off-by: Giheon Do <dgh0001@naver.com>
See gh-46256
7 months ago
Andy Wilkinson
808d2e58b7
Merge pull request #46252 from PiyalAhmed
...
* gh-46252:
Remove unnecessary semicolons from Gradle build scripts
Closes gh-46252
7 months ago
Piyal Ahmed
8fb3010942
Remove unnecessary semicolons from Gradle build scripts
...
Signed-off-by: Piyal Ahmed <piya.salamence@gmail.com>
See gh-46252
7 months ago
Andy Wilkinson
d38079cfbb
Merge pull request #46228 from benelog
...
* gh-46228:
Polish "Fix description of spring.batch.job.enabled"
Fix description of spring.batch.job.enabled
Closes gh-46228
7 months ago
Andy Wilkinson
7c14ac0bc4
Polish "Fix description of spring.batch.job.enabled"
...
See gh-46228
7 months ago
Sanghyuk Jung
5a69bfb403
Fix description of spring.batch.job.enabled
...
Signed-off-by: Sanghyuk Jung <sanghyuk.jung@navercorp.com>
See gh-46228
7 months ago
Stéphane Nicoll
49895876c0
Merge pull request #46234 from quaff
...
* pr/46234:
Replace fully qualified class to import
Closes gh-46234
7 months ago
Yanming Zhou
520f7abb9f
Replace fully qualified class to import
...
See gh-46234
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
7 months ago
Andy Wilkinson
5479f5c3d3
Make Hikari's pool accessible via reflection in a native image
...
When it's inaccessible, the jdbc.connections.active and
jdbc.connections.idle metrics are lost.
Closes gh-46214
7 months ago
Stéphane Nicoll
c0d66d1984
Merge pull request #46211 from nosan
...
* pr/46211:
Add @EnabledOnLocale annotation for locale-based tests
Closes gh-46211
7 months ago
Dmytro Nosan
67f380c2bc
Add @EnabledOnLocale annotation for locale-based tests
...
Introduce @EnabledOnLocale annotation to enable or disable tests
based on the system's default locale.
See gh-46211
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
7 months ago
Andy Wilkinson
8700ebb16b
Remove unnecessary scheduling of CodeQL analysis
7 months ago
Andy Wilkinson
73dd31d440
Set permissions on verify workflow
7 months ago
Andy Wilkinson
6ac842b3e8
Configure workflow permissions and enable CodeQL analysis
7 months ago