This repository was archived by the owner on Feb 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
CM H3 Java JNI whitelist plugin #3889
Merged
mpranj
merged 22 commits into
ElektraInitiative:master
from
tucek:javaJniWhitelistPlugin
Aug 26, 2021
Merged
CM H3 Java JNI whitelist plugin #3889
mpranj
merged 22 commits into
ElektraInitiative:master
from
tucek:javaJniWhitelistPlugin
Aug 26, 2021
Conversation
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
e3822ed
to
550c42b
Compare
I don't get why the build checks are failing (e.g. coverage?) |
The formatting check is failing so the other tests are aborted and the coverage can not be determined. |
to fix: (feedback from @markus2330)
|
1677a02
to
2ff4aa3
Compare
4497638
to
c6b72ca
Compare
20 tasks
tucek
pushed a commit
to tucek/libelektra
that referenced
this pull request
Aug 6, 2021
- fixed whitelist java plugin - updated tutorials/java-kdb.md - changed `Key nextMeta()` to `Optional<Key> nextMeta ()`
What exactly do you expect here? The whitelist plugin is a simple sample Java plugin. In contrary to the enum plugin it is not case insensitive and does not do any normalizing. |
Should i also implement #3871 within this PR? |
I will rebase this PR on #3790, since this should be merged before anyways |
tucek
pushed a commit
to tucek/libelektra
that referenced
this pull request
Aug 6, 2021
- fixed whitelist java plugin - updated tutorials/java-kdb.md - changed `Key nextMeta()` to `Optional<Key> nextMeta ()`
b404f93
to
11d3985
Compare
20 tasks
tucek
pushed a commit
to tucek/libelektra
that referenced
this pull request
Aug 6, 2021
- fixed whitelist java plugin - updated tutorials/java-kdb.md - changed `Key nextMeta()` to `Optional<Key> nextMeta ()`
79eb945
to
5e9e251
Compare
tucek
pushed a commit
to tucek/libelektra
that referenced
this pull request
Aug 8, 2021
- fixed whitelist java plugin - updated tutorials/java-kdb.md - changed `Key nextMeta()` to `Optional<Key> nextMeta ()`
5e9e251
to
891adae
Compare
#3969 is implemented in this PR |
#3757 is implemented in this PR |
- disabled test for darwin (as was before, but not listing every one individually for exclusion)
- fixed whitelist java plugin - updated tutorials/java-kdb.md - changed `Key nextMeta()` to `Optional<Key> nextMeta ()`
…are now inheriting IllegalStateException
1ccec87
to
3f18960
Compare
I've rebased this branch to Elektra master. |
Thank you so much, great work! 🚀 |
@mpranj Thank you for merging! ❤️ |
lawli3t
pushed a commit
to lawli3t/libelektra
that referenced
this pull request
Sep 15, 2021
- fixed whitelist java plugin - updated tutorials/java-kdb.md - changed `Key nextMeta()` to `Optional<Key> nextMeta ()`
lawli3t
pushed a commit
to lawli3t/libelektra
that referenced
this pull request
Sep 15, 2021
lawli3t
pushed a commit
to lawli3t/libelektra
that referenced
this pull request
Sep 15, 2021
lawli3t
pushed a commit
to lawli3t/libelektra
that referenced
this pull request
Sep 15, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Basics
These points need to be fulfilled for every PR:
(added as entry in
doc/news/_preparation_next_release.md
whichcontains
_(my name)_
)Please always add something to the release notes.
(first line should have
module: short statement
syntax)close #X
, are in the commit messages.doc/news/_preparation_next_release.md
scripts/dev/reformat-all
If you have any troubles fulfilling these criteria, please write
about the trouble as comment in the PR. We will help you.
But we cannot accept PRs that do not fulfill the basics.
Checklist
Check relevant points but please do not remove entries.
For docu fixes, spell checking, and similar none of these points below
need to be checked.
(not in the PR description)
Review
Reviewers will usually check the following:
Labels
If you are already Elektra developer:
say that everything is ready to be merged.