Phillip Webb
dcb41b03a0
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34617
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
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
2 years ago
Andy Wilkinson
d070ee284d
Start building against Spring AMQP 3.0.3 snapshots
...
See gh-34608
2 years ago
Andy Wilkinson
837ac85f3b
Start building against Spring AMQP 2.4.11 snapshots
...
See gh-34607
2 years ago
Andy Wilkinson
1a79cced6a
Upgrade to Reactor Bom 2022.0.5
...
Closes gh-34538
2 years ago
Andy Wilkinson
8521afcee7
Upgrade to Micrometer Tracing 1.0.3
...
Closes gh-34537
2 years ago
Andy Wilkinson
6f946407bc
Upgrade to Micrometer 1.10.5
...
Closes gh-34536
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
d9c5f274c8
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34605
2 years ago
1993heqiang
a3bb3b1510
Polish name of JettyServletWebServerFactory bean method
...
See gh-34421
2 years ago
Andy Wilkinson
03865eebd7
Polish "Fix Javadoc in JobLauncherApplicationRunner"
...
See gh-34596
2 years ago
Sanghyuk Jung
03acc0273e
Fix Javadoc in JobLauncherApplicationRunner
...
See gh-34596
2 years ago
Andy Wilkinson
7f807dccb7
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34602
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
220c4b671b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34600
2 years ago
Johnny Lim
00f388fa6f
Polish Javadoc since tags for gh-34324
...
See gh-34587
2 years ago
Andy Wilkinson
367ec46d34
Start building against Spring Session 3.0.1 snapshots
...
See gh-34545
2 years ago
Andy Wilkinson
d7d89c2d7e
Start building against Spring Retry 2.0.1 snapshots
...
See gh-34544
2 years ago
Andy Wilkinson
cf22fcd0d1
Start building against Spring Kafka 3.0.5 snapshots
...
See gh-34543
2 years ago
Andy Wilkinson
bd259953b6
Start building against Spring Integration 6.0.4 snapshots
...
See gh-34542
2 years ago
Andy Wilkinson
30b6203748
Start building against Spring GraphQL 1.1.3 snapshots
...
See gh-34541
2 years ago
Andy Wilkinson
7e6d984c7f
Start building against Spring Framework 6.0.7 snapshots
...
See gh-34540
2 years ago
Andy Wilkinson
0aa0e098b5
Start building against Spring Data Bom 2022.0.4 snapshots
...
See gh-34539
2 years ago
Andy Wilkinson
79add16af9
Start building against Reactor Bom 2022.0.5 snapshots
...
See gh-34538
2 years ago
Andy Wilkinson
b9f0107519
Start building against Micrometer Tracing 1.0.3 snapshots
...
See gh-34537
2 years ago
Andy Wilkinson
950d8dfd38
Start building against Micrometer 1.10.5 snapshots
...
See gh-34536
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
Andy Wilkinson
3945c48290
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34515
2 years ago
Andy Wilkinson
86c988d653
Improve compatibility with SnakeYAML 2.0
...
Closes gh-34405
2 years ago
Scott Frederick
29ad690d56
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34495
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
fab4230246
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34487
2 years ago
Andy Wilkinson
27ba20f310
Test Gradle plugin against Gradle 8.0.2
...
Closes gh-34486
2 years ago
Scott Frederick
17755e5376
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34475
2 years ago
Scott Frederick
10d71f5645
Document how to get socket location for podman configuration
...
Closes gh-34435
2 years ago
Phillip Webb
4370757fb2
Use Java 17 in Maven integration tests
...
Closes gh-34472
2 years ago
Andy Wilkinson
5c43e42839
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34470
2 years ago
Andy Wilkinson
95cd0f2435
Test Boot's Maven Plugin against Maven 3.9.0
...
Closes gh-34469
2 years ago
Andy Wilkinson
e998303282
Upgrade to Spring Data Bom 2022.0.3
...
Closes gh-34439
2 years ago
Andy Wilkinson
6a95f44f67
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34462
2 years ago
Andy Wilkinson
68a1dd3a76
Document support for Gradle 8
...
Closes gh-34458
2 years ago