Andy Wilkinson
d8a9ebd14b
Upgrade to Gradle 8.12
...
Closes gh-43649
12 months ago
Andy Wilkinson
734040abe2
Update Gradle test scripts to avoid warnings with 8.12
...
Closes gh-43496
12 months ago
Johnny Lim
b8abfb8c9b
Remove MavenBuildOutputTimestampTests.shouldParseIso8601WithSeconds()
...
See gh-43625
12 months ago
Stéphane Nicoll
8fbd14b4dd
Polish
12 months ago
Stéphane Nicoll
1b6b160105
Polish "Handle <p> in Maven Plugin Reference documentation"
...
See gh-43622
12 months ago
Tran Ngoc Nhan
334cd36b0a
Handle <p> in Maven Plugin Reference documentation
...
See gh-43622
12 months ago
Stéphane Nicoll
7e9fda8216
Polish "Preserve milliseconds in build info timestamp"
...
See gh-43612
12 months ago
Gaurav
0944b07c90
Preserve milliseconds in build info timestamp
...
See gh-43612
12 months ago
Phillip Webb
239fa0356f
Remove trailing slashes from all link URLs
...
Closes gh-43518
1 year ago
Tran Ngoc Nhan
7832d3be73
Fix typo
...
See gh-43512
1 year ago
Phillip Webb
45da43c6b4
Update copyright year of changed files
1 year ago
Phillip Webb
f21402d4c3
Consistently return non-zero exit codes for jarmode failures
...
Update jar mode launchers to catch all exceptions and return a non-zero
exit code. This refinement also allows us to consolidate the existing
error reporting logic to a central locations. Modes that wish to report
a simple error rather than a full stacktrace can throw the newly
introduced `JarModeErrorException`.
Fixes gh-43435
1 year ago
Phillip Webb
9e7972a9b4
Polish code with code cleanup rules
1 year ago
Phillip Webb
0afbc0b23c
Polish 'Accept Docker progress on numbers >2GB'
...
Restore `int` returns for existing methods and deprecate them in
favor of a new `asPercentage()` method.
See gh-43328
1 year ago
Wolfgang Kronberg
d8565185e8
Accept Docker progress on numbers >2GB
...
Update `ProgressUpdateEvent` to support images of a file size
>2GB without provoking build failures.
See gh-43328
1 year ago
Andy Wilkinson
bb3651b7d1
Reduce warnings reported by Eclipse
...
Closes gh-43269
1 year ago
Andy Wilkinson
cf1dadf2e7
Stop publishing CLI's Homebrew formula in commercial builds
...
Closes gh-43247
1 year ago
Phillip Webb
5c938fc8bc
Update copyright year of changed files
1 year ago
Phillip Webb
25b6477aa8
Support alternative media type format
...
Update `ExportedImageTar` media type detection to support `tar+gzip`
as well as `tar.gzip`. Recent updates to Docker Desktop appear to have
changed the format.
Fixes gh-43126
1 year ago
Phillip Webb
a293560237
Support nested OCI indexes
...
Update `ExportedImageTar.IndexLayerArchiveFactory` to support nested
indexes. Nested indexes support a layer of interaction where the
`index.json` file points to a blob that contains the read index to use.
Prior to this commit, we only supported indexes provided directly by
the `index.json` file. This missing support results in "buildpack.toml:
no such file or directory" errors when referencing specific buildpacks
and using Docker Engine 27.3.1 or above.
See gh-43126
1 year ago
Moritz Halbritter
3b0fec6d00
Upgrade build to Gradle 8.11
...
Closes gh-43136
1 year ago
Andy Wilkinson
2fa28fb822
Improve error reporting when image loading fails
...
Closes gh-31243
1 year ago
Moritz Halbritter
317d943083
Use native encoding when writing the java arguments file
...
Closes gh-43051
1 year ago
Andy Wilkinson
03a3425767
Fix test for incremental build with type rename
...
Closes gh-38119
1 year ago
Phillip Webb
c62a018830
Align buildpack certificate and key parsers with SSL versions
...
Closes gh-37969
1 year ago
Phillip Webb
202db9b7f4
Update copyright year of changed files
1 year ago
Andy Wilkinson
2fc0016ef1
Fix spring-boot-gradle-plugin's tests in Eclipse
...
Closes gh-32625
1 year ago
Andy Wilkinson
a3168e3a2f
Centralize dependency management of Commons Compress
...
Closes gh-39368
1 year ago
Tran Ngoc Nhan
9e92bfe906
Polish
...
See gh-42974
1 year ago
Andy Wilkinson
f9281a61ff
Rework Antora Gradle Infrastructure
...
Closes gh-40572
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
1 year ago
Moritz Halbritter
90b920a410
Use default address if null address is given
...
Closes gh-42958
1 year ago
Stéphane Nicoll
1a3f1a41b1
Polish "Complete support for project.build.outputTimestamp"
...
See gh-42922
1 year ago
Andreas Höhmann
491515e6e3
Complete support for project.build.outputTimestamp
...
This commit completes the support of project.build.outputTimestamp to
also support a value that's expressed as seconds since the epoch.
See gh-42922
1 year ago
Andy Wilkinson
c340c691c5
Avoid calling getProject() during task execution
...
Closes gh-32980
1 year ago
Stéphane Nicoll
eba7a5a077
Update copyright year of changed files
...
See gh-42901
1 year ago
Tran Ngoc Nhan
ff855d9421
Remove redundant null check
...
See gh-42901
1 year ago
Stéphane Nicoll
d4010d3be0
Polish "Prevent auth header to be included in Docker API call"
...
See gh-42910
1 year ago
YiXuan Ding
351018ea65
Prevent auth header to be included in Docker API call
...
See gh-42910
1 year ago
Moritz Halbritter
9cced069a0
Delete argfile on JVM exit
...
Closes gh-42841
1 year ago
Phillip Webb
3481107ff7
Update copyright year of changed files
1 year ago
Moritz Halbritter
ce106eb43c
Remove calls to deprecated Project.getBuildDir() in Gradle files
...
Closes gh-42739
1 year ago
Moritz Halbritter
a3060652f8
Call String.toLowerCase and .toUppercase with explicit locale
...
Closes gh-42719
1 year ago
Phillip Webb
41ae973d16
Update copyright year of changed files
1 year ago
Stéphane Nicoll
b0dd42e9b9
Transform Maven settings with proper plugin repository tag
...
This commit adapts d44e7c9 to transforms plugin repositories using the
correct root tag. Previously, they were transformed with the regular
<repository> tag, which is invalid.
Closes gh-42687
1 year ago
Moritz Halbritter
5754be36f1
Improve documentation for CycloneDX integration
...
Closes gh-41506
1 year ago
Phillip Webb
d342eefa27
Use Sync task rather than Copy
...
See gh-42333
1 year ago
Phillip Webb
05b4edfd2c
Use `ifeval` block for Commercial/OSS documentation
...
See gh-42333
1 year ago
Stéphane Nicoll
ab968494e6
Document how to handle the manifest in a native image with Maven
...
Closes gh-42412
1 year ago
Phillip Webb
d44e7c9af2
Dynamically populate repositories used in Ant/Maven integration tests
...
Update build scripts and tests so that repository settings are copied
dynamically from the build.
See gh-42333
1 year ago
Phillip Webb
7d8507d186
Polish
1 year ago