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
04b2f56a4d
Merge branch '2.3.x' into 2.4.x
...
See gh-25343
2021-02-18 10:26:03 +00:00
Andy Wilkinson
532e7587b8
Correct the version input for changelog generation
...
See gh-25107
2021-02-18 10:23:43 +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
909f71708f
Attempt to fix homebrew tap repo update
...
See gh-24677
2021-01-14 21:02:39 -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
ea08a517c7
Merge branch '2.3.x' into 2.4.x
...
See gh-24814
2021-01-13 16:23:14 -08:00
Madhura Bhave
f57adde61c
Merge branch '2.2.x' into 2.3.x
...
See gh-24813
2021-01-13 16:22:38 -08:00
Madhura Bhave
a78ec9da6a
Simplify lowercase grep logic in docker script
...
See gh-24811
2021-01-13 16:21:33 -08:00
Madhura Bhave
c957d97167
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24814
2021-01-13 15:25:44 -08:00
Madhura Bhave
c34188f077
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24813
2021-01-13 15:25:20 -08:00
Madhura Bhave
aefeb3ffaf
Fix parsing of location header in docker update script
...
Fixes gh-24811
2021-01-13 15: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
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
Madhura Bhave
f20c3e17f1
Merge branch '2.3.x'
2020-12-10 12:38:59 -08:00
Madhura Bhave
aa24d623fe
Merge branch '2.2.x' into 2.3.x
2020-12-10 12:37:16 -08:00
Madhura Bhave
5da22b5bff
Fix syntax in bash script
2020-12-10 10:42:12 -08: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
Madhura Bhave
e5aea89599
Move SDKMAN to a separate job
...
Closes gh-21903
2020-12-09 12:20:05 -08:00
Madhura Bhave
6c6e339dbb
Merge branch '2.3.x'
...
Closes gh-24316
2020-12-02 10:57:05 -08:00
Madhura Bhave
f569d7616d
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24315
2020-12-02 10:56:23 -08:00
Madhura Bhave
7b38b0ed11
Add SDKMAN to pipeline
...
Closes gh-11987
2020-12-02 10:52:41 -08:00
Andy Wilkinson
f5ec36cd7b
Merge branch '2.3.x'
...
Closes gh-24040
2020-11-04 20:53:53 +00:00
Andy Wilkinson
fdd028d52c
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24039
2020-11-04 20:53:06 +00:00
Andy Wilkinson
1172dbfec9
Log into DockerHub prior to running CI builds
...
Closes gh-24038
2020-11-04 20:31:49 +00:00
Stephane Nicoll
2520ab4aa1
Merge branch '2.2.x' into 2.3.x
2020-10-29 11:22:11 +01:00
Stephane Nicoll
7de2711396
Merge branch '2.1.x' into 2.2.x
2020-10-29 11:21:16 +01:00
Stephane Nicoll
ec57251c55
Configure release script to use .RELEASE suffix
2020-10-29 11:01:32 +01:00
Stephane Nicoll
770b5f4528
Merge branch '2.1.x' into 2.2.x
...
See gh-23962
2020-10-29 09:33:37 +01:00
Stephane Nicoll
6c0fc7f195
Workaround broken function in concourse scripts
...
See spring-io/concourse-java-scripts#11
2020-10-29 09:32:50 +01:00
Stephane Nicoll
a8db6a8a83
Merge branch '2.1.x' into 2.2.x
...
See gh-23962
2020-10-29 08:28:25 +01:00
Stephane Nicoll
3ebd247613
Workaround broken function in concourse scripts
...
See spring-io/concourse-java-scripts#11
2020-10-29 08:23:55 +01:00
Brian Clozel
ad6ea94112
Merge branch '2.3.x'
...
Closes gh-23702
2020-10-15 11:08:56 +02:00
Brian Clozel
07bdfd6ec2
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23701
2020-10-15 11:08:33 +02:00
Brian Clozel
f43970e6e0
Merge branch '2.1.x' into 2.2.x
...
Closes gh-23700
2020-10-15 11:08:10 +02:00
Brian Clozel
918ef888e9
Fix image folder name in update detection script
...
Fixes gh-23699
2020-10-15 11:06:05 +02:00
Stephane Nicoll
e81877eb04
Merge branch '2.3.x'
...
Closes gh-23698
2020-10-15 09:30:56 +02:00
Stephane Nicoll
7253ce1c8e
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23697
2020-10-15 09:30:03 +02:00
Stephane Nicoll
e86397bc08
Merge branch '2.1.x' into 2.2.x
...
Closes gh-23696
2020-10-15 09:29:40 +02:00
Stephane Nicoll
bdb6b2a4bb
Add configuration for changelog generator
...
This commits adds a dedicated configuration to be used when invoking
the github changelog generator. This custom configuration makes sure
to sort dependency upgrades based on the issue title.
Closes gh-23484
2020-10-15 09:27:24 +02:00
Phillip Webb
2c487f7cb8
Polish
2020-10-06 19:24:38 -07:00
Phillip Webb
3fc127f8dc
Merge branch '2.3.x' into master
...
Closes gh-23499
2020-09-25 12:41:12 -07:00
Phillip Webb
ff4d3eb1be
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23498
2020-09-25 12:40:57 -07:00
Phillip Webb
f16eabad0a
Merge branch '2.1.x' into 2.2.x
...
Closes gh-23497
2020-09-25 12:40:44 -07:00