Skip to content

Commit 7c58f66

Browse files
authored
Merge branch 'main' into feature/enable-specific-global-extensions-in-junit
2 parents 4a896f1 + a3eac5f commit 7c58f66

File tree

31 files changed

+401
-30
lines changed

31 files changed

+401
-30
lines changed

.github/actions/main-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
arguments:
55
required: true
66
description: Gradle arguments
7-
default: :platform-tooling-support-tests:test build --configuration-cache
7+
default: :platform-tooling-support-tests:test build --no-configuration-cache # Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
88
encryptionKey:
99
required: true
1010
description: Gradle cache encryption key

.github/actions/run-gradle/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
distribution: temurin
1818
java-version: 21
1919
check-latest: true
20-
- uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4
20+
- uses: gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4
2121
with:
2222
cache-encryption-key: ${{ inputs.encryptionKey }}
2323
- shell: bash

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Check out repository
3535
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@9278e421667d5d90a2839487a482448c4ec7df4d # v3
37+
uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3
3838
with:
3939
languages: ${{ matrix.language }}
4040
tools: linked
@@ -47,4 +47,4 @@ jobs:
4747
-Dscan.tag.CodeQL \
4848
allMainClasses
4949
- name: Perform CodeQL Analysis
50-
uses: github/codeql-action/analyze@9278e421667d5d90a2839487a482448c4ec7df4d # v3
50+
uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3

.github/workflows/cross-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
-PjavaToolchain.version=${{ matrix.jdk.version }} \
6666
-Dscan.tag.JDK_${{ matrix.jdk.version }} \
6767
build \
68-
--configuration-cache
68+
--no-configuration-cache #Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
6969
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
7070
if: ${{ always() }}
7171
with:
@@ -106,7 +106,7 @@ jobs:
106106
-Dscan.tag.JDK_${{ matrix.jdk }} \
107107
-Dscan.tag.OpenJ9 \
108108
build \
109-
--configuration-cache
109+
--no-configuration-cache # Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
110110
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
111111
if: ${{ always() }}
112112
with:

.github/workflows/gradle-dependency-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
java-version: 21
2626
check-latest: true
2727
- name: Generate and submit dependency graph
28-
uses: gradle/actions/dependency-submission@d156388eb19639ec20ade50009f3d199ce1e2808 # v4
28+
uses: gradle/actions/dependency-submission@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 1
2525
- name: Install GraalVM
26-
uses: graalvm/setup-graalvm@3aaf71e276c9159bbdfbcdab8abc50c95f41a2c8 # v1
26+
uses: graalvm/setup-graalvm@4a200f28cd70d1940b5e33bd00830b7dc71a7e2b # v1
2727
with:
2828
distribution: graalvm-community
2929
version: 'latest'
@@ -38,7 +38,7 @@ jobs:
3838
:platform-tooling-support-tests:test \
3939
build \
4040
jacocoRootReport \
41-
--configuration-cache
41+
--no-configuration-cache # Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
4242
- name: Upload to Codecov.io
4343
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
4444
with:

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
# Upload the results to GitHub's code scanning dashboard (optional).
5858
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@9278e421667d5d90a2839487a482448c4ec7df4d # v3
60+
uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3
6161
with:
6262
sarif_file: results.sarif

.github/workflows/reproducible-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
encryptionKey: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
3030
arguments: |
3131
--quiet \
32-
--configuration-cache
32+
--no-configuration-cache # Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
3333
- name: Build and compare checksums
3434
shell: bash
3535
run: |

documentation/src/docs/asciidoc/release-notes/release-notes-5.12.0-M1.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ JUnit repository on GitHub.
3838
`--select-file` and `--select-resource`.
3939
* `ConsoleLauncher` now accepts multiple values for all `--select` options.
4040
* Add `--select-unique-id` support to ConsoleLauncher.
41-
* The `junit-platform-reporting` module now contributes a section containing
42-
JUnit-specific metadata about each test/container to the HTML report written by
43-
open-test-reporting when added to the classpath/module path.
41+
* The following improvements have been made to the open-test-reporting XML output:
42+
- Information about the Git repository, the current branch, the commit hash, and the
43+
current worktree status are now included in the XML report, if applicable.
44+
- A section containing JUnit-specific metadata about each test/container to the HTML
45+
report is now written by open-test-reporting when added to the classpath/module path
4446

4547

4648
[[release-notes-5.12.0-M1-junit-jupiter]]

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ asciidoctorPdf = { id = "org.asciidoctor.jvm.pdf", version.ref = "asciidoctor-pl
8787
bnd = { id = "biz.aQute.bnd", version.ref = "bnd" }
8888
buildParameters = { id = "org.gradlex.build-parameters", version = "1.4.4" }
8989
commonCustomUserData = { id = "com.gradle.common-custom-user-data-gradle-plugin", version = "2.0.2" }
90-
develocity = { id = "com.gradle.develocity", version = "3.18.1" }
90+
develocity = { id = "com.gradle.develocity", version = "3.18.2" }
9191
foojayResolver = { id = "org.gradle.toolchains.foojay-resolver", version = "0.8.0" }
9292
gitPublish = { id = "org.ajoberstar.git-publish", version = "4.2.2" }
9393
jmh = { id = "me.champeau.jmh", version = "0.7.2" }

0 commit comments

Comments
 (0)