Commit Graph
54471 Commits
Author SHA1 Message Date
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 0a58bd1b1d Merge branch '3.4.x'
Closes gh-45359
2025-05-05 11:45:26 -07:00
Phillip Webb 6a2f7dc79c Merge branch '3.3.x' into 3.4.x
Closes gh-45358
2025-05-05 11:44:38 -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 1a8a30ad5a Merge branch '3.4.x' 2025-05-05 15:50:10 +02:00
Stéphane Nicoll 1674c12e06 Merge branch '3.3.x' into 3.4.x 2025-05-05 15:50:02 +02:00
Stéphane Nicoll 02ab29ac43 Disable 'Use Lombok Setter' IntelliJ IDEA inspection 2025-05-05 15:49:31 +02:00
Moritz Halbritter bedb826b81 Remove bindable datasource properties from ignore list
Closes gh-45342
2025-05-05 13:03:37 +02:00
Stéphane Nicoll 86a8c9ed4d Document use of org.cyclonedx.bom version to 2.3.0
Closes gh-45320
2025-05-02 15:53:16 +02:00
Stéphane Nicoll 3a43dfddc0 Merge branch '3.4.x'
Closes gh-45353
2025-05-02 15:45:24 +02:00
Stéphane Nicoll 4db4fb7580 Merge branch '3.3.x' into 3.4.x
Closes gh-45352
2025-05-02 15:45:11 +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 05e4262a25 Polish 2025-05-02 15:37:47 +02:00
Stéphane Nicoll 3a51197082 Merge pull request #45345 from nosan
* pr/45345:
  Use serverUrl from the image as a fallback for the Credentials helper

Closes gh-45345
2025-05-02 15:24:37 +02:00
Dmytro Nosan 439dd2299e Use serverUrl from the image as a fallback for the Credentials helper
Before this commit, the credential helper used the serverUrl from
the Map.Entry<String,Auth> as a fallback. However, the helper only uses
the email from the auths.

See gh-45345

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-05-02 15:13:35 +02:00
Stéphane Nicoll 4c108c28c8 Merge branch '3.4.x' 2025-05-02 15:08:28 +02:00
Stéphane Nicoll 8009c1a868 Merge branch '3.3.x' into 3.4.x 2025-05-02 15:08:22 +02:00
Stéphane Nicoll 21a566f6e1 Fix typo
See gh-45336
2025-05-02 14:58:44 +02:00
Stéphane Nicoll 3bfc1b1003 Merge branch '3.4.x'
Closes gh-45351
2025-05-02 14:45:37 +02:00
Stéphane Nicoll f21ff09c2a Merge branch '3.3.x' into 3.4.x
Closes gh-45350
2025-05-02 14:45:25 +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 5a97d2e0d8 Merge branch '3.4.x'
Closes gh-45347
2025-05-01 10:20:06 +01:00
Andy Wilkinson a78187cf39 Merge branch '3.3.x' into 3.4.x
Closes gh-45346
2025-05-01 10:19:52 +01: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 6bb432de24 Merge branch '3.4.x'
Closes gh-45334
2025-04-29 15:19:15 +01:00
Andy Wilkinson 8bb35d0bef Move ServletContextResourceFilePathResolver to servlet-specfic pkg
Closes gh-45333
2025-04-29 15:01:00 +01:00
Andy Wilkinson 071c013d40 Merge branch '3.4.x'
Closes gh-45332
2025-04-29 12:56:36 +01:00
Andy Wilkinson 5709d55606 Merge branch '3.3.x' into 3.4.x
Closes gh-45331
2025-04-29 12:56:21 +01:00
Andy Wilkinson 669909efc0 Remove use of Security's FieldUtils
Closes gh-45322
2025-04-29 12:54:42 +01:00
Moritz Halbritter 75fe588ef2 Merge pull request #45292 from nosan
* pr/45292:
  Align DockerRegistryConfigAuthentication with Docker CLI

Closes gh-45292
2025-04-29 13:41:59 +02:00
Dmytro Nosan 3f22d4b308 Align DockerRegistryConfigAuthentication with Docker CLI
See gh-45292

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-04-29 13:40:10 +02:00
Moritz Halbritter 14f9a1e67b Merge branch '3.4.x'
Closes gh-45330
2025-04-29 13:38:27 +02:00
Moritz Halbritter 66b255573d Merge branch '3.3.x' into 3.4.x
Closes gh-45329
2025-04-29 13:37:52 +02: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 6d5e13ba98 Merge branch '3.4.x'
Closes gh-45326
2025-04-29 13:23:14 +02:00
Moritz Halbritter c2cfeb0c93 Merge branch '3.3.x' into 3.4.x
Closes gh-45325
2025-04-29 13:21:42 +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 a7a1bc5e0f Merge branch '3.4.x'
Closes gh-45324
2025-04-29 13:10:47 +02:00
Moritz Halbritter 1174ece403 Merge branch '3.3.x' into 3.4.x
Closes gh-45323
2025-04-29 13:10:26 +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](https://github.com/jfrog/setup-jfrog-cli/compare/611876cbed7d009aab97257020a59ddde6e840c0...45d604504ed4cf717138383936c447afab73a0be)

---
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
Stéphane Nicoll 05ee9b387d Merge pull request #45291 from nosan
* pr/45291:
  Polish

Closes gh-45291
2025-04-29 12:07:14 +02:00
Dmytro Nosan d1ee8bab48 Polish
See gh-45291

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-04-29 12:06:05 +02:00
Phillip Webb 736ff7e3e2 Merge branch '3.4.x' 2025-04-28 12:20:19 -07:00
Phillip Webb f172c2ca8f Merge branch '3.3.x' into 3.4.x 2025-04-28 12:20:08 -07:00
Phillip Webb b2e691be02 Update copyright year of changed files 2025-04-28 12:20:02 -07:00
Phillip Webb ba690d24d4 Merge branch '3.4.x' 2025-04-28 12:18:40 -07:00