Commit Graph

38482 Commits

Author SHA1 Message Date
Andy Wilkinson 7fa5dab8ac Upgrade to Jetty Reactive HTTPClient 1.1.14
Closes gh-34650
2023-03-20 19:39:26 +00:00
Andy Wilkinson 419428842e Upgrade to Groovy 3.0.16
Closes gh-34649
2023-03-20 19:39:21 +00:00
Andy Wilkinson 3744532dec Upgrade to Dropwizard Metrics 4.2.18
Closes gh-34648
2023-03-20 19:39:16 +00:00
Andy Wilkinson 2cbaf645b1 Add CI with JDK 20
Closes gh-34175
2023-03-20 10:04:41 +00:00
Phillip Webb aea57fbd41 Consider the underling file in equals/hashcode
Update `StandardConfigDataResource` so that the underlying file is
considered in equals/hashcode. Prior to this commit, if the classpath
included `.` then the same resource could be loaded twice. Once via
a `ClassPathResource` and once via a `FileSystemResource`.

Fixes gh-34212
2023-03-15 13:52:10 -07:00
Andy Wilkinson 837ac85f3b Start building against Spring AMQP 2.4.11 snapshots
See gh-34607
2023-03-14 20:15:41 +00:00
Andy Wilkinson 7022d9abbb Upgrade to Reactor Bom 2020.0.30
Closes gh-34529
2023-03-14 15:09:09 +00:00
Andy Wilkinson 7f2002fe44 Upgrade to Micrometer 1.9.9
Closes gh-34528
2023-03-14 15:08:30 +00:00
Andy Wilkinson 61d92523bd Merge pull request #34421 from 1993heqiang
* gh-34421:
  Polish name of JettyServletWebServerFactory bean method

Closes gh-34421
2023-03-14 15:03:37 +00:00
1993heqiang a3bb3b1510 Polish name of JettyServletWebServerFactory bean method
See gh-34421
2023-03-14 15:02:12 +00:00
Andy Wilkinson dee145d873 Merge pull request #34567 from 1993heqiang
* gh-34567:
  Polish "Update two references to old APIs in the docs"
  Update two references to old APIs in the docs

Closes gh-34567
2023-03-14 14:51:16 +00:00
Andy Wilkinson da156224aa Polish "Update two references to old APIs in the docs"
See gh-34567
2023-03-14 14:50:51 +00:00
1993heqiang e447c49f3b Update two references to old APIs in the docs
See gh-34567
2023-03-14 14:48:19 +00:00
Andy Wilkinson cfd4341a8e Merge pull request #34587 from izeye
* gh-34587:
  Polish Javadoc since tags for gh-34324

Closes gh-34587
2023-03-14 14:39:53 +00:00
Johnny Lim 00f388fa6f Polish Javadoc since tags for gh-34324
See gh-34587
2023-03-14 14:39:10 +00:00
Andy Wilkinson 2c09c311f5 Start building against Spring Session Bom 2021.2.1 snapshots
See gh-34533
2023-03-09 11:29:39 +00:00
Andy Wilkinson 783db48cf4 Start building against Spring GraphQL 1.0.4 snapshots
See gh-34532
2023-03-09 11:29:34 +00:00
Andy Wilkinson 5fdd124bc3 Start building against Spring Framework 5.3.26 snapshots
See gh-34531
2023-03-09 11:29:29 +00:00
Andy Wilkinson 8112273b22 Start building against Spring Data Bom 2021.2.10 snapshots
See gh-34530
2023-03-09 11:29:24 +00:00
Andy Wilkinson 5daef7cda1 Start building against Reactor Bom 2020.0.30 snapshots
See gh-34529
2023-03-09 11:29:18 +00:00
Andy Wilkinson b03984735c Start building against Micrometer 1.9.9 snapshots
See gh-34528
2023-03-09 11:29:12 +00:00
Andy Wilkinson 1e5169846f Fix handling of deprecated identityprovider verification.credentials
Fixes gh-34525
2023-03-09 10:36:16 +00:00
Scott Frederick 4bd0f75119 Upgrade CI images to ubuntu:jammy-20230301
Closes gh-34521
2023-03-08 15:24:36 -06:00
Andy Wilkinson 86c988d653 Improve compatibility with SnakeYAML 2.0
Closes gh-34405
2023-03-08 17:25:42 +00:00
Scott Frederick 7730eee439 Use image manifest when exporting layers
A tar archive of a Docker image contains a `mainfest.json` file that
lists the path to each embedded tar file containing the contents of a
layer in the image. This manifest file should be used to identify the
layer files instead of relying on file naming conventions and
assumptions on the directory structure that are not consistent
between container engine implementations.

Fixes gh-34324
2023-03-06 15:13:08 -06:00
Andy Wilkinson 27ba20f310 Test Gradle plugin against Gradle 8.0.2
Closes gh-34486
2023-03-06 10:21:21 +00:00
Andy Wilkinson b4fccf480a Ensure that Maven plugin's intTest runs when Maven binaries change
Previously, the intTest task had a dependsOn relationship with
prepareMavenBinaries task. This ensured that the two tasks ran in the
correct order but did not ensure that the intTest task would run if
the prepared binaries had changed.

This commit updates the configuration of the intTest task to wire up
the output of the prepareMavenBinaries as an input of the intTest
task. This ensures that the intTest task will run when the prepared
binaries have changed and also creates an implicit dependsOn
relationship between the two tasks.

Closes gh-34474
2023-03-06 10:18:24 +00:00
Scott Frederick 10d71f5645 Document how to get socket location for podman configuration
Closes gh-34435
2023-03-03 16:47:48 -06:00
Andy Wilkinson 95cd0f2435 Test Boot's Maven Plugin against Maven 3.9.0
Closes gh-34469
2023-03-03 16:27:02 +00:00
Andy Wilkinson ac27c3cf7d Upgrade to Gradle Enterprise Gradle plugin 3.12.4
Closes gh-34459
2023-03-03 10:49:51 +00:00
Andy Wilkinson 68a1dd3a76 Document support for Gradle 8
Closes gh-34458
2023-03-03 10:42:28 +00:00
Andy Wilkinson 4f7e038f14 Test Gradle plugin against Gradle 8.0.1
Closes gh-34457
2023-03-03 10:21:26 +00:00
Phillip Webb d39c94f437 Refine ConfigurationProcessorIntegrationTests resource detection logic 2023-03-02 21:52:53 -08:00
Phillip Webb 69d34c96bf Apply consistent timestamps to files added to a fat archive
Update logic in `BootZipCopyAction` to align with the recent changes
made in the Maven plugin (commit 998d59b7). Timestamps are now
specified in UTC and offset against the default timezone before being
written.

Removing the offset from our UTC time before calling `entry.setTime()`
ensures that we get consistent bytes in the zip file when the output
stream reapplies the offset during write.

Closes gh-21005
2023-03-02 12:06:42 -08:00
Phillip Webb 998d59b7ac Ignore system timezone when applying outputTimestamp to entries
Update `JarWriter` so that entry times are set with the default TimeZone
offset removed. The Javadoc for `ZipEntry.setTime` states:

  The file entry is "encoded in standard `MS-DOS date and time format`.
  The default TimeZone is used to convert the epoch time to the MS-DOS
  data and time.

Removing the offset from our UTC time before calling `entry.setTime()`
ensures that we get consistent bytes in the zip file when the output
stream reapplies the offset during write.

Fixes gh-34424
2023-03-01 21:27:08 -08:00
Moritz Halbritter 29a16a6428 Merge pull request #32943 from anandmnair
* pr/32943:
  Polish "Add reference to Failover starter"
  Add reference to Failover starter

Closes gh-32943
2023-03-01 13:19:22 +01:00
Moritz Halbritter 18592e8145 Polish "Add reference to Failover starter"
See gh-32943
2023-03-01 13:18:45 +01:00
Anand Manissery 1240864a5e Add reference to Failover starter
See gh-32943
2023-03-01 13:18:38 +01:00
Moritz Halbritter 673a39a2e5 Merge pull request #34220 from 1993heqiang
* pr/34220:
  Update logger to use GracefulShutdown.class

Closes gh-34220
2023-03-01 12:51:02 +01:00
1993heqiang 277784b17d Update logger to use GracefulShutdown.class
See gh-34220
2023-03-01 12:50:31 +01:00
Moritz Halbritter 891dc913d5 Merge pull request #34319 from izeye
* pr/34319:
  Polish "Add missing Micrometer PropertiesConfigAdapterTests"

Closes gh-34319
2023-03-01 12:46:32 +01:00
Johnny Lim 956a579bc9 Polish "Add missing Micrometer PropertiesConfigAdapterTests"
See gh-34319
2023-03-01 12:45:55 +01:00
Moritz Halbritter 36a7428827 Merge pull request #34386 from jongwooo
* pr/34386:
  Fix typo in external-config.adoc

Closes gh-34386
2023-03-01 12:41:02 +01:00
Jongwoo Han 8e166595c0 Fix typo in external-config.adoc
See gh-34386
2023-03-01 12:40:21 +01:00
Andy Wilkinson 81882ecca4 Apply plugins consistently in Gradle documentation examples
Closes gh-34038
2023-02-27 13:26:05 +00:00
Andy Wilkinson 74946dd292 Upgrade to Gradle 7.6.1
Closes gh-34376
2023-02-24 17:11:17 +00:00
Andy Wilkinson eb105572f6 Test Gradle plugin against Gradle 6.9.4
Closes gh-34368
2023-02-24 10:36:08 +00:00
Spring Builds e871676236 Next development version (v2.7.10-SNAPSHOT) 2023-02-23 08:40:43 +00:00
Phillip Webb c7dad423e4 Add .git-blame-ignore-revs for reformat commit 2023-02-22 18:39:18 -08:00
Phillip Webb a5902d7a00 Update copyright year of changed files 2023-02-22 18:35:17 -08:00