Scott Frederick
c6c02906ef
Merge branch '3.2.x'
...
Closes gh-40577
2024-04-29 16:43:20 -05:00
Scott Frederick
21a0bc7fee
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40576
2024-04-29 16:42:53 -05:00
Johnny Lim
e2973a90a8
Use ConcurrentHashMap.newKeySet where feasible
...
See gh-40567
2024-04-29 15:41:37 -05:00
Moritz Halbritter
6c154789f5
Merge branch '3.2.x'
...
Closes gh-40565
2024-04-29 12:00:42 +02:00
Moritz Halbritter
7ac0d0cde6
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40564
2024-04-29 11:56:32 +02:00
Moritz Halbritter
d716d99d1b
Note that Docker Compose is excluded by default from packaged jars
...
Closes gh-40556
2024-04-29 11:54:17 +02:00
Moritz Halbritter
1f80f72a73
Merge branch '3.2.x'
...
Closes gh-40561
2024-04-29 10:14:17 +02:00
Moritz Halbritter
be5039041c
Defer creation of maps in MapBinder
...
Closes gh-39375
2024-04-29 10:07:40 +02:00
Moritz Halbritter
12cfb1fd2f
Merge branch '3.2.x'
...
Closes gh-40560
2024-04-29 10:04:32 +02:00
Moritz Halbritter
8a3b0cd221
Throw dedicated exception if bundle content is not watchable
...
This also adds a FailureAnalyzer which prints a helpful message how to
fix that problem.
Closes gh-38903
2024-04-29 09:46:19 +02:00
Scott Frederick
3c00bf367d
Adapt to changes in Logback include processing
...
Fixes gh-40491
2024-04-26 13:33:51 -05:00
Andy Wilkinson
76380ddbeb
Merge branch '3.2.x'
...
Closes gh-40535
2024-04-26 14:04:26 +01:00
Andy Wilkinson
960f020a18
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40534
2024-04-26 14:02:52 +01:00
Andy Wilkinson
95eb9bd7dc
Allow s-b-dependencies to be used when ojdbc-bom is banned
...
Closes gh-39945
2024-04-26 14:02:00 +01:00
Andy Wilkinson
8221de2b1e
Merge branch '3.2.x'
...
Closes gh-40533
2024-04-26 14:00:52 +01:00
Andy Wilkinson
eb7e7b6425
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40532
2024-04-26 13:51:33 +01:00
Andy Wilkinson
d2a5bb3b26
Add dependency management alignment infrastructure
...
Closes gh-40531
2024-04-26 13:51:16 +01:00
Moritz Halbritter
a12e3d4594
Merge branch '3.2.x'
...
Closes gh-40530
2024-04-26 11:13:03 +02:00
Moritz Halbritter
5707ca83e9
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40529
2024-04-26 11:12:46 +02:00
chaewss
d51282aff5
Remove unnecessary null check for expectedDeprecationMessages
...
See gh-40524
2024-04-26 11:12:20 +02:00
Andy Wilkinson
592571c16e
Merge branch '3.2.x'
...
Closes gh-40528
2024-04-26 09:34:00 +01:00
Andy Wilkinson
087e467387
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40527
2024-04-26 09:33:12 +01:00
Andy Wilkinson
83f692237d
Migrate to com.gradle.develocity plugin
...
Closes gh-40153
2024-04-26 09:30:48 +01:00
Moritz Halbritter
760bc9237d
Merge branch '3.2.x'
2024-04-26 09:20:47 +02:00
Moritz Halbritter
f13e487724
Close streams in test before deleting file
2024-04-26 09:20:36 +02:00
Phillip Webb
abdff95ad0
Merge branch '3.2.x'
...
Closes gh-40526
2024-04-25 12:54:13 -07:00
Phillip Webb
9e40970280
Support gzip compressed image layers
...
Update buildpack support to allow gzip compressed image layers to be
used when returned by the Docker engine. This update is restores
buildpack support when using Docker Desktop with the "Use containerd
for pulling and storing images" option enabled.
This commit introduces a new `ExportedImageTar` class to deal with the
intricacies of determining the mimetype of a layer. The class deals with
the parsing of `index.json' and related manifest blobs in order to
obtain layer information. The legacy `manifest.json` format is also
supported should `index.json` be missing.
Tests have been added to ensure that export archives from Docker Engine,
Docker Desktop (with and without containerd), and Podman can be used.
Fixes gh-40100
Co-authored-by: Moritz Halbritter <moritz.halbritter@broadcom.com>
Co-authored-by: Scott Frederick <scott.frederick@broadcom.com>
2024-04-25 11:51:59 -07:00
Andy Wilkinson
515bccac6b
Polish
2024-04-25 14:10:02 +01:00
Andy Wilkinson
aeb5b1ffe3
Merge branch '3.2.x'
...
Closes gh-40523
2024-04-25 13:45:12 +01:00
Andy Wilkinson
79c3f0335b
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40522
2024-04-25 13:43:03 +01:00
Andy Wilkinson
27418edeb0
Remove references to s.j.generate-ddl in favor of s.j.hibernate.ddl-auto
...
Closes gh-40503
2024-04-25 13:39:28 +01:00
Andy Wilkinson
f1d0bcda2f
Revert "Remove references to s.j.generate-ddl in favor of s.j.hibernate.ddl-auto"
...
This reverts commit 273f8e20c2
.
2024-04-25 12:44:51 +01:00
Andy Wilkinson
273f8e20c2
Remove references to s.j.generate-ddl in favor of s.j.hibernate.ddl-auto
2024-04-25 12:24:47 +01:00
Moritz Halbritter
6bb8a11295
Merge branch '3.2.x'
...
Closes gh-40517
2024-04-25 11:07:36 +02:00
Moritz Halbritter
26f1bbb634
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40516
2024-04-25 11:07:25 +02:00
Moritz Halbritter
2e906c4720
Catch exceptions thrown during String format when collecting diagnostics
...
Registers the LoggingLinesWriter only if debug logging is actually
enabled.
Closes gh-40500
2024-04-25 11:06:31 +02:00
Moritz Halbritter
744bea5587
Merge branch '3.2.x'
...
Closes gh-40515
2024-04-25 09:45:37 +02:00
Moritz Halbritter
503d8c1273
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40514
2024-04-25 09:44:51 +02:00
Moritz Halbritter
8be85611e0
Clarify the directory that's used by default to find Docker Compose file
...
Closes gh-40512
2024-04-25 09:44:35 +02:00
Scott Frederick
add22c399a
Merge branch '3.2.x'
...
Closes gh-40509
2024-04-24 15:10:08 -05:00
Scott Frederick
3e2d151c0e
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40508
2024-04-24 15:08:50 -05:00
Scott Frederick
f210d83062
Don't reuse Testcontainers containers if reuse is globally disabled
...
Fixes gh-39609
2024-04-24 14:37:59 -05:00
Moritz Halbritter
2c346bcdcb
Merge branch '3.2.x'
...
Closes gh-40501
2024-04-24 16:06:07 +02:00
Moritz Halbritter
00a25f5d89
Don't apply CookieSameSiteSupplier to session cookies when using Jetty
...
Closes gh-39766
2024-04-24 15:59:10 +02:00
Moritz Halbritter
126927f462
Merge branch '3.2.x'
...
Closes gh-40499
2024-04-24 14:04:17 +02:00
Moritz Halbritter
b416db4dee
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40498
2024-04-24 14:04:08 +02:00
Moritz Halbritter
2cb19f368e
Polish "Remove unnecessary nesting of calls to String.format"
...
See gh-40494
2024-04-24 13:57:07 +02:00
Hyeon Sung
0cf15fcad0
Remove unnecessary nesting of calls to String.format
...
See gh-40494
2024-04-24 13:55:04 +02:00
Freeman Liu
6aefe505e5
Add grpc starter and httpexchange starter to community starters
...
See gh-39437
2024-04-23 09:10:57 +01:00
Moritz Halbritter
e496a6f6ad
Merge branch '3.2.x'
...
Closes gh-40486
2024-04-23 09:35:26 +02:00