Commit Graph

394 Commits

Author SHA1 Message Date
Andy Wilkinson ea2548793a Merge branch '2.5.x'
Closes gh-28116
2021-09-23 11:38:11 +01:00
Andy Wilkinson 84d332e527 Merge branch '2.4.x' into 2.5.x
Closes gh-28115
2021-09-23 11:26:37 +01:00
Andy Wilkinson b18a56f451 Upgrade CI to github-release resource 1.5.5
Closes gh-28114
2021-09-23 11:26:30 +01:00
Scott Frederick d8a8ce6c64 Drop JDK 17 system tests until buildpacks support Java 17
See gh-27523
2021-09-15 18:04:44 -05:00
Stephane Nicoll 985a1d6a36 Merge branch '2.5.x'
Closes gh-28024
2021-09-15 09:21:52 +02:00
Stephane Nicoll aa5a645419 Remove Java 16 pipeline
Closes gh-28023
2021-09-15 09:17:53 +02:00
Andy Wilkinson 813fc9ea92 Merge branch '2.5.x'
Closes gh-27792
2021-08-20 15:23:31 +01:00
Andy Wilkinson 56438cf274 Merge branch '2.4.x' into 2.5.x
Closes gh-27791
2021-08-20 15:23:16 +01:00
Andy Wilkinson 02a988e055 Make secrets available to publish_gradle_plugin
Fixes gh-27774
2021-08-20 15:20:35 +01:00
Andy Wilkinson aa216dd3d1 Merge branch '2.5.x'
Closes gh-27773
2021-08-19 12:12:26 +01:00
Andy Wilkinson a5bd4e963f Merge branch '2.4.x' into 2.5.x
Closes gh-27772
2021-08-19 12:12:02 +01:00
Andy Wilkinson 6be27e2212 Download artifacts for the publish_gradle_plugin task
Closes gh-27759
2021-08-19 12:11:15 +01:00
Stephane Nicoll bd054d7940 Merge branch '2.5.x'
Closes gh-27771
2021-08-19 12:58:43 +02:00
Stephane Nicoll 29ccbddaf4 Merge branch '2.4.x' into 2.5.x
Closes gh-27770
2021-08-19 12:58:16 +02:00
Stephane Nicoll f2b7092073 Use token for GitHub authentication consistently
Closes gh-24458
2021-08-19 12:56:51 +02:00
Andy Wilkinson d9c9382c93 Revert "Revert "Drop JDK 17 system tests until Gradle supports Java 17""
This reverts commit 166f7a627a.

See gh-27523 in 2.6.x
2021-07-29 12:54:47 +01:00
Andy Wilkinson 166f7a627a Revert "Drop JDK 17 system tests until Gradle supports Java 17"
This reverts commit b99b7b1077.

Closes gh-27523
2021-07-29 12:33:41 +01:00
Phillip Webb c334e06d29 Merge branch '2.5.x'
Closes gh-27467
2021-07-22 18:08:36 -07:00
Phillip Webb 807582ec06 Merge branch '2.4.x' into 2.5.x
Closes gh-27466
2021-07-22 18:07:18 -07:00
Phillip Webb 8ebeedbf93 Upgrade to Artifactory Resource 0.0.17
Closes gh-27465
2021-07-22 18:05:50 -07:00
Phillip Webb e5edec6c51 Upgrade to artifactory-resource 0.0.16
See gh-27465
2021-07-22 14:01:03 -07:00
Andy Wilkinson eb5ef73b65 Merge branch '2.5.x'
Closes gh-27460
2021-07-22 12:14:45 +01:00
Andy Wilkinson e2c6929d2b Merge branch '2.4.x' into 2.5.x
Closes gh-27459
2021-07-22 12:14:21 +01:00
Andy Wilkinson f0625b42bf Trigger publish-gradle-plugin automatically
Closes gh-27454
2021-07-22 12:13:31 +01:00
Andy Wilkinson d69e7313b2 Merge branch '2.5.x'
Closes gh-27443
2021-07-22 08:38:54 +01:00
Andy Wilkinson c7ba905993 Merge branch '2.4.x' into 2.5.x
Closes gh-27442
2021-07-22 08:38:03 +01:00
Andy Wilkinson 70ecaac16c Configure a mirror for registry-image image_resources
Closes gh-27441
2021-07-22 08:35:32 +01:00
Andy Wilkinson 3866f5f4d7 Merge branch '2.5.x'
Closes gh-27440
2021-07-22 08:28:11 +01:00
Andy Wilkinson ca9396d890 Merge branch '2.4.x' into 2.5.x
Closes gh-27439
2021-07-22 08:27:56 +01:00
Andy Wilkinson 79990a1b9c Upgrade to artifactory-resource 0.0.15
Closes gh-27232
2021-07-22 08:26:36 +01:00
Andy Wilkinson b99b7b1077 Drop JDK 17 system tests until Gradle supports Java 17
See gh-27367
2021-07-16 15:49:34 +01:00
Andy Wilkinson 8fd1bf0f54 Polish
See gh-27367
2021-07-16 15:32:16 +01:00
Andy Wilkinson 4257cce516 Correct the CI image used by JDK 17 system tests
See gh-27367
2021-07-16 15:29:10 +01:00
Andy Wilkinson 99241432cb Merge branch '2.5.x'
Closes gh-27367
2021-07-16 15:12:05 +01:00
dreis2211 056f817ba2 Add CI pipeline for JDK 17
See gh-27366
2021-07-16 15:07:35 +01:00
Andy Wilkinson 1ac9167406 Merge branch '2.5.x' 2021-07-10 10:45:36 +01:00
Andy Wilkinson 16c4178146 Merge branch '2.4.x' into 2.5.x 2021-07-10 10:44:55 +01:00
Andy Wilkinson 2ce38cdc43 Start using 0.0.15 snapshots of the Artifactory Resource
See gh-27232
2021-07-10 10:43:31 +01:00
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
2021-07-08 17:02:43 -05:00
Madhura Bhave f06b784d6e Merge branch '2.5.x' into main
Closes gh-27122
2021-06-29 13:05:10 -07:00
Madhura Bhave c231714e2f Merge branch '2.4.x' into 2.5.x
Closes gh-27121
2021-06-29 13:04:18 -07:00
Madhura Bhave 44b0bd43a4 Automate publication of gradle plugin
Closes gh-27079
2021-06-29 13:03:49 -07:00
Andy Wilkinson a05371ea03 Merge branch '2.5.x'
Closes gh-26876
2021-06-11 20:08:02 +01:00
Andy Wilkinson d0b8741fe2 Merge branch '2.4.x' into 2.5.x
Closes gh-26875
2021-06-11 20:07:15 +01:00
Andy Wilkinson 65e3267065 Always use 8 threads when getting from Artifactory
Closes gh-26852
2021-06-11 20:06:09 +01:00
Stephane Nicoll 5b3a632458 Configure CI pipeline for Spring Boot 2.6.x 2021-06-11 10:15:15 +02:00
Madhura Bhave 0548f90b2b Set LATEST_GA flag to true 2021-05-20 15:36:26 -07:00
Madhura Bhave b25497c45c Set LATEST_GA flag to false 2021-05-20 15:31:16 -07:00
Andy Wilkinson 1116a3d0c5 Merge branch '2.4.x'
Closes gh-26178
2021-04-20 15:52:51 +01:00
Andy Wilkinson 289ede6541 Merge branch '2.3.x' into 2.4.x
Closes gh-26177
2021-04-20 15:52:26 +01:00
Andy Wilkinson 2dce3abe84 Use main branch when working with Homebrew tap's git repo
Closes gh-26173
2021-04-20 15:51:06 +01:00
Andy Wilkinson bfe8e5ac19 Revert changes to make staging run Docker
See gh-26130
2021-04-15 10:11:43 +01:00
Andy Wilkinson 6073cf7063 Marking staging tasks as privileged so they can start Docker
See gh-26130
2021-04-15 09:30:14 +01:00
Stephane Nicoll 9d76ad58d5 Merge branch '2.4.x'
Closes gh-25783
2021-03-24 17:33:53 +01:00
Stephane Nicoll 0043093a7d Drop Java 15 build
Closes gh-25782
2021-03-24 17:33:43 +01:00
Andy Wilkinson af3aa234de Merge branch '2.4.x'
Closes gh-25728
2021-03-17 17:38:39 +00:00
Andy Wilkinson 2c2e2c8448 Merge branch '2.3.x' into 2.4.x
Closes gh-25727
2021-03-17 17:38:17 +00:00
Andy Wilkinson 4358d9bc39 Update CI to use Artifactory Resource 0.0.14
Closes gh-25698
2021-03-17 17:37:09 +00:00
Andy Wilkinson c007709bad Merge branch '2.4.x'
Closes gh-25522
2021-03-05 17:44:17 +00:00
Andy Wilkinson 24e957b052 Polish "Add Java 16 CI pipeline"
See gh-25519
2021-03-05 17:42:06 +00:00
dreis2211 d89739cc78 Add Java 16 CI pipeline
See gh-25519
2021-03-05 17:41:32 +00:00
Andy Wilkinson 38610a6cae Merge branch '2.4.x' 2021-02-18 08:35:37 +00:00
Andy Wilkinson daf067e49a Merge branch '2.3.x' into 2.4.x 2021-02-18 08:35:28 +00:00
Andy Wilkinson 78cbe7a4d9 Update Sonatype credentials used to publish to Central 2021-02-18 08:30:32 +00:00
Andy Wilkinson 91e16e1099 Merge branch '2.4.x'
Closes gh-25344
2021-02-17 16:51:55 +00:00
Andy Wilkinson dea9b7f085 Merge branch '2.3.x' into 2.4.x
Closes gh-25343
2021-02-17 16:51:37 +00:00
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
2021-02-17 16:50:02 +00:00
Phillip Webb dceaf9b7f0 Merge branch '2.4.x'
Closes gh-25161
2021-02-09 16:44:26 -08:00
Phillip Webb f555a6f55f Merge branch '2.3.x' into 2.4.x
Closes gh-25160
2021-02-09 16:44:04 -08:00
Phillip Webb f5f1b4348e Merge branch '2.2.x' into 2.3.x
Closes gh-25159
2021-02-09 16:43:41 -08:00
Phillip Webb 0129e6b52d Upgrade CI to github-pr-resource v0.23.0
Closes gh-25155
2021-02-09 16:43:19 -08:00
Phillip Webb 13b2c2041f Merge branch '2.4.x'
Closes gh-25158
2021-02-09 16:41:17 -08:00
Phillip Webb cd44db9fdb Merge branch '2.3.x' into 2.4.x
Closes gh-25157
2021-02-09 16:40:24 -08:00
Phillip Webb 479f6200da Merge branch '2.2.x' into 2.3.x
Closes gh-25156
2021-02-09 16:39:32 -08:00
Phillip Webb 4b97f819d6 Upgrade CI to artifactory-resource 0.0.13
Closes gh-25154
2021-02-09 16:37:08 -08:00
Phillip Webb 33c1a050ee Merge branch '2.4.x' 2021-01-14 21:15:17 -08:00
Phillip Webb a790a9079d Attempt to fix homebrew tap repo update
See gh-24677
2021-01-14 20:49:16 -08:00
Madhura Bhave 320f4b206e Merge branch '2.4.x'
Closes gh-24692
2021-01-07 14:24:25 -08:00
Madhura Bhave e5981c16d7 Merge branch '2.3.x' into 2.4.x
Closes gh-24691
2021-01-07 14:22:58 -08:00
Madhura Bhave b309980a59 Automate homebrew tap repo update
Closes gh-24677
2021-01-07 14:21:01 -08:00
Madhura Bhave edf67e541c Merge branch '2.4.x'
Closes gh-24502
2020-12-14 12:16:09 -08:00
Madhura Bhave 923ddd3479 Update latest GA param for SDKMAN
See gh-24501
2020-12-14 12:11:57 -08:00
Madhura Bhave 5d163ba906 Merge branch '2.3.x' into 2.4.x
Closes gh-24501
2020-12-14 12:11:11 -08:00
Madhura Bhave e5e654c9ee Merge branch '2.2.x' into 2.3.x
Closes gh-24500
2020-12-14 12:08:33 -08:00
Madhura Bhave 822ae0daf7 Fix detection of latest GA for SDKMAN
Fixes gh-24475
2020-12-14 12:07:15 -08:00
Phillip Webb f012bd1562 Merge branch '2.3.x' 2020-12-10 18:53:09 -08:00
Phillip Webb 743fedc0ea Merge branch '2.2.x' into 2.3.x 2020-12-10 18:52:31 -08:00
Phillip Webb ff124c0902 Use GitHub token rather than password
See gh-24458
2020-12-10 18:51:47 -08:00
Phillip Webb c45600e289 Merge branch '2.3.x' 2020-12-10 18:26:50 -08:00
Phillip Webb 305694e162 Merge branch '2.2.x' into 2.3.x 2020-12-10 18:22:35 -08:00
Phillip Webb babae118fc Attempt to fix oci-build-task config
See gh-24197
2020-12-10 16:40:44 -08:00
Phillip Webb b953c41a5f Attempt to fix oci-build-task config
See gh-24197
2020-12-10 16:31:37 -08:00
Phillip Webb 615d054dec Attempt to fix oci-build-task config
See gh-24197
2020-12-10 15:58:19 -08:00
Phillip Webb 6990fff27a Attempt to fix oci-build-task config
See gh-24197
2020-12-10 14:35:04 -08:00
Phillip Webb c14be4e84b Generate CI images with oci-build-task
Update CI to generate images using an `oci-build-task` since
the `registry-image` resource cannot perform actual image builds.

See gh-24197
2020-12-10 14:10:17 -08:00
Stephane Nicoll aaaed07735 Merge branch '2.3.x' 2020-12-10 18:31:53 +01:00
Stephane Nicoll 360013cba4 Merge branch '2.2.x' into 2.3.x 2020-12-10 18:31:32 +01:00
Stephane Nicoll 793bfff2c8 Polish
See gh-21903
2020-12-10 18:20:33 +01:00
Madhura Bhave 15c6415c92 Merge branch '2.3.x'
Closes gh-24421
2020-12-09 12:25:27 -08:00
Madhura Bhave 6553020e8d Merge branch '2.2.x' into 2.3.x
Closes gh-24420
2020-12-09 12:24:18 -08:00