Andy Wilkinson
d1ec50b915
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30427
3 years ago
Eddú Meléndez
713edf3625
Switch to GA releases for Java 18 update checks
...
See gh-30415
3 years ago
Andy Wilkinson
b0e4cabdd8
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30123
3 years ago
Andy Wilkinson
20d21d4e58
Set up CI with JDK 18
...
Closes gh-30104
3 years ago
Scott Frederick
9e6709eda0
Enable caching for system tests in CI
...
Setting the `systemTest` Gradle task output as never up-to-date ensures
that all system tests are executed each time they are run in CI. The
`--rerun-tasks` Gradle option that was used previously had the same
effect but also disabled build caching.
Closes gh-29029
3 years ago
Stephane Nicoll
9241f228d5
Add .gitattributes
...
Closes gh-28474
3 years ago
Stephane Nicoll
66553ac8c7
Add .gitattributes
...
Closes gh-28473
3 years ago
Stephane Nicoll
34fbf854e0
Merge branch '2.5.x'
...
Closes gh-28104
3 years ago
dreis2211
2546c28960
Detect JDK 17 GA builds
...
See gh-28102
3 years ago
Stephane Nicoll
985a1d6a36
Merge branch '2.5.x'
...
Closes gh-28024
3 years ago
Stephane Nicoll
aa5a645419
Remove Java 16 pipeline
...
Closes gh-28023
3 years ago
Stephane Nicoll
2095991ff0
Merge branch '2.5.x'
...
Closes gh-27818
3 years ago
Stephane Nicoll
90da6778a1
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27817
3 years ago
Stephane Nicoll
69be1c872e
Rename Spring Buildmaster account to Spring Builds
...
Closes gh-27816
3 years ago
Stephane Nicoll
2f9dea2f1f
Merge branch '2.5.x'
...
Closes gh-27777
3 years ago
Stephane Nicoll
2d8d0b06e5
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27776
3 years ago
Stephane Nicoll
0a79cf76a3
Update email address used for submitting the Homebrew update
...
Closes gh-27775
3 years ago
Andy Wilkinson
cb081d2e14
Merge branch '2.5.x'
...
Closes gh-27766
3 years ago
Andy Wilkinson
2c18f26b4c
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27765
3 years ago
Andy Wilkinson
ea95c99b77
Update email address used for release commit
...
Closes gh-27764
3 years ago
Stephane Nicoll
c30e4ae109
Merge branch '2.5.x'
...
Closes gh-27587
3 years ago
Stephane Nicoll
a6c0288b4e
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27586
3 years ago
Stephane Nicoll
2132a73fdb
Merge branch '2.3.x' into 2.4.x
...
Closes gh-27585
3 years ago
dreis2211
4d1a53d9a8
Switch to Adoptium JDK builds in CI
...
See gh-27539
3 years ago
Andy Wilkinson
30224412e7
Merge branch '2.5.x'
...
Closes gh-27458
3 years ago
Andy Wilkinson
3e99a97bd8
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27457
3 years ago
Andy Wilkinson
1389d803ae
Correct path in publish-gradle-plugin script
...
Fixes gh-27456
3 years ago
Andy Wilkinson
99241432cb
Merge branch '2.5.x'
...
Closes gh-27367
3 years ago
dreis2211
056f817ba2
Add CI pipeline for JDK 17
...
See gh-27366
3 years ago
Scott Frederick
18c7c0af22
Add Paketo image building system tests
...
A new system test plugin is being made available for running test
suites that should be run less frequently than with every commit, such
as tests that verify Spring Boot compatibility with external
projects. CI pipeline configuration for running system tests is also
provided.
The first system tests verify the behavior of the Spring Boot image
building plugins when building images using Paketo buildpacks.
Closes gh-25824
3 years ago
Madhura Bhave
44b0bd43a4
Automate publication of gradle plugin
...
Closes gh-27079
3 years ago
Andy Wilkinson
c48a48f0a2
Merge branch '2.3.x' into 2.4.x
4 years ago
Andy Wilkinson
01fb599f6e
Revert "Attempt to overcome Docker rate limiting on CI"
...
This reverts commit 51d57e19d0
.
See gh-25838
4 years ago
Phillip Webb
a2219ba4c5
Merge branch '2.3.x' into 2.4.x
...
Closes gh-26091
4 years ago
dreis2211
505e6a1b4c
Fix Docker update detection on CI
...
See gh-26086
4 years ago
Phillip Webb
2971bdd9e3
Merge branch '2.3.x' into 2.4.x
4 years ago
Phillip Webb
51d57e19d0
Attempt to overcome Docker rate limiting on CI
...
Update the common build script to pull buildpack images early using the
authenticated CLI.
See gh-25838
4 years ago
Stephane Nicoll
0043093a7d
Drop Java 15 build
...
Closes gh-25782
4 years ago
dreis2211
678da84dd9
Upgrade to Java 16 GA builds in CI
...
See gh-25709
4 years ago
Andy Wilkinson
24e957b052
Polish "Add Java 16 CI pipeline"
...
See gh-25519
4 years ago
dreis2211
d89739cc78
Add Java 16 CI pipeline
...
See gh-25519
4 years ago
Andy Wilkinson
04b2f56a4d
Merge branch '2.3.x' into 2.4.x
...
See gh-25343
4 years ago
Andy Wilkinson
532e7587b8
Correct the version input for changelog generation
...
See gh-25107
4 years ago
Andy Wilkinson
dea9b7f085
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25343
4 years ago
Andy Wilkinson
98ee724ec6
Stop using Bintray to publish to Maven Central
...
This commit reworks the CI pipeline to remove the use of Bintray for
publishing to Maven Central. In its place it adds a new
publishToCentral command to the release scripts. This command can be
used to publish a directory tree of artifacts to the Maven Central
gateway hosted by Sonatype.
Publishing consists of 4 steps:
1. Create the staging repository
2. Deploy artifacts to the repository
3. Close the repository
4. Release the repository
The command requires 3 arguments:
1. The type of release being performed
2. Location of a build info JSON file that describes the release
that is to be deployed
3. Root of a directory structure, in Maven repository layout, that
contains the artifacts to be deployed
Closes gh-25107
4 years ago
Phillip Webb
909f71708f
Attempt to fix homebrew tap repo update
...
See gh-24677
4 years ago
Phillip Webb
a790a9079d
Attempt to fix homebrew tap repo update
...
See gh-24677
4 years ago
Madhura Bhave
ea08a517c7
Merge branch '2.3.x' into 2.4.x
...
See gh-24814
4 years ago
Madhura Bhave
f57adde61c
Merge branch '2.2.x' into 2.3.x
...
See gh-24813
4 years ago
Madhura Bhave
a78ec9da6a
Simplify lowercase grep logic in docker script
...
See gh-24811
4 years ago