Andy Wilkinson
1116a3d0c5
Merge branch '2.4.x'
...
Closes gh-26178
4 years ago
Andy Wilkinson
289ede6541
Merge branch '2.3.x' into 2.4.x
...
Closes gh-26177
4 years ago
Andy Wilkinson
2dce3abe84
Use main branch when working with Homebrew tap's git repo
...
Closes gh-26173
4 years ago
Andy Wilkinson
bfe8e5ac19
Revert changes to make staging run Docker
...
See gh-26130
4 years ago
Andy Wilkinson
6073cf7063
Marking staging tasks as privileged so they can start Docker
...
See gh-26130
4 years ago
Stephane Nicoll
9d76ad58d5
Merge branch '2.4.x'
...
Closes gh-25783
4 years ago
Stephane Nicoll
0043093a7d
Drop Java 15 build
...
Closes gh-25782
4 years ago
Andy Wilkinson
af3aa234de
Merge branch '2.4.x'
...
Closes gh-25728
4 years ago
Andy Wilkinson
2c2e2c8448
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25727
4 years ago
Andy Wilkinson
4358d9bc39
Update CI to use Artifactory Resource 0.0.14
...
Closes gh-25698
4 years ago
Andy Wilkinson
c007709bad
Merge branch '2.4.x'
...
Closes gh-25522
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
38610a6cae
Merge branch '2.4.x'
4 years ago
Andy Wilkinson
daf067e49a
Merge branch '2.3.x' into 2.4.x
4 years ago
Andy Wilkinson
78cbe7a4d9
Update Sonatype credentials used to publish to Central
4 years ago
Andy Wilkinson
91e16e1099
Merge branch '2.4.x'
...
Closes gh-25344
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
dceaf9b7f0
Merge branch '2.4.x'
...
Closes gh-25161
4 years ago
Phillip Webb
f555a6f55f
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25160
4 years ago
Phillip Webb
f5f1b4348e
Merge branch '2.2.x' into 2.3.x
...
Closes gh-25159
4 years ago
Phillip Webb
0129e6b52d
Upgrade CI to github-pr-resource v0.23.0
...
Closes gh-25155
4 years ago
Phillip Webb
13b2c2041f
Merge branch '2.4.x'
...
Closes gh-25158
4 years ago
Phillip Webb
cd44db9fdb
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25157
4 years ago
Phillip Webb
479f6200da
Merge branch '2.2.x' into 2.3.x
...
Closes gh-25156
4 years ago
Phillip Webb
4b97f819d6
Upgrade CI to artifactory-resource 0.0.13
...
Closes gh-25154
4 years ago
Phillip Webb
33c1a050ee
Merge branch '2.4.x'
4 years ago
Phillip Webb
a790a9079d
Attempt to fix homebrew tap repo update
...
See gh-24677
4 years ago
Madhura Bhave
320f4b206e
Merge branch '2.4.x'
...
Closes gh-24692
4 years ago
Madhura Bhave
e5981c16d7
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24691
4 years ago
Madhura Bhave
b309980a59
Automate homebrew tap repo update
...
Closes gh-24677
4 years ago
Madhura Bhave
edf67e541c
Merge branch '2.4.x'
...
Closes gh-24502
4 years ago
Madhura Bhave
923ddd3479
Update latest GA param for SDKMAN
...
See gh-24501
4 years ago
Madhura Bhave
5d163ba906
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24501
4 years ago
Madhura Bhave
e5e654c9ee
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24500
4 years ago
Madhura Bhave
822ae0daf7
Fix detection of latest GA for SDKMAN
...
Fixes gh-24475
4 years ago
Phillip Webb
f012bd1562
Merge branch '2.3.x'
4 years ago
Phillip Webb
743fedc0ea
Merge branch '2.2.x' into 2.3.x
4 years ago
Phillip Webb
ff124c0902
Use GitHub token rather than password
...
See gh-24458
4 years ago
Phillip Webb
c45600e289
Merge branch '2.3.x'
4 years ago
Phillip Webb
305694e162
Merge branch '2.2.x' into 2.3.x
4 years ago
Phillip Webb
babae118fc
Attempt to fix oci-build-task config
...
See gh-24197
4 years ago
Phillip Webb
b953c41a5f
Attempt to fix oci-build-task config
...
See gh-24197
4 years ago
Phillip Webb
615d054dec
Attempt to fix oci-build-task config
...
See gh-24197
4 years ago
Phillip Webb
6990fff27a
Attempt to fix oci-build-task config
...
See gh-24197
4 years ago
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
4 years ago
Stephane Nicoll
aaaed07735
Merge branch '2.3.x'
4 years ago
Stephane Nicoll
360013cba4
Merge branch '2.2.x' into 2.3.x
4 years ago
Stephane Nicoll
793bfff2c8
Polish
...
See gh-21903
4 years ago