Scott Frederick
d79ae11925
Fix formatting problem
...
See gh-41350
1 year ago
Scott Frederick
24dbee40ff
Add CDS test case to Paketo system tests
...
Closes gh-41350
1 year ago
Scott Frederick
0898982a13
Ignore ca-certificates deprecation warnings in Paketo system tests
...
Closes gh-41282
1 year ago
Andy Wilkinson
5ee0580339
Upgrade to the latest Framework 6.0.x release
...
Closes gh-40929
2 years ago
Andy Wilkinson
6be5dbc034
Disable system test that's broken due to a builder regression
...
0.4.292 of the builder launches an unpacked jar rather than the
script in bin. This only affects an image that uses the archive
generated by bootDistZip. An image that uses the archive generated
by distZip is not affected.
Closes gh-40803
2 years ago
Scott Frederick
ed42ed7c43
Enable GraalVM native Paketo Builder Tests on Java 22
...
Closes gh-40639
2 years ago
Phillip Webb
2c4909a89a
Update copyright year of changed files
2 years ago
Andy Wilkinson
71abc9d6b7
fixup! Upgrade to Testcontainers 1.19.5
2 years ago
Scott Frederick
c64b1d12f2
Ignore syft deprecation warnings in Paketo system tests
...
Closes gh-39510
2 years ago
Andy Wilkinson
5ae533a00d
Minimize scope of version management for commons-compress
...
See gh-39368
2 years ago
Andy Wilkinson
dd082c6c21
Revert "Upgrade to Commons Compress 1.25.0"
...
This reverts commit 1c2a622f7f .
See gh-39148
2 years ago
Andy Wilkinson
1c2a622f7f
Upgrade to Commons Compress 1.25.0
...
Closes gh-39148
2 years ago
Scott Frederick
823054f543
Allow native spring-boot-image-tests to run without an existing snapshot
...
Closes gh-38757
2 years ago
Johnny Lim
b5d4983829
Polish
...
See gh-37984
2 years ago
Scott Frederick
361f737086
Fix launcher path in Paketo system tests
...
See gh-37667
2 years ago
Phillip Webb
c22548982a
Relocate launcher classes
...
Create alternative launcher classes under the package
`org.springframework.boot.loader.launch` and use them in favor
of the previous location.
This update is designed to improve compatibility with future
changes in the loader.
Closes gh-37667
2 years ago
Scott Frederick
e8a15327da
Fix formatting
2 years ago
Scott Frederick
7e29a3c70b
Use latest available Gradle version for Paketo system tests
...
This ensures that the tests will run with the latest Java versions.
See gh-37507
2 years ago
Scott Frederick
d57f9b8643
Enable Paketo Builder Tests on Java 21
...
Closes gh-37507
2 years ago
Scott Frederick
c5e221143f
Ignore AOT-related deprecation warnings in Paketo system tests
...
Closes gh-37433
2 years ago
Scott Frederick
bd855135b0
Use Paketo Jammy builder in Paketo system tests
...
Closes gh-37516
2 years ago
Scott Frederick
80e72836ef
Disable Paketo builder native system test on Java 20
...
See gh-35897
3 years ago
Andy Wilkinson
ca5bd37e81
Upgrade to Spring Framework 6.1.0-M1
...
Closes gh-35977
Closes gh-35980
3 years ago
Phillip Webb
0fd1c89889
Polish
3 years ago
Scott Frederick
244bf4801b
Enable Paketo builder system tests on Java 20
...
Closes gh-35897
3 years ago
Scott Frederick
504d9fc50b
Fix validation of process args metadata in Paketo system tests
...
Fixes gh-35894
3 years ago
Scott Frederick
0b2e16e575
Adapt Paketo system tests to changes in the native buildpack
...
Closes gh-35355
3 years ago
Andy Wilkinson
ae86c2f30e
Avoid using Jackson 2.15 in system tests that invoke Gradle
...
Closes gh-35273
3 years ago
Scott Frederick
963542e7fc
Adapt Paketo system tests to changes in the Tomcat buildpack
...
Closes gh-35148
3 years ago
Phillip Webb
df5898a146
Reformat code following spring-javaformat upgrade
3 years ago
Johnny Lim
359076e213
Remove EnabledForJreRange.min in PaketoBuilderTests
...
See gh-33976
3 years ago
Phillip Webb
2faede6245
Polish 'Migrate from soon to be deprecate SnakeYAML constructor'
...
See gh-33663
3 years ago
Andrey Somov
a095a3a888
Migrate from soon to be deprecate SnakeYAML constructor
...
Update `LayersIndex` to use constructor that accepts
`LoaderOptions`.
See gh-33663
3 years ago
Scott Frederick
2ddb490290
Polish Paketo builder integration test native app
3 years ago
Phillip Webb
f588793445
Update copyright year of changed files
3 years ago
Scott Frederick
39ad955969
Update Paketo tests for Platform API 0.10
...
See gh-32949
3 years ago
Scott Frederick
b97324493c
Update Paketo tests for Platform API 0.10
...
When CNB Platform API 0.10 is used, buildpacks will set the process
command as a list of strings instead of a single string.
See gh-32949
3 years ago
Scott Frederick
c22e76632c
Add Build-Jdk-Spec to jar and war manifest when building with Gradle
...
This commit adds a `Build-Jdk-Spec` attribute to the manifest in a
jar or war file built with the Spring Boot Gradle plugin. This
aligns the Gradle plugin's behavior with the default Maven plugin
behavior.
This removes the need to set a `BP_JVM_VERSION` environment variable
when invoking Cloud Native Buildpacks, as the Paketo buildpacks will
honor `Build-Jdk-Spec` in a jar or war manifest to determine the
default JVM version.
Fixes gh-32829
3 years ago
Andy Wilkinson
99edda735e
Polish
3 years ago
Scott Frederick
3eb61bf010
Use Paketo early access buildpack in Paketo native system tests
...
Closes gh-32828
3 years ago
Scott Frederick
3ea18f07fa
Polish "Use NBT plugin version from gradle.properties in image tests"
...
See gh-32643
3 years ago
Johnny Lim
42ab82c0b1
Use NBT plugin version from gradle.properties in image tests
...
See gh-32643
3 years ago
Scott Frederick
81598b51f9
Use task outputs in distZip Paketo system tests
...
Using the outputs from `distZip` and `bootDistZip` as input to the
`bootBuildImage` task instead of indirectly using the output file
path prevents Gradle warnings about implicit task dependencies.
Fixes gh-32506
3 years ago
Stephane Nicoll
d7537bf66a
Use latest Native Build Tools Plugin version
...
See gh-32474
3 years ago
Scott Frederick
c9829c4232
Add native image test to Paketo system tests
...
Closes gh-32413
3 years ago
Scott Frederick
057ad72945
Enable Paketo builder system tests on Java 18
...
Closes gh-32296
3 years ago
Andy Wilkinson
78f4242e46
Build with Gradle 7.5 while still supporting Gradle 6.8+
...
Closes gh-32281
3 years ago
Andy Wilkinson
3d203d0215
Polish
4 years ago
Scott Frederick
7a8bde5f7b
Enable Paketo system tests for Java versions supported by buildpacks
...
Closes gh-30373
4 years ago
Scott Frederick
35a9a7fee2
Ignore deprecation warnings in Paketo system tests
...
Closes gh-30194
4 years ago