Piyal Ahmed
b9589203dc
Polish
...
Signed-off-by: Piyal Ahmed <piya.salamence@gmail.com>
See gh-46291
9 months ago
Andy Wilkinson
8c261ce2fc
Test Gradle plugin against Gradle 7.6.6
...
Closes gh-46300
9 months ago
Piyal Ahmed
8fb3010942
Remove unnecessary semicolons from Gradle build scripts
...
Signed-off-by: Piyal Ahmed <piya.salamence@gmail.com>
See gh-46252
10 months ago
Dmytro Nosan
67f380c2bc
Add @EnabledOnLocale annotation for locale-based tests
...
Introduce @EnabledOnLocale annotation to enable or disable tests
based on the system's default locale.
See gh-46211
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
10 months ago
Andy Wilkinson
4c414b9281
Tolerate Gradle 9's change of archive entry ordering
10 months ago
Andy Wilkinson
49fdc31532
Add jars that were missed due to .gitignore
...
See gh-46043
10 months ago
Andy Wilkinson
bdee9c9b19
Ensure consistent versions between dev and production classpaths
...
Prior to this change, versions in the dev and production classpaths
could differ. These differing versions could result in a transitive
dependency that should have been present in both development and
production only being present in the former. This would likely
result in failures at runtime.
This commit aligns the versions by adding constraints to the
production runtime classpath for each dependency in the runtime
classpath.
Closes gh-46043
10 months ago
Andy Wilkinson
640793c60e
Streamline CRC and hash calculation when preparing stored entries
...
Closes gh-46202
10 months ago
Andy Wilkinson
a06ce997a1
Test against Gradle 9.0.0-rc-1
...
See gh-43573
10 months ago
Andy Wilkinson
0932c4a1c6
Apply permissions consistently when creating uber jars and wars
...
Closes gh-46193
10 months ago
Andy Wilkinson
a2067af1b3
Use version-spring-boot attribute to reference Spring Boot's version
...
Closes gh-46187
10 months ago
Phillip Webb
2128a84492
Never attempt to resolve local address for nested URLs
...
Update `nested:` Handler to always return `null` from `getHostAddress`
in an attempt to improve performance on Windows.
Fixes gh-46063
10 months ago
Phillip Webb
3aeb18d618
Add license header to gradle files
...
See gh-46065
10 months ago
Phillip Webb
6cfc7196f4
Add license header to java files
...
See gh-46065
10 months ago
Phillip Webb
d66b28fcba
Update end copyright year to 'present'
...
See gh-46065
10 months ago
Phillip Webb
206785f838
Only cache JarFile URL keys that are cheap to lookup
...
Update `JarFileUrlKey` so that only URLs that have a cheap `equals()`
method call are cached. This should prevent expensive DNS lookups from
being performed.
Fixes gh-46015
10 months ago
David LJ
f4e04227f7
Fix Docker security options broken link in OCI images packaging docs
...
See gh-46016
Signed-off-by: David LJ <mail@davidlj95.com>
10 months ago
Andy Wilkinson
c13dc92286
Test against Gradle 7.6.5
...
Closes gh-45998
10 months ago
Andy Wilkinson
330eeda9d1
Fix classpath of bootBuildImage integration tests
10 months ago
Andy Wilkinson
2c234171ef
Upgrade to Maven Plugin Tools 3.15.1
...
Closes gh-45905
10 months ago
Andy Wilkinson
4996c70f48
Upgrade to Maven Invoker 3.3.0
...
Closes gh-45904
10 months ago
Andy Wilkinson
c6748144fb
Upgrade to Commons Compress 1.27.1
...
Closes gh-45898
10 months ago
Andy Wilkinson
ca21600fae
Use Framework's StreamUtils instead of Commons Compress's IOUtils
...
Closes gh-45911
10 months ago
Andy Wilkinson
25b72d66fc
Test Gradle plugin against 9.0.0-milestone-9
11 months ago
Andy Wilkinson
2efad20f7b
Broaden Gradle compatibility testing
...
Closes gh-45692
11 months ago
Tran Ngoc Nhan
7448f8c73a
Document use of git-commit-id-maven-plugin consistently
...
See gh-45677
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
11 months ago
Phillip Webb
2b2228eba5
Update copyright year of changed files
11 months ago
Andy Wilkinson
5ed981df9c
Migrate from gcr.io to docker.io for Paketo images
...
Closes gh-45609
11 months ago
Johnny Lim
0a54804a0f
Polish
...
See gh-45592
Signed-off-by: Johnny Lim <izeye@naver.com>
11 months ago
Stéphane Nicoll
e1ff4fbaf9
Upgrade to Jackson Bom 2.19.0
...
Closes gh-45542
11 months ago
Moritz Halbritter
3c57249a3e
Use the layers index file to resolve the application layer name
...
Closes gh-45385
11 months ago
Phillip Webb
39a402b5ef
Update copyright year of changed files
11 months ago
Stéphane Nicoll
88107273f3
Polish "Test that source information is resolved from super class"
...
See gh-45382
11 months ago
Yanming Zhou
91715a8c7d
Test that source information is resolved from super class
...
See gh-45382
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
11 months ago
Andy Wilkinson
c8cf91ad6f
Polish
11 months ago
Stéphane Nicoll
05e4262a25
Polish
12 months ago
Dmytro Nosan
439dd2299e
Use serverUrl from the image as a fallback for the Credentials helper
...
Before this commit, the credential helper used the serverUrl from
the Map.Entry<String,Auth> as a fallback. However, the helper only uses
the email from the auths.
See gh-45345
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
12 months ago
Dmytro Nosan
3f22d4b308
Align DockerRegistryConfigAuthentication with Docker CLI
...
See gh-45292
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
12 months ago
Johnny Lim
9a0f7a4013
Add more tests for Image.getOs()
...
See gh-45305
Signed-off-by: Johnny Lim <izeye@naver.com>
12 months ago
Dmytro Nosan
d1ee8bab48
Polish
...
See gh-45291
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
12 months ago
Phillip Webb
b2e691be02
Update copyright year of changed files
12 months ago
Phillip Webb
428fa6d941
Fix copyright headers to consistently start with project inception year
12 months ago
Andy Wilkinson
21a9732b59
Polish
12 months ago
Dmytro Nosan
e69de966b7
Trim "\x00" from a decoded Docker Registry password
...
See gh-45290
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
12 months ago
Andy Wilkinson
8869f769c1
Polish "Fix changelog generator missing directly removed properties"
...
See gh-45267
12 months ago
yybmion
30a679872c
Fix changelog generator missing directly removed properties
...
The changelog generator did not detect properties that were added to a new
version with error-level deprecation (indicating immediate removal). This
commonly occurs when upgrading dependencies like Flyway 10, where properties
are removed without prior deprecation.
Modified the computeDifferences method to detect properties that only exist
in the new metadata with error-level deprecation and properly mark them as
DELETED in the changelog.
See gh-45267
Signed-off-by: yybmion <yunyubin54@gmail.com>
12 months ago
Andy Wilkinson
c420786eed
Upgrade to Gradle 8.14
12 months ago
Phillip Webb
ef11a0849e
Fix accidentally introduced Docker credential issues
...
Attempt to fix a few issues that were accidentally introduced
by missing some code from the original pull-request.
See gh-45269
12 months ago
Phillip Webb
79f7529efd
Align credential helper logic with Docker CLI
...
See gh-45269
12 months ago
Dmytro Nosan
da61d63db8
Add Docker configuration authentication to Maven and Gradle plugins
...
Update the Maven and Gradle plugins to make use of the new Docker
configuration authentication support.
See gh-45269
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
12 months ago