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
3 years ago
Phillip Webb
5d21c3616f
Don't treat Kotlin data classes as immutable
...
Unlike records, Kotlin data classes are mutable and so we can't apply
the same constructor detection logic.
Fixes gh-34500
3 years ago
Andy Wilkinson
d070ee284d
Start building against Spring AMQP 3.0.3 snapshots
...
See gh-34608
3 years ago
Andy Wilkinson
837ac85f3b
Start building against Spring AMQP 2.4.11 snapshots
...
See gh-34607
3 years ago
Andy Wilkinson
1a79cced6a
Upgrade to Reactor Bom 2022.0.5
...
Closes gh-34538
3 years ago
Andy Wilkinson
8521afcee7
Upgrade to Micrometer Tracing 1.0.3
...
Closes gh-34537
3 years ago
Andy Wilkinson
6f946407bc
Upgrade to Micrometer 1.10.5
...
Closes gh-34536
3 years ago
Andy Wilkinson
7022d9abbb
Upgrade to Reactor Bom 2020.0.30
...
Closes gh-34529
3 years ago
Andy Wilkinson
7f2002fe44
Upgrade to Micrometer 1.9.9
...
Closes gh-34528
3 years ago
1993heqiang
a3bb3b1510
Polish name of JettyServletWebServerFactory bean method
...
See gh-34421
3 years ago
Andy Wilkinson
03865eebd7
Polish "Fix Javadoc in JobLauncherApplicationRunner"
...
See gh-34596
3 years ago
Sanghyuk Jung
03acc0273e
Fix Javadoc in JobLauncherApplicationRunner
...
See gh-34596
3 years ago
Andy Wilkinson
da156224aa
Polish "Update two references to old APIs in the docs"
...
See gh-34567
3 years ago
1993heqiang
e447c49f3b
Update two references to old APIs in the docs
...
See gh-34567
3 years ago
Johnny Lim
00f388fa6f
Polish Javadoc since tags for gh-34324
...
See gh-34587
3 years ago
Andy Wilkinson
367ec46d34
Start building against Spring Session 3.0.1 snapshots
...
See gh-34545
3 years ago
Andy Wilkinson
d7d89c2d7e
Start building against Spring Retry 2.0.1 snapshots
...
See gh-34544
3 years ago
Andy Wilkinson
cf22fcd0d1
Start building against Spring Kafka 3.0.5 snapshots
...
See gh-34543
3 years ago
Andy Wilkinson
bd259953b6
Start building against Spring Integration 6.0.4 snapshots
...
See gh-34542
3 years ago
Andy Wilkinson
30b6203748
Start building against Spring GraphQL 1.1.3 snapshots
...
See gh-34541
3 years ago
Andy Wilkinson
7e6d984c7f
Start building against Spring Framework 6.0.7 snapshots
...
See gh-34540
3 years ago
Andy Wilkinson
0aa0e098b5
Start building against Spring Data Bom 2022.0.4 snapshots
...
See gh-34539
3 years ago
Andy Wilkinson
79add16af9
Start building against Reactor Bom 2022.0.5 snapshots
...
See gh-34538
3 years ago
Andy Wilkinson
b9f0107519
Start building against Micrometer Tracing 1.0.3 snapshots
...
See gh-34537
3 years ago
Andy Wilkinson
950d8dfd38
Start building against Micrometer 1.10.5 snapshots
...
See gh-34536
3 years ago
Andy Wilkinson
2c09c311f5
Start building against Spring Session Bom 2021.2.1 snapshots
...
See gh-34533
3 years ago
Andy Wilkinson
783db48cf4
Start building against Spring GraphQL 1.0.4 snapshots
...
See gh-34532
3 years ago
Andy Wilkinson
5fdd124bc3
Start building against Spring Framework 5.3.26 snapshots
...
See gh-34531
3 years ago
Andy Wilkinson
8112273b22
Start building against Spring Data Bom 2021.2.10 snapshots
...
See gh-34530
3 years ago
Andy Wilkinson
5daef7cda1
Start building against Reactor Bom 2020.0.30 snapshots
...
See gh-34529
3 years ago
Andy Wilkinson
b03984735c
Start building against Micrometer 1.9.9 snapshots
...
See gh-34528
3 years ago
Andy Wilkinson
1e5169846f
Fix handling of deprecated identityprovider verification.credentials
...
Fixes gh-34525
3 years ago
Andy Wilkinson
86c988d653
Improve compatibility with SnakeYAML 2.0
...
Closes gh-34405
3 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
3 years ago
Andy Wilkinson
27ba20f310
Test Gradle plugin against Gradle 8.0.2
...
Closes gh-34486
3 years ago
Scott Frederick
10d71f5645
Document how to get socket location for podman configuration
...
Closes gh-34435
3 years ago
Phillip Webb
4370757fb2
Use Java 17 in Maven integration tests
...
Closes gh-34472
3 years ago
Andy Wilkinson
95cd0f2435
Test Boot's Maven Plugin against Maven 3.9.0
...
Closes gh-34469
3 years ago
Andy Wilkinson
e998303282
Upgrade to Spring Data Bom 2022.0.3
...
Closes gh-34439
3 years ago
Andy Wilkinson
68a1dd3a76
Document support for Gradle 8
...
Closes gh-34458
3 years ago
Andy Wilkinson
4f7e038f14
Test Gradle plugin against Gradle 8.0.1
...
Closes gh-34457
3 years ago
Mahmoud Ben Hassine
04bbbb4e4a
Update Batch documentation
...
This commit updates the documentation about how
to configure Spring Batch v5 with Spring Boot v3.
See gh-34437
3 years ago
Andy Wilkinson
3ea99d0f49
Upgrade to Spring Kafka 3.0.4
...
Closes gh-34441
3 years ago
Scott Frederick
f28bb221a2
Suppress Spring Kafka deprecation warning
...
See gh-34441
3 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
3 years ago
Andy Wilkinson
2d7e408a5c
Upgrade to Spring Framework 6.0.6
...
Closes gh-34440
3 years ago
Andy Wilkinson
b9eef6af5a
Upgrade to Reactor Bom 2022.0.4
...
Closes gh-34444
3 years ago
Andy Wilkinson
d4577556e0
Upgrade to Jetty 11.0.14
...
Closes gh-34447
3 years ago
Andy Wilkinson
a56bdba224
Upgrade to Dropwizard Metrics 4.2.17
...
Closes gh-34446
3 years ago
Andy Wilkinson
ba072de3c9
Start building against Spring Kafka 3.0.4 snapshots
...
See gh-34441
3 years ago