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