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
Phillip Webb
c347ccaa76
Attempt to fix system tests following repository updates
...
See gh-42333
1 year ago
Yanming Zhou
72d68a2cb8
Remove duplicated dependency
...
See gh-42442
1 year ago
Phillip Webb
ad72411e2b
Apply conventions plugin to all subprojects
...
Closes gh-42438
1 year ago
Phillip Webb
eafe61c4ca
Backport upgrade to Gradle 8.10.1
...
Cherry-pick commits d756bf4e86 , 083ac67d13 and 162c929a80 to
upgrade to Gradle 8.10.1.
Closes gh-42433
1 year ago
arefbehboudi
0d3fceec5d
Polish
...
See gh-42413
1 year ago
Andy Wilkinson
1240c59482
Only configure plugin classpath where it's needed
...
When spring-boot-gradle-plugin is using GradleRunner, it needs to be
configured with a custom plugin classpath to account for the fact
that our Gradle plugin is on the classpath of the system classloader
but some of the other plugins would only be available on a
Gradle-created classloader. This imbalance cause class loading
problems as code in spring-boot-gradle-plugin can't see types at
runtime that are only available on the Gradle-created classloader.
To overcome this, we need to configure the GradleRunner with a custom
plugin classpath that contains both spring-boot-gradle-plugin and all
of the other plugins that are used in its various integration tests.
Previously, this was done in GradleBuild that's used by both
spring-boot-gradle-plugin and spring-boot-image-tests. This caused
a problem as spring-boot-image-tests does not have the
above-described problem and trying to correct it did not work leaving
tests that use spring-boot-gradle-plugin unable to see other plugins
such that the native image plugin.
This commit reworks the customization of the plugin classpath so that
it's only done in spring-boot-gradle-plugin's integration tests.
Closes gh-42338
1 year ago
Stéphane Nicoll
242803d59b
Polish "Replace Configuration fully qualified name by constant"
...
See gh-42311
1 year ago
mushroom528
9bcfc72307
Replace Configuration fully qualified name by constant
...
See gh-42311
1 year ago
Andy Wilkinson
9a74437fbc
Delete unused javadoc CSS file
...
Closes gh-42187
1 year ago
Phillip Webb
f3645bba13
Update copyright year of changed files
1 year ago
Moritz Halbritter
e7d6bd6ccd
Test spring-boot-maven-plugin against Maven 3.9.9
...
Closes gh-42097
1 year ago
martinfrancois
fd9d907ef3
Improve formatting for Docker configuration example with Colima
...
See gh-42078
1 year ago
Johnny Lim
a8452b54b5
Polish
...
See gh-42069
1 year ago
Phillip Webb
8c1d9872d2
Fix support for large zip files
...
Update `spring-boot-loader` to support large zip files by correctly
dealing with unsigned ints.
Fixes gh-42012
1 year ago
Phillip Webb
cc2dc558f1
Don't report already migrated properties when has group
...
Refine the fix adding commit 962936370a so that items with a group
are correctly checked.
Fixes gh-42068
1 year ago
Phillip Webb
71f509c9fd
Fix broken tab markup
...
Closes gh-42046
1 year ago
Stéphane Nicoll
1822b2fade
Include spring-boot-starter-parent in Integration tests repository
...
This commit makes sure that integration tests for the Maven Plugin have
access to the current "spring-boot-starter-parent" pom and its
hierarchy as new integration tests rely on that.
Closes gh-42000
1 year ago
Andy Wilkinson
0b24ee8571
Improve loading of jar entry certificates
...
Co-Authored-By: Phillip Webb <phil.webb@broadcom.com>
1 year ago
Phillip Webb
d9746861a7
Upgrade to apachepulsar/pulsar 3.2.4
1 year ago
Scott Frederick
21b15558a2
Use classpath index when building classpath in PropertiesLauncher
...
Fixes gh-41719
1 year ago
Phillip Webb
f1987e6f8b
Update copyright year of changed files
1 year ago
Christoph Dreis
393ec8ae51
Fix duplicate words
...
See gh-41916
1 year ago
rajin
c808d44c11
Register JarUrlClassLoader as parallel capable
...
See gh-41665
1 year ago
Andy Wilkinson
cc88a1db97
Test Gradle Plugin against Gradle 8.10
...
Closes gh-41870
1 year ago