-
Notifications
You must be signed in to change notification settings - Fork 655
Refine GraalVM native-image configuration and fix native test execution #823
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
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
ee51c2d
ci: switch to official GraalVM setup action
kkriske 292ee15
refactor: store jmethodID references for callbacks
kkriske 48f67f8
chore: update native libraries
github-actions[bot] be914b5
refactor: store jmethodID references for callbacks
kkriske e1e5466
chore: update native libraries
github-actions[bot] c9366e6
refactor: store jmethodID and jfieldID references on library load
kkriske 4230aa4
refactor: store jmethodID and jfieldID references on library load
kkriske 73baea1
chore: update native libraries
github-actions[bot] 435a06b
refactor: store jclass in weak global ref
kkriske 9a2df7d
chore: update native libraries
github-actions[bot] 60bab16
refactor: store primitive jclass in non-weak ref
kkriske 4fd66d6
refactor: accidentally used a local scoped variable
kkriske af210b2
chore: update native libraries
github-actions[bot] 0b5d8cb
refactor: store jclass global reference of exception class
kkriske 1073b86
chore: update native libraries
github-actions[bot] 7f34d50
refactor: update GraalVM native-image configuration to fix native tes…
kkriske 4bf413d
build(deps): bump JReleaser to 1.4.0
gotson 3511289
docs: changelog shows breaking change description
gotson 2e20358
docs: update README badge for CI
gotson b77d46f
feat: update SQLite to 3.40.1
gotson 5c877e2
build: add 2023 url for amalgamation download
gotson 33e0e85
ci: try to fix build native for PRs
gotson 1fb8f7e
ci: try to fix build native for PRs
gotson bbeffe4
ci: try to fix build native for PRs
gotson 2539e7b
fix(native): fixes and improvements for backup/restore
pyckle 0781349
chore: update native libraries
github-actions[bot] f6735ec
refactor: remove unnecessary refetching of method id
kkriske 119e75f
chore: update native libraries
github-actions[bot] dc6c400
Merge branch 'master' into fix-native-image-setup
kkriske 80cb104
refactor: use disabled annotation instead of string reference in pom …
kkriske df30385
fix: rebasing/merging the base branch caused duplication of modified …
kkriske 6e200b0
chore: update native libraries
github-actions[bot] 47ebbed
Merge branch 'master' into fix-native-image-setup
kkriske d8e3ad0
ci: add GraalVM JDK 17 to native-image tests
kkriske fef7f86
fix(jni) add math lib to linker opts for graal native image
pyckle 8a01398
fix(ci): properly run on the configured os of the matrix strategy
kkriske 4788698
chore: update native libraries
github-actions[bot] 5dd9f27
fix(jni) fix makefile linker opts to include -lm and -pthreads
202da6d
fix(jni) Fix Makefile to use default linker flags for x86_64
pyckle e345c62
chore: update native libraries
github-actions[bot] c3cc33d
chore: update native libraries
github-actions[bot] 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.