Commit Graph

38481 Commits (419428842e84ca1d22ab58089bd6e72b8dafbf5a)
 

Author SHA1 Message Date
Andy Wilkinson 419428842e Upgrade to Groovy 3.0.16
Closes gh-34649
2 years ago
Andy Wilkinson 3744532dec Upgrade to Dropwizard Metrics 4.2.18
Closes gh-34648
2 years ago
Andy Wilkinson 2cbaf645b1 Add CI with JDK 20
Closes gh-34175
2 years ago
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
2 years ago
Andy Wilkinson 837ac85f3b Start building against Spring AMQP 2.4.11 snapshots
See gh-34607
2 years ago
Andy Wilkinson 7022d9abbb Upgrade to Reactor Bom 2020.0.30
Closes gh-34529
2 years ago
Andy Wilkinson 7f2002fe44 Upgrade to Micrometer 1.9.9
Closes gh-34528
2 years ago
Andy Wilkinson 61d92523bd Merge pull request #34421 from 1993heqiang
* gh-34421:
  Polish name of JettyServletWebServerFactory bean method

Closes gh-34421
2 years ago
1993heqiang a3bb3b1510 Polish name of JettyServletWebServerFactory bean method
See gh-34421
2 years ago
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
2 years ago
Andy Wilkinson da156224aa Polish "Update two references to old APIs in the docs"
See gh-34567
2 years ago
1993heqiang e447c49f3b Update two references to old APIs in the docs
See gh-34567
2 years ago
Andy Wilkinson cfd4341a8e Merge pull request #34587 from izeye
* gh-34587:
  Polish Javadoc since tags for gh-34324

Closes gh-34587
2 years ago
Johnny Lim 00f388fa6f Polish Javadoc since tags for gh-34324
See gh-34587
2 years ago
Andy Wilkinson 2c09c311f5 Start building against Spring Session Bom 2021.2.1 snapshots
See gh-34533
2 years ago
Andy Wilkinson 783db48cf4 Start building against Spring GraphQL 1.0.4 snapshots
See gh-34532
2 years ago
Andy Wilkinson 5fdd124bc3 Start building against Spring Framework 5.3.26 snapshots
See gh-34531
2 years ago
Andy Wilkinson 8112273b22 Start building against Spring Data Bom 2021.2.10 snapshots
See gh-34530
2 years ago
Andy Wilkinson 5daef7cda1 Start building against Reactor Bom 2020.0.30 snapshots
See gh-34529
2 years ago
Andy Wilkinson b03984735c Start building against Micrometer 1.9.9 snapshots
See gh-34528
2 years ago
Andy Wilkinson 1e5169846f Fix handling of deprecated identityprovider verification.credentials
Fixes gh-34525
2 years ago
Scott Frederick 4bd0f75119 Upgrade CI images to ubuntu:jammy-20230301
Closes gh-34521
2 years ago
Andy Wilkinson 86c988d653 Improve compatibility with SnakeYAML 2.0
Closes gh-34405
2 years ago
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
2 years ago
Andy Wilkinson 27ba20f310 Test Gradle plugin against Gradle 8.0.2
Closes gh-34486
2 years ago
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
2 years ago
Scott Frederick 10d71f5645 Document how to get socket location for podman configuration
Closes gh-34435
2 years ago
Andy Wilkinson 95cd0f2435 Test Boot's Maven Plugin against Maven 3.9.0
Closes gh-34469
2 years ago
Andy Wilkinson ac27c3cf7d Upgrade to Gradle Enterprise Gradle plugin 3.12.4
Closes gh-34459
2 years ago
Andy Wilkinson 68a1dd3a76 Document support for Gradle 8
Closes gh-34458
2 years ago
Andy Wilkinson 4f7e038f14 Test Gradle plugin against Gradle 8.0.1
Closes gh-34457
2 years ago
Phillip Webb d39c94f437 Refine ConfigurationProcessorIntegrationTests resource detection logic 2 years ago
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
2 years ago
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
2 years ago
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
2 years ago
Moritz Halbritter 18592e8145 Polish "Add reference to Failover starter"
See gh-32943
2 years ago
Anand Manissery 1240864a5e Add reference to Failover starter
See gh-32943
2 years ago
Moritz Halbritter 673a39a2e5 Merge pull request #34220 from 1993heqiang
* pr/34220:
  Update logger to use GracefulShutdown.class

Closes gh-34220
2 years ago
1993heqiang 277784b17d Update logger to use GracefulShutdown.class
See gh-34220
2 years ago
Moritz Halbritter 891dc913d5 Merge pull request #34319 from izeye
* pr/34319:
  Polish "Add missing Micrometer PropertiesConfigAdapterTests"

Closes gh-34319
2 years ago
Johnny Lim 956a579bc9 Polish "Add missing Micrometer PropertiesConfigAdapterTests"
See gh-34319
2 years ago
Moritz Halbritter 36a7428827 Merge pull request #34386 from jongwooo
* pr/34386:
  Fix typo in external-config.adoc

Closes gh-34386
2 years ago
Jongwoo Han 8e166595c0 Fix typo in external-config.adoc
See gh-34386
2 years ago
Andy Wilkinson 81882ecca4 Apply plugins consistently in Gradle documentation examples
Closes gh-34038
2 years ago
Andy Wilkinson 74946dd292 Upgrade to Gradle 7.6.1
Closes gh-34376
2 years ago
Andy Wilkinson eb105572f6 Test Gradle plugin against Gradle 6.9.4
Closes gh-34368
2 years ago
Spring Builds e871676236 Next development version (v2.7.10-SNAPSHOT) 2 years ago
Phillip Webb c7dad423e4 Add .git-blame-ignore-revs for reformat commit 2 years ago
Phillip Webb a5902d7a00 Update copyright year of changed files 2 years ago
Phillip Webb 737ef61456 Enable and fix GraphQlTestIntegrationTests 2 years ago