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
Andy Wilkinson
49fdc31532
Add jars that were missed due to .gitignore
...
See gh-46043
7 months ago
Andy Wilkinson
bdee9c9b19
Ensure consistent versions between dev and production classpaths
...
Prior to this change, versions in the dev and production classpaths
could differ. These differing versions could result in a transitive
dependency that should have been present in both development and
production only being present in the former. This would likely
result in failures at runtime.
This commit aligns the versions by adding constraints to the
production runtime classpath for each dependency in the runtime
classpath.
Closes gh-46043
7 months ago
Andy Wilkinson
640793c60e
Streamline CRC and hash calculation when preparing stored entries
...
Closes gh-46202
7 months ago
Andy Wilkinson
0932c4a1c6
Apply permissions consistently when creating uber jars and wars
...
Closes gh-46193
7 months ago
Andy Wilkinson
17bed4c8cf
Further parameterize the repository where the docs build is triggered
...
See gh-46190
7 months ago
Andy Wilkinson
389d8874dc
Parameterize the repository where the docs build is triggered
...
Closes gh-46190
7 months ago
Andy Wilkinson
a2067af1b3
Use version-spring-boot attribute to reference Spring Boot's version
...
Closes gh-46187
7 months ago
Andy Wilkinson
1c404767c4
Make Servlet-specific customization back off without undertow-servlet
...
Closes gh-46178
7 months ago
Phillip Webb
2128a84492
Never attempt to resolve local address for nested URLs
...
Update `nested:` Handler to always return `null` from `getHostAddress`
in an attempt to improve performance on Windows.
Fixes gh-46063
7 months ago
Moritz Halbritter
e2571a41bf
Exclude ReactorAutoConfiguration from lazy initialization
...
Closes gh-45846
7 months ago
Stéphane Nicoll
7e0d1647d1
Fix import
...
See gh-46064
7 months ago
Moritz Halbritter
9993c66590
Merge pull request #46164 from nosan
...
* pr/46164:
Exclude NettyAutoConfiguration from global lazy init
Closes gh-46164
7 months ago
Dmytro Nosan
4b7e3519c2
Exclude NettyAutoConfiguration from global lazy init
...
This commits registers LazyInitializationExcludeFilter to exclude
NettyAutoConfiguration from global lazy init.
See gh-46164
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
7 months ago
Stéphane Nicoll
03fdc55b29
Merge pull request #46064 from dmitrysulman
...
* pr/46064:
Polish "Fix issues with Kotlin examples in Antora docs"
Fix issues with Kotlin examples in Antora docs
Closes gh-46064
7 months ago
Stéphane Nicoll
399cee4b0e
Polish "Fix issues with Kotlin examples in Antora docs"
...
See gh-46064
7 months ago
Dmitry Sulman
eb9e2f19a8
Fix issues with Kotlin examples in Antora docs
...
See gh-46064
Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
7 months ago
Moritz Halbritter
e661f6ec1b
Use fixed clock when testing SslInfo
...
Closes gh-45573
7 months ago
Moritz Halbritter
099ad30033
Update IntelliJ IDEA copyright profile
...
See gh-46065
7 months ago
Phillip Webb
ab41199880
Update copyright year for checkstyle and eclipse
...
Closes gh-46065
7 months ago