-
Notifications
You must be signed in to change notification settings - Fork 15
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
General Maintenance / JDK 22 #354
Conversation
Dependency ReviewThe following issues were found:
Snapshot WarningsRe-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice. License Issuespom.xml
OpenSSF ScorecardScorecard details
Scanned Manifest Files.github/workflows/check.buildifier.yml.github/workflows/check.codeql.yml.github/workflows/check.lint-yaml.yml.github/workflows/check.scorecards.yml.github/workflows/deploy.docs.yml.github/workflows/module.build.yml.github/workflows/on.pr.yml.github/workflows/on.push.ymlpackage.jsonpnpm-lock.yaml
pom.xml
requirements.txt
requirements_lock.txt
|
efadeaf
to
4de3b90
Compare
- chore: add bindist mappings for jdk 22 (ce + oracle) - chore: add version considerations for sdk `24.x.x` - chore: add `genhash` script for generating a quick dist hash - test: add integration test for ce on jdk22 - test: add integration test for oracle gvm on jdk22 - test: add new integration tests to ci - chore: cleanup older python-based version-gen script - chore: update ci actions - chore: apply ci hardening - chore(deps): update bzlmod lock after `apple_support` update - chore(deps): lock file maintenance - chore(deps): bump org.graalvm.compiler:compiler from 23.1.2 to 24.0.0 - chore(deps): bump org.graalvm.nativeimage:svm from 23.1.2 to 24.0.0 - chore(deps): bump org.graalvm.polyglot:polyglot from 23.1.2 to 24.0.0 - chore(deps): bump org.graalvm.sdk:graal-sdk from 23.1.2 to 24.0.0 - chore(deps): bump org.graalvm.nativeimage:native-image-base - chore(deps): update all npm deps Bumps [org.graalvm.compiler:compiler](https://github.com/oracle/graal) from 23.1.2 to 24.0.0. - [Release notes](https://github.com/oracle/graal/releases) - [Commits](oracle/graal@vm-23.1.2...vm-24.0.0) Bumps [org.graalvm.nativeimage:svm](https://github.com/oracle/graal) from 23.1.2 to 24.0.0. - [Release notes](https://github.com/oracle/graal/releases) - [Commits](oracle/graal@vm-23.1.2...vm-24.0.0) Bumps [org.graalvm.polyglot:polyglot](https://github.com/oracle/graal) from 23.1.2 to 24.0.0. - [Release notes](https://github.com/oracle/graal/releases) - [Commits](oracle/graal@vm-23.1.2...vm-24.0.0) Bumps [org.graalvm.sdk:graal-sdk](https://github.com/oracle/graal) from 23.1.2 to 24.0.0. - [Release notes](https://github.com/oracle/graal/releases) - [Commits](oracle/graal@vm-23.1.2...vm-24.0.0) Bumps [org.graalvm.nativeimage:native-image-base](https://github.com/oracle/graal) from 23.1.2 to 24.0.0. - [Release notes](https://github.com/oracle/graal/releases) - [Commits](oracle/graal@vm-23.1.2...vm-24.0.0) --- updated-dependencies: - dependency-name: org.graalvm.compiler:compiler dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.graalvm.nativeimage:svm dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.graalvm.polyglot:polyglot dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.graalvm.sdk:graal-sdk dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.graalvm.nativeimage:native-image-base dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Sam Gammon <[email protected]>
4de3b90
to
c95e24b
Compare
Quality Gate passedIssues Measures |
@fmeum This PR looks large, but I promise most of that is just removal of the Python stuff. Very basic changes ultimately, with the JDK 22 upgrade also baked in (adding the new download links and SHA256 hashes). I really do want to stop merging stuff on this repo if it isn't reviewed by at least one other stakeholder. If you are busy no worries, I can try and pull a friend who is familiar with Starlark. |
@sgammon Just noticed that the release archives are now missing the |
Summary
General cleanup and maintenance, including version bumps of build-time stuff like GHA actions; also includes support for the latest JDK release, version 22.
Included PRs:
Changelog
apple_support
update