ElektraInitiative / libelektra

Elektra serves as a universal and secure framework to access configuration settings in a global, hierarchical key database.
https://www.libelektra.org
BSD 3-Clause "New" or "Revised" License
208 stars 123 forks source link

Java binding build warnings with JDK 20 #4957

Closed kodebach closed 5 months ago

kodebach commented 1 year ago

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

github-actions[bot] commented 5 months ago

I mark this stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping by writing a message here or create a new issue with the remainder of this issue. Thank you for your contributions :sparkling_heart:

github-actions[bot] commented 5 months ago

I closed this now because it has been inactive for more than one year. If I closed it by mistake, please do not hesitate to reopen it or create a new issue with the remainder of this issue. Thank you for your contributions :sparkling_heart: