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

Java binding build warnings with JDK 20 #4957

Open
kodebach opened this issue Jun 1, 2023 · 0 comments
Open

Java binding build warnings with JDK 20 #4957

kodebach opened this issue Jun 1, 2023 · 0 comments
Assignees

Comments

@kodebach
Copy link
Member

kodebach commented Jun 1, 2023

Steps to Reproduce the Problem

Compile the Java binding with JDK 20

Expected Result

No errors

Actual Result

A bunch of warnings concerning the javadoc comments

<build-folder-path>/src/bindings/jna/libelektra/src/main/java/org/libelektra/KeySetIterator.java:56: warning: overridden methods do not document exception type java.util.NoSuchElementException (module java.base package java.util class NoSuchElementException)
   * @throws NoSuchElementException {@inheritDoc}

And the Gradle task fails because of these

System Information

  • Elektra: master
  • Operating System: Manjaro Linux
  • JDK: OpenJDK 20
@tucek tucek added this to Associated issues in Java bindings overhaul via automation Jun 12, 2023
@tucek tucek changed the title Java binding problem with JDK 20 Java binding build warnings with JDK 20 Jun 12, 2023
@tucek tucek moved this from Associated issues to Ready for implementation in Java bindings overhaul Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Java bindings overhaul
Ready for implementation
Development

No branches or pull requests

2 participants