Stéphane Nicoll
65236603fc
Polish
...
See gh-46307
2 months ago
Phillip Webb
2196f6da73
Revert "Ignore failing Spring Data JDBC tests"
...
This reverts commit c21293bb24 .
Closes gh-47435
2 months ago
Phillip Webb
c21293bb24
Ignore failing Spring Data JDBC tests
2 months ago
Stéphane Nicoll
33038d3e1e
Exclude shaded JSON packages from architecture checks
...
Closes gh-47207
2 months ago
Stéphane Nicoll
b66509b4e1
Merge pull request #46410 from ppkarwasz
...
* pr/46410:
Polish "Add runtime hints for Log4j Core 2"
Add runtime hints for Log4j Core 2
Closes gh-46410
2 months ago
Stéphane Nicoll
e20e2393c9
Polish "Add runtime hints for Log4j Core 2"
...
See gh-46410
2 months ago
Piotr P. Karwasz
a2d4ecf8ac
Add runtime hints for Log4j Core 2
...
This change introduces runtime hints for Log4j Core 2 to support its
integration with Spring Boot native images.
Starting with Log4j 2.25.x, Log4j includes built-in GraalVM reachability
metadata, allowing native image generation without requiring additional
manual configuration.
This contribution complements that by adding Spring Boot–specific
metadata:
* Registers default Spring Boot configuration files.
* Registers classes referenced via `ClassUtils.isPresent(...)` checks.
See gh-46410
Signed-off-by: Piotr P. Karwasz <piotr@github.copernik.eu>
2 months ago
Phillip Webb
05172cf77b
Use ZipEntryConstants.CONSTANT_TIME_FOR_ZIP_ENTRIES to check timestamp
...
Update `AbstractBootArchiveTests` to use the Gradle provided constant
to check the repeatable timestamp.
2 months ago
Stéphane Nicoll
4420c92173
Adapt Kotlin null-safety with Spring Framework changes
...
Closes gh-47428
2 months ago
Stéphane Nicoll
da8eac3483
Update RetryPolicySettings to configure exception policy as well
...
Closes gh-47264
2 months ago
Stéphane Nicoll
cb51a44e2b
Merge branch '3.5.x'
...
Closes gh-47426
2 months ago
Stéphane Nicoll
5e04d98260
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47425
2 months ago
Stéphane Nicoll
61acc52137
Merge pull request #47415 from dependabot[bot]
...
* pr/47415:
Polish "Bump jfrog/setup-jfrog-cli from 4.6.1 to 4.7.0"
Bump jfrog/setup-jfrog-cli from 4.6.1 to 4.7.0
Closes gh-47415
2 months ago
Stéphane Nicoll
f1a3971148
Polish "Bump jfrog/setup-jfrog-cli from 4.6.1 to 4.7.0"
...
See gh-47415
2 months ago
dependabot[bot]
dd353034de
Bump jfrog/setup-jfrog-cli from 4.6.1 to 4.7.0
...
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli ) from 4.6.1 to 4.7.0.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases )
- [Commits](88e9eba31c...c32bf10843 )
---
updated-dependencies:
- dependency-name: jfrog/setup-jfrog-cli
dependency-version: 4.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
See gh-47415
Signed-off-by: dependabot[bot] <support@github.com>
2 months ago
Stéphane Nicoll
c2e838a603
Merge pull request #47381 from meistermeier
...
* pr/47381:
Polish "Add support for Neo4j Java Driver 6.0.0"
Add support for Neo4j Java Driver 6.0.0
Closes gh-47381
2 months ago
Stéphane Nicoll
6f1bcc4bfa
Polish "Add support for Neo4j Java Driver 6.0.0"
...
See gh-47381
2 months ago
Gerrit Meier
2542430e5b
Add support for Neo4j Java Driver 6.0.0
...
See gh-47381
Signed-off-by: Gerrit Meier <meistermeier@gmail.com>
2 months ago
Stéphane Nicoll
43b06ca9b9
Start building against Spring Data Bom 2025.1.0-RC1 snapshots
...
See gh-47394
2 months ago
Stéphane Nicoll
533544d8fc
Polish
2 months ago
Andy Wilkinson
5ec993bb8c
Upgrade to Dokka 2.1.0-Beta
...
We need to upgrade for better compatibility with Java 25.
See gh-47413
2 months ago
Andy Wilkinson
1ebc557bd5
Consistent configuration of test repository URLs
2 months ago
Andy Wilkinson
2eaad0585c
Consistent configuration of docker-test-maven-repository
2 months ago
Andy Wilkinson
46022d2a4e
Third time lucky fixing the Windows build?
...
See 44099d3d , c1924f2 , a5dbc5b
2 months ago
Andy Wilkinson
a5dbc5bb22
Alternative attempt at fixing the Windows build
...
See 44099d3d , c1924f2
2 months ago
Andy Wilkinson
16718f676d
Upgrade to Detekt 2.0.0-alpha.0
...
We need to upgrade for better compatibility with Java 25.
See gh-47413
2 months ago
Andy Wilkinson
c1924f2fcd
Try to fix Windows build
...
See 44099d3d
2 months ago
Andy Wilkinson
473fc1b19e
Merge branch '3.5.x'
...
Closes gh-47413
2 months ago
Andy Wilkinson
a79d0e0d10
Remove Java 24 from CI matrix
...
Closes gh-47412
2 months ago
Andy Wilkinson
44099d3d21
Build with Gradle 9.1.0
2 months ago
Stéphane Nicoll
2440667aab
Polish
2 months ago
Stéphane Nicoll
7db43ef820
Mark spring-web optional in spring-boot-rsocket
...
This commit moves the spring-web dependency from implementation to
optional. It also adds an api dependency to spring-web in the rsocket
starter.
The reasoning behind this change is that RSocket can be used without
spring-web, and we want to make sure that consumers of the dependency
can achieve that goal, as they were able to in previous versions.
However, we believe that most RSocket-based applications need spring-web
as, without it, only the simple and not efficient implementation of
RouterMatcher is available. With the addition of exception handling
using ControllerAdvice, this change makes also sure that it works out
of the box with the starter.
Closes gh-47409
2 months ago
Moritz Halbritter
d97539bc46
Add nullability annotations to tests in module/spring-boot-data-couchbase-test
...
See gh-47263
2 months ago
Moritz Halbritter
8c25063273
Add nullability annotations to tests in module/spring-boot-liquibase
...
See gh-47263
2 months ago
Moritz Halbritter
489336255a
Add nullability annotations to tests in module/spring-boot-ldap
...
See gh-47263
2 months ago
Moritz Halbritter
fde0ae4ac9
Add nullability annotations to tests in module/spring-boot-kotlin-serialization
...
See gh-47263
2 months ago
Moritz Halbritter
643f6112c7
Add nullability annotations to tests in module/spring-boot-kafka
...
See gh-47263
2 months ago
Moritz Halbritter
4bf6fcefab
Add nullability annotations to tests in module/spring-boot-jsonb
...
See gh-47263
2 months ago
Moritz Halbritter
9d85c379bd
Add nullability annotations to tests in module/spring-boot-jpa-test
...
See gh-47263
2 months ago
Moritz Halbritter
9d63a74bbc
Add nullability annotations to tests in module/spring-boot-jpa
...
See gh-47263
2 months ago
Moritz Halbritter
f059a953d3
Add nullability annotations to tests in module/spring-boot-jooq-test
...
See gh-47263
2 months ago
Moritz Halbritter
1f293cc653
Add nullability annotations to tests in module/spring-boot-jooq
...
See gh-47263
2 months ago
Moritz Halbritter
49c7546662
Add nullability annotations to tests in module/spring-boot-jms
...
See gh-47263
2 months ago
Moritz Halbritter
c92617a015
Add nullability annotations to tests in module/spring-boot-jetty
...
See gh-47263
2 months ago
Andy Wilkinson
a9bf744b68
Fix Docker test configuration in spring-boot-data-couchbase-test
...
See gh-47322
2 months ago
Moritz Halbritter
b503ad3a9a
Add nullability annotations to tests in module/spring-boot-jdbc-test
...
See gh-47263
2 months ago
Moritz Halbritter
a350ead232
Add nullability annotations to tests in module/spring-boot-data-redis-test
...
See gh-47263
2 months ago
Moritz Halbritter
55a97aa7ad
Add nullability annotations to tests in module/spring-boot-data-r2dbc-test
...
See gh-47263
2 months ago
Moritz Halbritter
06dd6aec3c
Add nullability annotations to tests in module/spring-boot-data-neo4j-test
...
See gh-47263
2 months ago
Moritz Halbritter
a1038a5e64
Add nullability annotations to tests in module/spring-boot-data-mongodb-test
...
See gh-47263
2 months ago