Eddú Meléndez
f15cd93a35
Add service connection for Docker Compose and Testcontainers Artemis
...
See gh-39311
2 years ago
Moritz Halbritter
ee17c4322b
Merge branch '3.2.x'
...
Closes gh-39354
2 years ago
Moritz Halbritter
231aa014fa
Upgrade to Testcontainers 1.19.4
...
Closes gh-39353
2 years ago
Scott Frederick
588d544392
Merge branch '3.2.x'
...
Closes gh-39348
2 years ago
Scott Frederick
5b76416b06
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39347
2 years ago
Scott Frederick
a620d348ad
Fix exporting of Docker image layers
...
The logic to extract layers from a downloaded Docker image assumed that
the layer entries in the image tar archive always had the file extension
`.tar`. This was the case with Docker and other compatible daemons until
Docker 25.0. With this commit, the extension is no longer assumed, but
any entries listed in `manifest.json` will be recognized.
Fixes gh-39323
2 years ago
Andy Wilkinson
f4cd903410
Merge branch '3.2.x'
...
Closes gh-39346
2 years ago
Andy Wilkinson
87e44a37f9
Merge pull request #39297 from Tish17
...
* gh-39297:
Polish "Prevent double registration of event publisher registrar"
Prevent double registration of event publisher registrar
Closes gh-39297
2 years ago
Andy Wilkinson
61ca87f7a4
Polish "Prevent double registration of event publisher registrar"
...
See gh-39297
2 years ago
tish
50c44e301a
Prevent double registration of event publisher registrar
...
See gh-39297
2 years ago
Andy Wilkinson
10e750ab3b
Merge branch '3.2.x'
...
Closes gh-39341
2 years ago
Andy Wilkinson
8c18d75b12
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39340
2 years ago
Andy Wilkinson
1c2a622f7f
Upgrade to Commons Compress 1.25.0
...
Closes gh-39148
2 years ago
Moritz Halbritter
224ce7ccfd
Merge pull request #39227 from EvaristeGalois11
...
* pr/39227:
Add liquibase ui-service property
Closes gh-39227
2 years ago
Claudio Nave
d31b02c38d
Add liquibase ui-service property
...
See gh-39227
2 years ago
Wzy19930507
dae3952144
Include the environment default profiles in the env endpoint's response
...
See gh-39257
2 years ago
Moritz Halbritter
f36b69f961
Merge branch '3.2.x'
...
Closes gh-39338
2 years ago
Moritz Halbritter
be1787e8de
Merge pull request #39285 from PiyalAhmed
...
* pr/39285:
Fix NestedJarFile constructor javadoc
Closes gh-39285
2 years ago
Piyal Ahmed
a85e99790b
Fix NestedJarFile constructor javadoc
...
See gh-39285
2 years ago
Moritz Halbritter
5037c37482
Merge branch '3.2.x'
...
Closes gh-39337
2 years ago
Moritz Halbritter
30f71f1324
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39336
2 years ago
Moritz Halbritter
9f1dda22ab
Merge pull request #39329 from dependabot[bot]
...
* pr/39329:
Bump gradle/gradle-build-action from 2.11.1 to 2.12.0
Closes gh-39329
2 years ago
dependabot[bot]
6eaabaa433
Bump gradle/gradle-build-action from 2.11.1 to 2.12.0
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 2.11.1 to 2.12.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](982da8e78c...a8f75513ea )
---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
See gh-39329
2 years ago
Moritz Halbritter
cd9b51d02c
Merge branch '3.2.x'
...
Closes gh-39335
2 years ago
Moritz Halbritter
9fc2dcdd58
Merge pull request #39312 from eddumelendez
...
* pr/39312:
Polish
Closes gh-39312
2 years ago
Eddú Meléndez
1247f89209
Polish
...
See gh-39312
2 years ago
Andy Wilkinson
df67dec561
Merge branch '3.2.x'
...
Closes gh-39306
2 years ago
Andy Wilkinson
a42a8ce620
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39305
2 years ago
Andy Wilkinson
a6d1788be3
Tolerate OS and Java version differences in ExtractCommandTests
...
Co-Authored-By: Moritz Halbritter <moritz.halbritter@broadcom.com>
Closes gh-39303
2 years ago
Moritz Halbritter
acf758aea9
Merge branch '3.2.x'
2 years ago
Moritz Halbritter
c47430d842
Merge branch '3.1.x' into 3.2.x
2 years ago
Moritz Halbritter
df755db1f3
Ensure that remaining mocks are closed before initializing a test
...
Closes gh-39271
2 years ago
Moritz Halbritter
9146ce5515
Merge branch '3.2.x'
2 years ago
Moritz Halbritter
36b70d7b16
Merge branch '3.1.x' into 3.2.x
2 years ago
Moritz Halbritter
930669888a
Add more integration tests for MockitoTestExecutionListener
2 years ago
Scott Frederick
7ac69be241
Merge branch '3.2.x'
...
Closes gh-39293
2 years ago
Scott Frederick
6b1b661f2e
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39291
2 years ago
Scott Frederick
ac0d95beb4
Upgrade CI to Docker 25.0.1
...
Closes gh-39292
2 years ago
Andy Wilkinson
3d5cdb7715
Merge branch '3.2.x'
...
Closes gh-39289
2 years ago
Andy Wilkinson
d702c2f860
Permit upgrades to Jetty Reactive HTTPClient 4.0.2
...
Closes gh-39288
2 years ago
Phillip Webb
8870834777
Merge pull request #39259 from tobias-lippert
...
* pr/39259:
Update copyright header of cleaned up code
Replace !Optional.isPresent with Optional.isEmpty
Polish 'Simplify stream chain operations'
Simplify stream chain operations
Polish 'Remove redundant array creation'
Remove redundant array creation
Replace multiple ifs with switch
Use try with resources instead of try-finally
Replace explicit type with diamond operator
Avoid redundant boxing
Remove redundant boxing
Polish 'Use pattern variables'
Use pattern variables
Use string.repeat()
Polish 'Simplify conditionals'
Simplify conditionals
Inline redundant if statements
Remove unnecessary semicolons
Remove unnecessary toString calls
Closes gh-39259
2 years ago
Phillip Webb
8f1a330dd5
Update copyright header of cleaned up code
...
See gh-39259
2 years ago
Tobias Lippert
24e0864105
Replace !Optional.isPresent with Optional.isEmpty
...
See gh-39259
2 years ago
Phillip Webb
48343cc531
Polish 'Simplify stream chain operations'
...
See gh-39259
2 years ago
Tobias Lippert
7f4aaacf42
Simplify stream chain operations
...
See gh-39259
2 years ago
Phillip Webb
15f1e8536b
Polish 'Remove redundant array creation'
...
See gh-39259
2 years ago
Tobias Lippert
d3c97adf79
Remove redundant array creation
...
See gh-39259
2 years ago
Tobias Lippert
0613034e19
Replace multiple ifs with switch
...
See gh-39259
2 years ago
Tobias Lippert
316b415e95
Use try with resources instead of try-finally
...
See gh-39259
2 years ago
Tobias Lippert
cb26c31dd6
Replace explicit type with diamond operator
...
See gh-39259
2 years ago