-
Notifications
You must be signed in to change notification settings - Fork 33
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
ci: Update ci.yaml to introduce Java 21 unit testing (#1907) #1305
Merged
ddixit14
merged 26 commits into
main
from
owl-bot-update-lock-6f431774e11cc46619cf093fd1481193c4024031073697fa18f0099b943aab88
Dec 12, 2023
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
f489326
ci: Update ci.yaml to introduce Java 21 unit testing (#1907)
gcf-owl-bot[bot] cfd1880
chore: set up Units (21)
ddixit14 6a22fd8
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] 2e91b20
Update pom.xml
ddixit14 f708418
Update pom.xml to include bytebuddy
ddixit14 ed4a17e
Update pom.xml to make bytebuddy version latest
ddixit14 6f94415
Update pom.xml
ddixit14 50f70a8
Update pom.xml to include test scope.
ddixit14 decbc2d
chore: make the plugin ignore this dependency.
ddixit14 cb51e63
remove bytebuddy scope
ddixit14 64ee214
remove plugin config
ddixit14 6fae7d5
remove bytebuddy from this module
ddixit14 4837ed2
exclude byte-buddy from being pulled in as a transitive depedency.
ddixit14 520aee7
Update pom.xml to add bytebuddy 1.12.21
ddixit14 3f760d4
bytebuddy scope = test
ddixit14 bc0ec5d
remove whitespaces
ddixit14 35f8dc9
line remove
ddixit14 5abc456
add byte-buddy-agent dependency
ddixit14 b6cea02
adding bytebuddy flag
ddixit14 3f6b599
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] 137d92f
add -Dnet.bytebuddy.experimental=true
ddixit14 ac02616
remove explicit dependency declaration
ddixit14 bbdda13
remove unnecessary spaces
ddixit14 4e0e637
no changes in pom.xml
ddixit14 2277123
Update pom.xml
ddixit14 448491e
adding comments.
ddixit14 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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Can you add source code comment about this option was for Java 21?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added.