Skip to content
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

test java 21 #8589

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

test java 21 #8589

wants to merge 7 commits into from

Conversation

lbergelson
Copy link
Member

  • update to gradle 8.4 and build with java 21
  • fixing or supressing various warnings
  • in progress
  • allow warnings and update actions to 21 so we can run tetsts

@gatk-bot
Copy link

gatk-bot commented Nov 17, 2023

Github actions tests reported job failures from actions build 6906804987
Failures in the following jobs:

Test Type JDK Job ID Logs
unit 21 6906804987.12 logs
cloud 21 6906804987.10 logs
integration 21 6906804987.11 logs

lot of warnings are active, serialization warnigns suppressed to unhide the others
* adding explicit casts or types  to some numeric operations
  - the warning caught a potential overflow bug, although one we were very unlikely to ever hit
* supressing 'this-escape' warnings in GATKTool because they are an inevitable feature of the design
* making several methods in GATKPath final to avoid the same warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants