Commit Graph

38450 Commits

Author SHA1 Message Date
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
Phillip Webb
737ef61456 Enable and fix GraphQlTestIntegrationTests 2023-02-22 13:34:40 -08:00
Andy Wilkinson
8499b886f9 Upgrade to Spring Batch 4.3.8
Closes gh-34143
2023-02-22 20:59:34 +00:00
Phillip Webb
b126c33195 Enable and fix ImportCandidatesTests 2023-02-22 12:39:00 -08:00
Andy Wilkinson
510c78154b Remove unused version alignment support from Bomr
Closes gh-34333
2023-02-22 10:51:42 +00:00
Phillip Webb
891ce3bd1b Disable recently renamed tests 2023-02-22 00:49:23 -08:00
Phillip Webb
3651ba348d Fix checkstyle test violations 2023-02-21 23:49:56 -08:00
Phillip Webb
df5898a146 Reformat code following spring-javaformat upgrade 2023-02-21 22:53:27 -08:00
Phillip Webb
b93c9f7fec Upgrade to spring-javaformat 0.0.38
Closes gh-34329
2023-02-21 22:29:11 -08:00
Phillip Webb
565256f33a Exclude more files from nohttp check 2023-02-21 20:36:43 -08:00
Andy Wilkinson
e51a4d4575 Upgrade to Spring Security 5.7.7
Closes gh-34145
2023-02-21 18:05:47 +00:00
Andy Wilkinson
349726c75e Upgrade to Spring AMQP 2.4.10
Closes gh-34321
2023-02-21 18:05:47 +00:00
Andy Wilkinson
bc60026532 Upgrade to Undertow 2.2.23.Final
Closes gh-34250
2023-02-20 14:44:02 +00:00
Andy Wilkinson
274c392265 Upgrade to Spring HATEOAS 1.5.3
Closes gh-34249
2023-02-20 14:44:02 +00:00
Andy Wilkinson
675e4906af Upgrade to Spring Data Bom 2021.2.8
Closes gh-34144
2023-02-20 14:44:01 +00:00
Andy Wilkinson
41138e4444 Upgrade to Reactor Bom 2020.0.28
Closes gh-34142
2023-02-20 14:44:01 +00:00
Andy Wilkinson
eb82798a29 Upgrade to Netty 4.1.89.Final
Closes gh-34248
2023-02-20 14:44:01 +00:00
Andy Wilkinson
37fea2e50f Upgrade to Micrometer 1.9.8
Closes gh-34141
2023-02-20 14:44:00 +00:00
Andy Wilkinson
93a5883de5 Upgrade to Lombok 1.18.26
Closes gh-34247
2023-02-20 14:44:00 +00:00
Andy Wilkinson
1bffa1c74b Upgrade to Jaybird 4.0.9.java8
Closes gh-34246
2023-02-20 14:44:00 +00:00
Andy Wilkinson
2385e626be Upgrade to Jackson Bom 2.13.5
Closes gh-34245
2023-02-20 14:44:00 +00:00
Andy Wilkinson
dc3e22ee9f Upgrade to Hibernate 5.6.15.Final
Closes gh-34244
2023-02-20 14:43:59 +00:00
Andy Wilkinson
f5277430d6 Upgrade to Groovy 3.0.15
Closes gh-34243
2023-02-20 14:43:59 +00:00
Andy Wilkinson
a9eb2a5501 Upgrade to Glassfish JAXB 2.3.8
Closes gh-34242
2023-02-20 14:43:59 +00:00
Andy Wilkinson
8e710b7231 Upgrade to Elasticsearch 7.17.9
Closes gh-34241
2023-02-20 14:43:58 +00:00
Andy Wilkinson
2558866040 Upgrade to Dropwizard Metrics 4.2.16
Closes gh-34240
2023-02-20 14:43:58 +00:00
Andy Wilkinson
d47a706d9c Upgrade to Byte Buddy 1.12.23
Closes gh-34239
2023-02-20 14:43:58 +00:00
Andy Wilkinson
d2432d609e Upgrade to ActiveMQ 5.16.6
Closes gh-34238
2023-02-20 14:43:57 +00:00
Andy Wilkinson
8d123cd87e Allow checkstyleNoHttpt to use more memory
Closes gh-34252
2023-02-20 14:42:35 +00:00
Scott Frederick
1ea70d3ddd Upgrade CI to Docker 23.0.1
Closes gh-34215
2023-02-15 15:12:44 -06:00
Mirko Sobeck
ff04f009c0 Add missing Micrometer PropertiesConfigAdapterTests
Closes gh-33743
2023-02-15 15:12:02 +00:00
Andy Wilkinson
4d3ec7e619 Merge pull request #34199 from jprinet
* gh-34199:
  Do not cache :spring-boot-project:spring-boot-docs:asciidoctor* tasks

Closes gh-34199
2023-02-15 14:07:08 +00:00
Jerome Prinet
cfd589c8ce Do not cache :spring-boot-project:spring-boot-docs:asciidoctor* tasks
See gh-34199
2023-02-15 14:06:53 +00:00