-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade org.springframework:spring-framework-bom 5.3.27 -> 6.0.8 - abandoned #356
Closed
Picnic-Bot
wants to merge
10
commits into
sschroevers/require-jdk-17
from
renovate/org.springframework-spring-framework-bom-6.x
Closed
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
0b2a068
Upgrade JDKs used by GitHub Actions builds
Stephan202 eba50c6
Use Jabel to support JDK >11 constructs while still targeting JDK 11
Stephan202 fd127d7
Use text blocks
Stephan202 33e29f2
Auto-start `RefasterRuleCompiler`
Stephan202 608c3c8
Use switch expressions
Stephan202 42a6db5
Update some comments
Stephan202 c8fdc95
Use `instanceof` pattern matching
Stephan202 c52841e
Some more text blocks
Stephan202 9f653f5
Upgrade org.springframework:spring-framework-bom 5.3.27 -> 6.0.8
Picnic-Bot 206cea6
Fix the build
Stephan202 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Build with JDK 17 and test against JDK 11 | ||
on: | ||
pull_request: | ||
push: | ||
branches: [ master ] | ||
permissions: | ||
contents: read | ||
jobs: | ||
build: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
# We run the build twice: once against the original Error Prone | ||
# release, and once against the Picnic Error Prone fork. In both cases | ||
# the code is compiled using JDK 17, while the tests are executed | ||
# using JDK 11. | ||
- name: Check out code | ||
uses: actions/[email protected] | ||
with: | ||
persist-credentials: false | ||
- name: Set up JDK | ||
uses: actions/[email protected] | ||
Check warning Code scanning / Scorecard Pinned-Dependencies
score is 7: GitHub-owned GitHubAction not pinned by hash
Click Remediation section below to solve this issue
|
||
with: | ||
java-version: | | ||
11.0.19 | ||
17.0.7 | ||
distribution: temurin | ||
cache: maven | ||
- name: Display build environment details | ||
run: mvn --version | ||
- name: Build project against vanilla Error Prone | ||
run: mvn -T1C install -Dsurefire.jdk-toolchain-version=11.0.19 | ||
- name: Build project with self-check against Error Prone fork | ||
run: mvn -T1C clean verify -Perror-prone-fork -Dsurefire.jdk-toolchain-version=11.0.19 -s settings.xml | ||
- name: Remove installed project artifacts | ||
run: mvn build-helper:remove-project-artifact |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
- name: Set up JDK | ||
uses: actions/[email protected] | ||
with: | ||
java-version: 17.0.6 | ||
java-version: 17.0.7 | ||
distribution: temurin | ||
cache: maven | ||
- name: Initialize CodeQL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
- name: Set up JDK | ||
uses: actions/[email protected] | ||
with: | ||
java-version: 17.0.6 | ||
java-version: 17.0.7 | ||
distribution: temurin | ||
cache: maven | ||
- name: Run Pitest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- name: Set up JDK | ||
uses: actions/[email protected] | ||
with: | ||
java-version: 17.0.6 | ||
java-version: 17.0.7 | ||
distribution: temurin | ||
cache: maven | ||
- name: Download Pitest analysis artifact | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
- name: Set up JDK | ||
uses: actions/[email protected] | ||
with: | ||
java-version: 17.0.6 | ||
java-version: 17.0.7 | ||
distribution: temurin | ||
cache: maven | ||
- name: Create missing `test` directory | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
...est/resources/tech/picnic/errorprone/documentation/bugpattern-documentation-complete.json
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...test/resources/tech/picnic/errorprone/documentation/bugpattern-documentation-minimal.json
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...ch/picnic/errorprone/documentation/bugpattern-documentation-undocumented-suppression.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check warning
Code scanning / Scorecard
Pinned-Dependencies