Commit Graph

45240 Commits

Author SHA1 Message Date
Moritz Halbritter
149fb7effa Upgrade to Gradle 7.6.4
Closes gh-39404
2024-02-06 11:16:22 +01:00
Brian Clozel
570602297f Upgrade to JsonPath 2.9.0
Closes gh-39328
2024-02-04 15:07:31 +01:00
Scott Frederick
5f87949e30 Merge pull request #39382 from snicoll
* pr/39382:
  Polish

Closes gh-39382
2024-02-02 16:05:01 -06:00
Stéphane Nicoll
c3664f372c Polish
See gh-39382
2024-02-02 16:02:50 -06:00
Andy Wilkinson
2b85cb0356 Stop managing version of commons-compress where it isn't needed
Closes gh-39367
2024-02-01 10:20:20 +00:00
Andy Wilkinson
dd082c6c21 Revert "Upgrade to Commons Compress 1.25.0"
This reverts commit 1c2a622f7f.

See gh-39148
2024-01-31 17:35:57 +00:00
Scott Frederick
a620d348ad Fix exporting of Docker image layers
The logic to extract layers from a downloaded Docker image assumed that
the layer entries in the image tar archive always had the file extension
`.tar`. This was the case with Docker and other compatible daemons until
Docker 25.0. With this commit, the extension is no longer assumed, but
any entries listed in `manifest.json` will be recognized.

Fixes gh-39323
2024-01-30 16:25:03 -06:00
Andy Wilkinson
1c2a622f7f Upgrade to Commons Compress 1.25.0
Closes gh-39148
2024-01-30 13:49:37 +00:00
Moritz Halbritter
9f1dda22ab Merge pull request #39329 from dependabot[bot]
* pr/39329:
  Bump gradle/gradle-build-action from 2.11.1 to 2.12.0

Closes gh-39329
2024-01-30 13:45:19 +01:00
dependabot[bot]
6eaabaa433 Bump gradle/gradle-build-action from 2.11.1 to 2.12.0
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.11.1 to 2.12.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](982da8e78c...a8f75513ea)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-39329
2024-01-30 13:44:53 +01:00
Andy Wilkinson
a6d1788be3 Tolerate OS and Java version differences in ExtractCommandTests
Co-Authored-By: Moritz Halbritter <moritz.halbritter@broadcom.com>

Closes gh-39303
2024-01-25 13:31:42 +00:00
Moritz Halbritter
df755db1f3 Ensure that remaining mocks are closed before initializing a test
Closes gh-39271
2024-01-25 10:57:45 +01:00
Moritz Halbritter
930669888a Add more integration tests for MockitoTestExecutionListener 2024-01-25 10:18:59 +01:00
Scott Frederick
ac0d95beb4 Upgrade CI to Docker 25.0.1
Closes gh-39292
2024-01-24 14:19:27 -06:00
Phillip Webb
72587e08a7 Merge pull request #39279 from smurf667
* pr/39279:
  Fix typo 'Unuthorized'

Closes gh-39279
2024-01-23 08:13:57 -08:00
Jan Engehausen
c99daf5de4 Fix typo 'Unuthorized'
See gh-39279
2024-01-23 08:13:13 -08:00
Moritz Halbritter
b245283b29 Add .git-hooks to the git ignore list
When following https://github.com/spring-projects/spring-boot/wiki/Working-with-Git-branches,
a new directory named .git-hooks is created when using git worktree support.
This directory should be on the ignore list.
2024-01-23 09:29:37 +01:00
Moritz Halbritter
c87d5eeb28 Ensure that remaining mocks are closed before initializing a test
Closes gh-39271
2024-01-23 09:17:17 +01:00
Phillip Webb
e1986ea11e Update copyright year of changed files 2024-01-22 12:20:06 -08:00
Phillip Webb
bc75751172 Merge pull request #39265 from vj-atlassian
* pr/39265:
  Polish 'Make PropagationType a public type'
  Make PropagationType a public type

Closes gh-39265
2024-01-22 11:50:28 -08:00
Phillip Webb
87ea2b75fb Polish 'Make PropagationType a public type'
See gh-39265
2024-01-22 11:49:45 -08:00
Vaibhav Jaiswal
16c0f035a9 Make PropagationType a public type
The PropagationType enum is returned from public methods so
should be public itself.

See gh-39265
2024-01-22 11:48:10 -08:00
Andy Wilkinson
d7afdf446b Merge pull request #39242 from erichaagdev
* gh-39242:
  Update Revved up by Develocity badge

Closes gh-39242
2024-01-22 11:47:05 +00:00
Eric Haag
9c87a7e4ed Update Revved up by Develocity badge
See gh-39242
2024-01-22 11:46:34 +00:00
Scott Frederick
302087176a Upgrade to Java 17.0.10+13
Closes gh-39216
2024-01-19 17:29:12 -06:00
Phillip Webb
663a0e6623 Add missing harbor vars 2024-01-18 21:44:57 -08:00
Spring Builds
580865bdb9 Next development version (v3.1.9-SNAPSHOT) 2024-01-19 05:06:58 +00:00
Phillip Webb
7f9bd1cd6c Switch harbor push location 2024-01-18 20:28:18 -08:00
Phillip Webb
9e2a312224 Update CI to use harbor 2024-01-18 19:41:19 -08:00
Phillip Webb
8147b7a288 Merge pull request #39162 from Wzy19930507
* pr/39162:
  Polish 'Reactor PemPrivateKeyParser to use DerElement'
  Reactor PemPrivateKeyParser to use DerElement

Closes gh-39162
2024-01-17 15:57:48 -08:00
Phillip Webb
bc52ac6459 Polish 'Reactor PemPrivateKeyParser to use DerElement'
See gh-39162
2024-01-17 15:51:29 -08:00
Wzy19930507
cc6303f574 Reactor PemPrivateKeyParser to use DerElement
Update `PemPrivateKeyParser` so that the algorithm is read using
DerElement whenever possible.

See gh-39162
2024-01-17 15:49:19 -08:00
Scott Frederick
c2ca6bfaf1 Upgrade RedHat UBI to 9.3-1476
Closes gh-39228
2024-01-17 17:34:55 -06:00
Scott Frederick
35b45450f8 Upgrade test images to ubuntu:jammy-20240111
See gh-39217
2024-01-17 17:18:01 -06:00
Scott Frederick
a8c17823cb Upgrade to Java 21 to 21.0.2+14
Closes gh-39215
2024-01-17 16:47:51 -06:00
Scott Frederick
31394473fa Upgrade CI images to ubuntu:jammy-20240111
Closes gh-39217
2024-01-17 16:36:35 -06:00
Phillip Webb
bec84959ed Improve "Sanitize Sensitive Values" section in reference documentation
Closes gh-39094
2024-01-17 10:19:40 -08:00
Andy Wilkinson
e2420caefd Upgrade to Tomcat 10.1.18
Closes gh-39183
2024-01-17 14:29:27 +00:00
Andy Wilkinson
558d8131c0 Upgrade to SLF4J 2.0.11
Closes gh-39182
2024-01-17 14:05:40 +00:00
Andy Wilkinson
40f352e53d Upgrade to R2DBC Proxy 1.1.4.RELEASE
Closes gh-39181
2024-01-17 14:05:35 +00:00
Andy Wilkinson
fee512d821 Upgrade to R2DBC Postgresql 1.0.4.RELEASE
Closes gh-39180
2024-01-17 14:05:31 +00:00
Andy Wilkinson
e57665843c Upgrade to R2DBC MySQL 1.0.6
Closes gh-39179
2024-01-17 14:05:26 +00:00
Andy Wilkinson
4e827873bc Upgrade to Netty 4.1.105.Final
Closes gh-39178
2024-01-17 14:05:22 +00:00
Andy Wilkinson
e6a26624d6 Upgrade to jOOQ 3.18.9
Closes gh-39177
2024-01-17 14:05:17 +00:00
Andy Wilkinson
06dfce6d5a Upgrade to Hibernate 6.2.20.Final
Closes gh-39176
2024-01-17 14:05:12 +00:00
Andy Wilkinson
f118d5d971 Upgrade to Groovy 4.0.17
Closes gh-39175
2024-01-17 14:05:07 +00:00
Andy Wilkinson
444940c2c3 Upgrade to Byte Buddy 1.14.11
Closes gh-39174
2024-01-17 14:05:02 +00:00
Andy Wilkinson
c416712427 Merge pull request #39163 from Wzy19930507
* gh-39163:
  Update link to docs for Log4j 2's JDK logging adapter

Closes gh-39163
2024-01-17 13:51:03 +00:00
Wzy19930507
37a0e24f24 Update link to docs for Log4j 2's JDK logging adapter
See gh-39163
2024-01-17 13:50:29 +00:00
Andy Wilkinson
4949ffdebe Merge pull request #39137 from amparab
* gh-39137:
  Polish "Improve toString of SslBundle implementations"
  Improve toString of SslBundle implementations

Closes gh-39137
2024-01-17 12:57:18 +00:00