Phillip Webb
4b2d358384
Refine spring-boot-test-autoconfigure dependencies
...
Make `spring-boot-test-autoconfigure` optionally depend on
`spring-boot-autoconfigure` so that it can be an `api` dependency
for `*-test` modules. Also relocate it to core.
See gh-47322
4 months ago
Phillip Webb
17e655b7e5
Relocate `@PropertyMapping` to spring-boot-test
...
Move `@PropertyMapping` and supporting code from the
`spring-boot-test-autoconfigure` module to `spring-boot-test`
since it's generally applicable.
See gh-46356
See gh-47322
4 months ago
Phillip Webb
2b3a8ff647
Relocate `@TypeExcludeFilters` to spring-boot-test
...
Move `@TypeExcludeFilters` and supporting code from the
`spring-boot-test-autoconfigure` module to `spring-boot-test`
since it's generally applicable.
See gh-46356
See gh-47322
4 months ago
Phillip Webb
36732bd74a
Polish
4 months ago
Phillip Webb
352925bbe8
Polish @Since tags
4 months ago
Phillip Webb
f8f6e59d1a
Polish starter descriptions
4 months ago
Phillip Webb
08a641c1a2
Polish whitespace in gradle files
4 months ago
Andy Wilkinson
26364c27e2
Rename …DataAutoConfiguration to Data…AutoConfiguration
...
Closes gh-47049
4 months ago
Stéphane Nicoll
787840735b
Add support for RestTestClient
...
This commit adds support for RestTestClient for MockMvc and integration
tests.
Closes gh-47335
4 months ago
Andy Wilkinson
e2ba4dad2a
Correct property in Session Data Redis smoke test
4 months ago
Andy Wilkinson
7a595f1b83
Rename properties for Spring Session Data MongoDB and Data Redis
...
Closes gh-47333
4 months ago
Andy Wilkinson
922592938a
Polish
4 months ago
Andy Wilkinson
b23d7fe203
Ignore deprecation warning caused by Framework
...
See gh-45501
See spring-projects/spring-framework#35557
4 months ago
Andy Wilkinson
f9d4589259
Use Java 25 in native image system test
...
We need to use Java 25 when using buildpacks to create a native image
for a couple of reasons:
- Framework has raised its GraalVM baseline to 25
- Buildpacks have removed support for Java 24
See gh-45501
4 months ago
Stéphane Nicoll
d4fce9a068
Merge branch '3.5.x'
...
Closes gh-47363
4 months ago
Stéphane Nicoll
cc20b3ec3b
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47362
4 months ago
Stéphane Nicoll
f28bea16c5
Merge pull request #47356 from dependabot[bot]
...
* pr/47356:
Bump patch-package from 8.0.0 to 8.0.1 in /antora
Closes gh-47356
4 months ago
dependabot[bot]
4ba14c139e
Bump patch-package from 8.0.0 to 8.0.1 in /antora
...
Bumps [patch-package](https://github.com/ds300/patch-package ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/ds300/patch-package/releases )
- [Changelog](https://github.com/ds300/patch-package/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ds300/patch-package/commits )
---
updated-dependencies:
- dependency-name: patch-package
dependency-version: 8.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
See gh-47356
Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Stéphane Nicoll
ad3a18d086
Merge branch '3.5.x'
...
Closes gh-47361
4 months ago
Stéphane Nicoll
98b4afe527
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47360
4 months ago
Stéphane Nicoll
a8caeed578
Merge pull request #47357 from dependabot[bot]
...
* pr/47357:
Polish "Bump gradle/actions from 4.4.3 to 4.4.4"
Bump gradle/actions from 4.4.3 to 4.4.4
Closes gh-47357
4 months ago
Stéphane Nicoll
bc968fc671
Polish "Bump gradle/actions from 4.4.3 to 4.4.4"
...
See gh-47357
4 months ago
dependabot[bot]
1c1a35f6be
Bump gradle/actions from 4.4.3 to 4.4.4
...
Bumps [gradle/actions](https://github.com/gradle/actions ) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/gradle/actions/releases )
- [Commits](ed408507ea...748248ddd2 )
---
updated-dependencies:
- dependency-name: gradle/actions
dependency-version: 4.4.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
See gh-47357
Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Stéphane Nicoll
eb307b91ec
Merge branch '3.5.x'
...
Closes gh-47359
4 months ago
Stéphane Nicoll
14791f0593
Fix typos
...
Closes gh-47358
4 months ago
Stéphane Nicoll
474c9cdeb1
Fix javadoc links in reference guide
...
Closes gh-47351
4 months ago
Stéphane Nicoll
cbdd7cf23b
Fix links to source code in reference documentation
...
Closes gh-47348
4 months ago
Andy Wilkinson
569fa5fd7d
Remove milestone repository from Maven and Gradle examples
...
Closes gh-47341
4 months ago
Stéphane Nicoll
5a2f90d1f1
Register spring-boot-batch-jdbc for configuration metadata changelog
...
See gh-46307
4 months ago
Stéphane Nicoll
5301c8d905
Use new spring-boot-micrometer-* modules consistently
...
Closes gh-47350
4 months ago
Stéphane Nicoll
4f6bbac13e
Add support for in-memory Batch infrastructure
...
This commit moves the existing JDBC-based Spring Batch infrastructure
to a new 'spring-boot-batch-jdbc' module, while the existing module
only offers in-memory (aka resourceless) support.
The commit also updates the reference guide to provide some more
information about what's available and how to use it.
Closes gh-46307
4 months ago
Andy Wilkinson
54ffc42309
Fix table formatting
...
Closes gh-47345
See gh-47328
4 months ago
Stéphane Nicoll
8c5a25ee5c
Merge branch '3.5.x'
...
Closes gh-47347
4 months ago
Stéphane Nicoll
30d3889079
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47346
4 months ago
Stéphane Nicoll
e8b6ab14bc
Merge pull request #47300 from xyraclius
...
* pr/47300:
Polish "Use liquibase schema in LiquibaseEndpoint if it set"
Use liquibase schema in LiquibaseEndpoint if it set
Closes gh-47300
4 months ago
Stéphane Nicoll
5344fb218a
Polish "Use liquibase schema in LiquibaseEndpoint if it set"
...
See gh-47300
4 months ago
Nabil Fawwaz Elqayyim
bdb05639bc
Use liquibase schema in LiquibaseEndpoint if it set
...
See gh-47300
Signed-off-by: Nabil Fawwaz Elqayyim <master@nabilfawwaz.com>
4 months ago
Moritz Halbritter
db10e3d1ed
Fix typo
4 months ago
Stéphane Nicoll
ae86895953
Merge branch '3.5.x'
...
Closes gh-47344
4 months ago
Stéphane Nicoll
93c9413ac0
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47343
4 months ago
Stéphane Nicoll
f93c43cb8a
Merge pull request #47339 from fhiyo
...
* pr/47339:
Polish "Use non-deprecated syntax to configure sourceCompatibility"
Use non-deprecated syntax to configure sourceCompatibility
Closes gh-47339
4 months ago
Stéphane Nicoll
c3aca4b126
Polish "Use non-deprecated syntax to configure sourceCompatibility"
...
See gh-47339
4 months ago
fhiyo
b3db525f0f
Use non-deprecated syntax to configure sourceCompatibility
...
See gh-47339
Signed-off-by: fhiyo <13327262+fhiyo@users.noreply.github.com>
4 months ago
Andy Wilkinson
52c55788a2
Add new -test modules to spring-boot-dependencies
...
See gh-47322
See gh-46356
4 months ago
Andy Wilkinson
990644919a
Make all TypeExcludeFilters package-private
...
Closes gh-47227
4 months ago
Andy Wilkinson
2756424035
Merge branch '3.5.x'
...
Closes gh-47331
4 months ago
Andy Wilkinson
9c727be8f2
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47330
4 months ago
Andy Wilkinson
e4e3988433
Fix link to Framework's @Bean annotation
...
Closes gh-47329
4 months ago
Andy Wilkinson
0959271061
Move jackson read and write to spring.jackson.json
...
The spring.jackson.read and spring.jackson.write properties are
JSON-specific. To make this more clear, this commit moves them
beneath spring.jackson.json. This also paves the way for
spring.jackson.cbor and spring.jackson.xml properties for CBOR- and
XML-specific settings should we add auto-configuration for XMLMapper
and/or CBORMapper in the future.
Closes gh-47328
4 months ago
Andy Wilkinson
8c7e0c675f
Move Jackson datetime property beneath datatype
...
Closes gh-47327
4 months ago