Phillip Webb
8814d8a7dc
Polish 'Document methods of starting Testcontainer containers'
...
See gh-44187
2025-05-05 22:09:24 -07:00
Vanio Begic
4a98b1787f
Document methods of starting Testcontainer containers
...
Update the reference documentation to provide more details about the
three supported methods of starting Testcontainer containers.
See gh-44187
Signed-off-by: Vanio Begic <vanio.begic123@gmail.com >
2025-05-05 22:08:06 -07:00
Phillip Webb
2f242cad50
Use reference stubs in Antora playbook for actuator-autoconfigure
...
Use reference stubs so that we can include a link to the supported
metrics backends.
Closes gh-45158
2025-05-05 16:55:12 -07:00
Phillip Webb
af4508bed7
Document when an property import is relative and when it is fixed
...
Closes gh-45349
2025-05-05 16:33:32 -07:00
Phillip Webb
5807fa784d
Protected against expected Artifactory JSON
...
Update curl command to Artifactory to ensure that the response JSON has
at least one expected field.
Prior to this commit, it was possible for Artifactory to return an HTTP
200 response with a failure JSON payload of the form:
{"message":"RBv2 spring:spring-release-bundles-v2/<redacted> was
not found","status_code":404}
We now pipe `curl` output to `jq` and use that to ensure at least one
expected field is present.
Closes gh-44813
2025-05-05 11:41:40 -07:00
Stéphane Nicoll
02ab29ac43
Disable 'Use Lombok Setter' IntelliJ IDEA inspection
2025-05-05 15:49:31 +02:00
Stéphane Nicoll
6a3c944a0b
Send a notification when release staging has failed
...
Closes gh-45277
2025-05-02 15:44:30 +02:00
Stéphane Nicoll
21a566f6e1
Fix typo
...
See gh-45336
2025-05-02 14:58:44 +02:00
Stéphane Nicoll
737f621417
Add missing suggested values for spring.jpa.hibernate.ddl-auto
...
Closes gh-45336
2025-05-02 14:45:00 +02:00
Andy Wilkinson
03d5c32ef4
Register for reflection fields backing JavaBean properties
...
Previously, the fields that back JavaBean properties were not
registered for reflection. In a native image, this meant that the
binding process did not find any annotations such as `@DataSizeUnit`
and `@DurationUnit` so any custom default unit was ignored.
Fixes gh-45343
2025-05-01 10:02:22 +01:00
Andy Wilkinson
669909efc0
Remove use of Security's FieldUtils
...
Closes gh-45322
2025-04-29 12:54:42 +01:00
Moritz Halbritter
24c9dd612e
Merge pull request #45305 from izeye
...
* pr/45305:
Add more tests for Image.getOs()
Closes gh-45305
2025-04-29 13:37:13 +02:00
Johnny Lim
9a0f7a4013
Add more tests for Image.getOs()
...
See gh-45305
Signed-off-by: Johnny Lim <izeye@naver.com >
2025-04-29 13:35:22 +02:00
Moritz Halbritter
ee0beed53b
Merge pull request #45308 from quaff
...
* pr/45308:
Polish variable name
Closes gh-45308
2025-04-29 13:21:35 +02:00
Yanming Zhou
fc387e7b8d
Polish variable name
...
See gh-45308
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com >
2025-04-29 13:13:55 +02:00
Moritz Halbritter
949c33c7f3
Merge pull request #45318 from dependabot[bot]
...
* pr/45318:
Polish "Bump jfrog/setup-jfrog-cli from 4.5.8 to 4.5.10"
Bump jfrog/setup-jfrog-cli from 4.5.8 to 4.5.10
Closes gh-45318
2025-04-29 13:09:49 +02:00
Moritz Halbritter
23f1b6f476
Polish "Bump jfrog/setup-jfrog-cli from 4.5.8 to 4.5.10"
...
See gh-45318
2025-04-29 13:09:38 +02:00
dependabot[bot]
a0374dc992
Bump jfrog/setup-jfrog-cli from 4.5.8 to 4.5.10
...
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli ) from 4.5.8 to 4.5.10.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases )
- [Commits](611876cbed...45d604504e )
---
updated-dependencies:
- dependency-name: jfrog/setup-jfrog-cli
dependency-version: 4.5.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
See gh-45318
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-29 13:09:04 +02:00
Phillip Webb
b2e691be02
Update copyright year of changed files
2025-04-28 12:20:02 -07:00
Phillip Webb
428fa6d941
Fix copyright headers to consistently start with project inception year
2025-04-28 12:15:32 -07:00
Moritz Halbritter
aeca7b17c8
Upgrade Java version in .sdkmanrc to 17.0.15
...
Closes gh-45311
2025-04-28 09:57:39 +02:00
Andy Wilkinson
44ce018d16
Merge pull request #45267 from yybmion
...
* gh-45267:
Polish "Fix changelog generator missing directly removed properties"
Fix changelog generator missing directly removed properties
Closes gh-45267
2025-04-25 15:52:55 +01:00
Andy Wilkinson
8869f769c1
Polish "Fix changelog generator missing directly removed properties"
...
See gh-45267
2025-04-25 15:51:29 +01:00
yybmion
30a679872c
Fix changelog generator missing directly removed properties
...
The changelog generator did not detect properties that were added to a new
version with error-level deprecation (indicating immediate removal). This
commonly occurs when upgrading dependencies like Flyway 10, where properties
are removed without prior deprecation.
Modified the computeDifferences method to detect properties that only exist
in the new metadata with error-level deprecation and properly mark them as
DELETED in the changelog.
See gh-45267
Signed-off-by: yybmion <yunyubin54@gmail.com >
2025-04-25 15:48:24 +01:00
Andy Wilkinson
c8c7632c1b
Merge pull request #45286 from ahrytsiuk
...
* gh-45286:
Update link to "Parameter Name Retention" wiki
Closes gh-45286
2025-04-25 15:11:36 +01:00
Andrii Hrytsiuk
dd789c7a32
Update link to "Parameter Name Retention" wiki
...
See gh-45286
Signed-off-by: Andrii Hrytsiuk <andrii.hrytsiuk@gmail.com >
2025-04-25 15:10:28 +01:00
Andy Wilkinson
f1fefc5ff6
Only set init param to disable Jersey when Jersey is present
...
Fixes gh-45289
2025-04-25 14:45:50 +01:00
Andy Wilkinson
c420786eed
Upgrade to Gradle 8.14
2025-04-25 14:33:32 +01:00
Andy Wilkinson
52c0e0af08
Ensure resolved bom is available before using it for Javadoc links
2025-04-24 16:41:34 +01:00
Moritz Halbritter
ab0c332d99
Next development version (v3.3.12-SNAPSHOT)
2025-04-24 14:02:44 +02:00
Moritz Halbritter
d2eaac6b60
Revert "Upgrade to Netty 4.1.120.Final"
...
This reverts commit 016b3de968 .
2025-04-24 10:04:19 +02:00
Stéphane Nicoll
016b3de968
Upgrade to Netty 4.1.120.Final
...
Closes gh-45272
2025-04-24 09:11:26 +02:00
Moritz Halbritter
55f67c9a52
Fix potential null problem in actuator
2025-04-24 08:23:49 +02:00
Stéphane Nicoll
167c8caf63
Add an explicit note about having to enable cache metrics
...
See gh-23047
2025-04-23 11:21:40 +02:00
Stéphane Nicoll
9263af33e3
Upgrade to Spring Session 3.3.7
...
Closes gh-45061
2025-04-23 09:39:04 +02:00
Stéphane Nicoll
fc68fe5b33
Upgrade to Spring Pulsar 1.1.11
...
Closes gh-45264
2025-04-23 09:39:04 +02:00
Stéphane Nicoll
900fdde99e
Upgrade to Spring Authorization Server 1.3.6
...
Closes gh-45055
2025-04-23 09:39:00 +02:00
Phillip Webb
d0036e5cbf
Merge pull request #45244 from dependabot[bot]
...
* pr/45244:
Upgrade jfrog/setup-jfrog-cli from 4.5.6 to 4.5.8
Closes gh-45244
2025-04-22 19:23:38 -07:00
dependabot[bot]
a53b9d2cd3
Upgrade jfrog/setup-jfrog-cli from 4.5.6 to 4.5.8
...
Signed-off-by: dependabot[bot] <support@github.com >
See gh-45244
2025-04-22 19:22:55 -07:00
Phillip Webb
eb7ed4f5f4
Merge pull request #45247 from florgust
...
* pr/45247:
Update reference docs to make `@Component` a javadoc link
Closes gh-45247
2025-04-22 19:18:18 -07:00
florgust
10d3df9884
Update reference docs to make @Component a javadoc link
...
See gh-45247
Signed-off-by: florgust <luan.flor05@gmail.com >
2025-04-22 19:17:32 -07:00
Phillip Webb
f6dae1397d
Add application directory layer to ephemeral builder for Podman support
...
Update `EphemeralBuilder` so that it adds an additional layer that
containing an empty application (aka workspace) directory owned by
the build user.
Prior to this commit, the directory was only bound. This could cause
issues on Podman where, unlike Docker, the bound directory is owned
by `root`.
Fixes gh-45233
2025-04-22 19:11:45 -07:00
Stéphane Nicoll
2ffea0f344
Upgrade to Spring WS 4.0.13
...
Closes gh-45062
2025-04-22 16:48:13 +02:00
Stéphane Nicoll
79d18dde66
Upgrade to Spring Security 6.3.9
...
Closes gh-45060
2025-04-22 16:48:13 +02:00
Stéphane Nicoll
038063a881
Upgrade to Spring Data Bom 2024.0.11
...
Closes gh-45056
2025-04-22 16:48:13 +02:00
Stéphane Nicoll
416f408be6
Upgrade to Spring AMQP 3.1.11
...
Closes gh-45054
2025-04-22 16:48:13 +02:00
Phillip Webb
e28e215bdd
Add 'workflow_dispatch:' for manual trigger
2025-04-21 19:11:05 -07:00
Stéphane Nicoll
414a7511a3
Merge pull request #45238 from EvaristeGalois11
...
* pr/45238:
Fix documentation links to buildpacks.io
Closes gh-45238
2025-04-21 08:31:25 +02:00
Claudio Nave
6a997d1026
Fix documentation links to buildpacks.io
...
See gh-45238
Signed-off-by: Claudio Nave <evaristegalois11@proton.me >
2025-04-21 08:30:35 +02:00
Stéphane Nicoll
9bcf32afe7
Stop assuming that Neo4jDataAutConfiguration ran
...
This commit updates the conditions in Neo4jReactiveDataAutoConfiguration
so that it gracefully backs off if certain beans are not present, rather
than assuming its sibling Neo4jDataAutoConfiguration has run.
Closes gh-44930
2025-04-18 15:44:35 +02:00