Commit Graph

316 Commits

Author SHA1 Message Date
Phillip Webb
618c1e42e2 Merge branch '2.3.x' into 2.4.x
Closes gh-27095
2021-06-24 18:49:56 -07:00
Phillip Webb
7b14d5bb08 Protect against NPE in isAlreadyPromoted
Fixes gh-27094
2021-06-24 18:48:22 -07:00
Madhura Bhave
fb008a4b71 Merge branch '2.3.x' into 2.4.x 2021-06-24 09:52:44 -07:00
Madhura Bhave
82963a39be Fix typo 2021-06-24 09:52:26 -07:00
Andy Wilkinson
2ea836752e Merge branch '2.3.x' into 2.4.x
Closes gh-27081
2021-06-24 17:02:14 +01:00
Andy Wilkinson
7617f0df60 Do not publish to Sonatype when already published
Closes gh-27080
2021-06-24 17:01:06 +01:00
Phillip Webb
9415678acd Merge branch '2.3.x' into 2.4.x
Closes gh-27055
2021-06-23 17:53:06 -07:00
Phillip Webb
0b2c86d122 Upgrade CI to Ubuntu Focal 20210609
Closes gh-27054
2021-06-23 17:52:06 -07:00
Stephane Nicoll
2aa1c9764a Upgrade CI to Docker 20.10.7
Closes gh-26841
2021-06-10 07:47:34 +02:00
Stephane Nicoll
456fcac0f2 Upgrade CI to Docker 20.10.7
Closes gh-26842
2021-06-10 07:46:46 +02:00
Stephane Nicoll
61758b04ae Upgrade Java 16 version in CI image
Closes gh-26291
2021-04-29 10:15:40 +02:00
Stephane Nicoll
a3414fe803 Upgrade Ubuntu version in CI images
Closes gh-26288
2021-04-29 10:15:03 +02:00
Stephane Nicoll
5e284d9434 Upgrade Ubuntu version in CI images
Closes gh-26287
2021-04-29 10:13:59 +02:00
Stephane Nicoll
df2f6a4b39 Upgrade Java 11 version in CI image
Closes gh-26194
2021-04-22 11:09:34 +02:00
Stephane Nicoll
4c6aece927 Upgrade Java 8 version in CI image
Closes gh-26195
2021-04-22 11:09:04 +02:00
Stephane Nicoll
410641d336 Upgrade Java 11 version in CI image
Closes gh-26198
2021-04-22 11:08:04 +02:00
Stephane Nicoll
e5a9defbc5 Upgrade Java 8 version in CI image
Closes gh-26197
2021-04-22 11:07:36 +02:00
Andy Wilkinson
bc1a462143 Merge branch '2.3.x' into 2.4.x
Closes gh-26168
2021-04-20 11:19:10 +01:00
Andy Wilkinson
82198a99e0 Polish nohttp configuration
Closes gh-26166
2021-04-20 11:15:13 +01:00
Stephane Nicoll
a1a2f00b65 Upgrade CI to Docker 20.10.6
Closes gh-26118
2021-04-16 09:51:14 +02:00
Stephane Nicoll
23cd375e52 Upgrade CI to Docker 20.10.6
Closes gh-26119
2021-04-16 09:51:04 +02:00
Stephane Nicoll
4d52fe6db4 Upgrade Ubuntu version in CI images
Closes gh-25918
2021-04-08 08:20:52 +02:00
Stephane Nicoll
2ac160a9b8 Upgrade Ubuntu version in CI images
Closes gh-25916
2021-04-08 08:19:05 +02:00
Stephane Nicoll
aa003f23d6 Upgrade Ubuntu version in CI images
Closes gh-25852
2021-04-01 06:41:01 +02:00
Stephane Nicoll
9b8a9f8cf1 Upgrade Ubuntu version in CI images
Closes gh-25851
2021-04-01 06:39:34 +02:00
Stephane Nicoll
72ff060287 Merge branch '2.3.x' into 2.4.x 2021-03-26 16:27:08 +01:00
Stephane Nicoll
12447b3b5b Polish 2021-03-26 16:26:31 +01:00
Stephane Nicoll
0043093a7d Drop Java 15 build
Closes gh-25782
2021-03-24 17:33:43 +01:00
Phillip Webb
11a94ee6f0 Merge branch '2.3.x' into 2.4.x 2021-03-23 12:52:07 -07:00
Phillip Webb
82127fdaa3 Update copyright year of changed files 2021-03-23 12:50:49 -07:00
dreis2211
678da84dd9 Upgrade to Java 16 GA builds in CI
See gh-25709
2021-03-17 08:43:55 +01:00
Andy Wilkinson
718e08cfb4 Merge branch '2.3.x' into 2.4.x
Closes gh-25592
2021-03-11 09:50:08 +00:00
Andy Wilkinson
3f241b6b73 Upgrade CI images to ubuntu:focal-20210217
Closes gh-25593
2021-03-11 09:49:12 +00:00
Andy Wilkinson
ddf072e24b Upgrade Java 16 CI image to 2021-03-09-12-41
Closes gh-25591
2021-03-11 09:46:35 +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
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
Andy Wilkinson
a4e6a3cfd0 Merge branch '2.2.x' into 2.3.x
Closes gh-25028
2021-01-28 09:30:01 +00:00
Andy Wilkinson
73b9615e0c Upgrade Java 15 CI image to jdk-15.0.2+7
Closes gh-25013
2021-01-28 09:27:26 +00:00
Andy Wilkinson
bc5e2853e1 Merge branch '2.2.x' into 2.3.x
Closes gh-25027
2021-01-28 09:25:27 +00:00
Andy Wilkinson
06c76b8643 Upgrade Java 11 CI image to jdk-11.0.10+9
Closes gh-25014
2021-01-28 09:25:02 +00:00
Andy Wilkinson
e04863d15b Merge branch '2.2.x' into 2.3.x
Closes gh-25022
2021-01-28 09:23:15 +00:00
Andy Wilkinson
6ccfa0f554 Upgrade Java 8 CI image to jdk8u282b08
Closes gh-25019
2021-01-28 09:22:54 +00:00
Andy Wilkinson
223b4e4a6f Merge branch '2.2.x' into 2.3.x
Closes gh-25021
2021-01-28 09:02:45 +00:00
Andy Wilkinson
c7b299fb27 Upgrade CI images to Ubuntu Focal 20210119
Closes gh-25015
2021-01-28 08:58:07 +00:00
Stephane Nicoll
39751fd692 Merge branch '2.2.x' into 2.3.x
Closes gh-24513
2020-12-15 16:17:27 +01:00
Stephane Nicoll
7194210762 Remove reference to java14 in CI scripts
Closes gh-24472
2020-12-15 16:16:02 +01: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
Stephane Nicoll
492df2259b Upgrade Java 11 version in CI image
Closes gh-24463
2020-12-11 08:37:50 +01:00