Commit Graph

229 Commits

Author SHA1 Message Date
Andy Wilkinson
d627a5db6b Allow other CI jobs to continue when one fails
Closes gh-41925
2024-08-19 10:55:56 +01:00
Stéphane Nicoll
e3de6a19b6 Polish "Bump gradle/actions from 3.5.0 to 4.0.0"
See gh-41832
2024-08-13 07:41:50 +02:00
dependabot[bot]
fca989c792 Bump gradle/actions from 3.5.0 to 4.0.0
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](d9c87d481d...af1da67850)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-41832
2024-08-13 07:40:31 +02:00
Stéphane Nicoll
7f8fe33b3c Polish "Bump jfrog/setup-jfrog-cli from 4.2.1 to 4.2.2"
See gh-41831
2024-08-13 07:37:34 +02:00
dependabot[bot]
b6353ebd1c Bump jfrog/setup-jfrog-cli from 4.2.1 to 4.2.2
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases)
- [Commits](105617d234...26532cdb5b)

---
updated-dependencies:
- dependency-name: jfrog/setup-jfrog-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-41831
2024-08-13 07:36:52 +02:00
Stéphane Nicoll
00cfe4dddd Don't pass -ea suffix into Gradle as the toolchain version
This commit is similar to what we had to do for Java 22-ea.

Given our actions have changed quite a bit, this commit replaces the
"java-distribution" parameter by a "java-early-access" parameter. When
set, it automatically switches the distribution to temurin as well as
applying the same handling of the Java version as in b8a6cab.

See gh-41698
2024-08-07 19:29:14 +02:00
Stéphane Nicoll
7273a4bc26 Enable Java 23-ea on CI
See gh-41698
2024-08-07 17:34:56 +02:00
dependabot[bot]
ecb806dd43 Bump jfrog/setup-jfrog-cli from 4.1.3 to 4.2.1
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli) from 4.1.3 to 4.2.1.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases)
- [Commits](8bab65dc31...105617d234)

---
updated-dependencies:
- dependency-name: jfrog/setup-jfrog-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-41699
2024-08-06 09:08:08 +02:00
Stéphane Nicoll
2fce9f27fa Polish "Bump jfrog/setup-jfrog-cli from 4.1.2 to 4.1.3"
See gh-41507
2024-07-16 08:01:57 +02:00
dependabot[bot]
c2b63fd20b Bump jfrog/setup-jfrog-cli from 4.1.2 to 4.1.3
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases)
- [Commits](7c95feb320...8bab65dc31)

---
updated-dependencies:
- dependency-name: jfrog/setup-jfrog-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-16 08:01:09 +02:00
Stéphane Nicoll
379edd4564 Polish "Bump gradle/actions from 3.4.2 to 3.5.0"
See gh-41508
2024-07-16 07:58:56 +02:00
dependabot[bot]
58c124aa65 Bump gradle/actions from 3.4.2 to 3.5.0
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](dbbdc275be...d9c87d481d)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-16 07:56:41 +02:00
Stéphane Nicoll
f6cbbe7948 Add missing input for java distribution
See gh-41463
2024-07-12 16:04:35 +02:00
Stéphane Nicoll
f4b55a6f28 Harmonize GitHub Actions settings
Closes gh-41463
2024-07-12 12:08:11 +02:00
Andy Wilkinson
55af8a38f5 Upgrade to GitHub Changelog Generator 0.0.11
Closes gh-41195
2024-06-21 12:22:12 +01:00
Andy Wilkinson
0193e47602 Polish "Bump gradle/actions from 3.4.1 to 3.4.2"
See gh-41139
2024-06-18 08:46:54 +01:00
dependabot[bot]
52718b8a8c Bump gradle/actions from 3.4.1 to 3.4.2
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](31ae3562f6...dbbdc275be)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-41139
2024-06-18 08:46:40 +01:00
Andy Wilkinson
1a19e0bf8f Pass access key into Prepare Gradle Build
See gh-41120
2024-06-17 11:43:50 +01:00
Andy Wilkinson
270597e577 Use short-lived access token to authenticate with Develocity
Closes gh-41120
2024-06-17 09:34:56 +01:00
Andy Wilkinson
2bbeb7e78c Upgrade to Gradle Actions 3.4.1
Closes gh-41119
2024-06-17 09:30:53 +01:00
Moritz Halbritter
054a1a0c0f Polish "Bump jfrog/setup-jfrog-cli from 4.0.2 to 4.1.2"
See gh-40980
2024-06-04 09:09:23 +02:00
dependabot[bot]
3c8b6828a5 Bump jfrog/setup-jfrog-cli from 4.0.2 to 4.1.2
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli) from 4.0.2 to 4.1.2.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases)
- [Commits](727b480baf...7c95feb320)

---
updated-dependencies:
- dependency-name: jfrog/setup-jfrog-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-40980
2024-06-04 09:09:19 +02:00
Andy Wilkinson
4bb9197a14 Do not update Homebrew tap when publishing 3.2.x releases
Closes gh-40921
2024-05-28 10:52:12 +01:00
Scott Frederick
7cd1f0ab3b Polish JVM thread dump action 2024-05-23 14:51:02 -05:00
Moritz Halbritter
234e0fd1f3 Stop mark 3.2.x as the default SDKman release
Closes gh-40883
2024-05-23 13:57:22 +02:00
Moritz Halbritter
c857eb62d4 Fix SDKman "make default" step
The supported HTTP verb is PUT, not POST, see https://sdkman.io/vendors
2024-05-23 13:53:38 +02:00
Andy Wilkinson
cb22d57c94 Merge branch '3.1.x' into 3.2.x 2024-05-22 07:51:34 +01:00
Andy Wilkinson
4007b42df0 Free up more disk space on GitHub Actions
See gh-40705
2024-05-22 07:51:01 +01:00
Andy Wilkinson
7e74577d21 Merge branch '3.1.x' into 3.2.x
Closes gh-40814
2024-05-17 16:17:49 +01:00
Andy Wilkinson
375aa50289 Build faster when starting development of the next version
Closes gh-40813
2024-05-17 16:17:02 +01:00
Andy Wilkinson
ed93bcf099 Merge branch '3.1.x' into 3.2.x
Closes gh-40774
2024-05-16 14:02:12 +01:00
Andy Wilkinson
c0368d1ae0 Polish "Bump jfrog/setup-jfrog-cli from 4.0.1 to 4.0.2"
See gh-40757
2024-05-16 14:01:35 +01:00
dependabot[bot]
2720688351 Bump jfrog/setup-jfrog-cli from 4.0.1 to 4.0.2
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases)
- [Commits](d82fe26823...727b480baf)

---
updated-dependencies:
- dependency-name: jfrog/setup-jfrog-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-40757
2024-05-16 14:00:17 +01:00
Andy Wilkinson
ccd573ad3d Merge branch '3.1.x' into 3.2.x
Closes gh-40706
2024-05-13 12:12:47 +01:00
Andy Wilkinson
90aae5a0b7 Use ubuntu-latest GitHub Actions runner for Linux builds
A full build requires a lot of disk space. I believe this is mostly
due to the large number of Docker images that the tests utilize. By
default, the amount of free disk space on an ubuntu-latest runner
does not meet or needs. In this commit, we work around this using
the free-disk-space action which deletes things like the Android
SDK and Haskell installations that are both large and not needed by
our builds.

Closes gh-40705
2024-05-13 12:08:15 +01:00
Andy Wilkinson
d01a049dd1 Merge branch '3.1.x' into 3.2.x
Closes gh-40687
2024-05-10 08:46:31 +01:00
Andy Wilkinson
6c1962fdd4 Fix handling of booleans that are actually strings
Closes gh-40686
2024-05-10 08:46:25 +01:00
Phillip Webb
2d77ebcaed Merge branch '3.1.x' into 3.2.x
Closes gh-40684
2024-05-09 12:00:56 -07:00
Phillip Webb
101b3a5416 Use OSS self hosted runners
Closes gh-40683
2024-05-09 12:00:28 -07:00
Moritz Halbritter
883810bff8 Merge branch '3.1.x' into 3.2.x 2024-04-30 14:29:58 +02:00
Moritz Halbritter
6db8d6fdbd Bump gradle/actions in action.yml from 3.3.1 to 3.3.2
Dependabot misses the update in action.yml, see
202ebd3a10
2024-04-30 14:29:42 +02:00
Moritz Halbritter
90b1c18a57 Merge branch '3.1.x' into 3.2.x
Closes gh-40582
2024-04-30 12:20:08 +02:00
dependabot[bot]
202ebd3a10 Bump gradle/actions from 3.3.1 to 3.3.2
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](750cdda3ed...db19848a5f)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-40575
2024-04-30 12:19:15 +02:00
Andy Wilkinson
087e467387 Merge branch '3.1.x' into 3.2.x
Closes gh-40527
2024-04-26 09:33:12 +01:00
Andy Wilkinson
83f692237d Migrate to com.gradle.develocity plugin
Closes gh-40153
2024-04-26 09:30:48 +01:00
Andy Wilkinson
c493809499 Merge branch '3.1.x' into 3.2.x
Closes gh-40519
2024-04-25 12:24:59 +01:00
Andy Wilkinson
a08fe0d75b Upgrade to release verification tests 0.0.3
Closes gh-40518
2024-04-25 12:24:47 +01:00
Andy Wilkinson
97f0e62364 Merge branch '3.1.x' into 3.2.x
Closes gh-40487
2024-04-23 09:03:01 +01:00
Andy Wilkinson
36e96b3453 Polish "Bump gradle/actions from 3.3.0 to 3.3.1"
See gh-40477
2024-04-23 09:02:42 +01:00
dependabot[bot]
15caacf327 Bump gradle/actions from 3.3.0 to 3.3.1
Signed-off-by: dependabot[bot] <support@github.com>

See gh-40477
2024-04-23 09:02:42 +01:00