jnr / jnr-posix

Java Posix layer
Other
235 stars 91 forks source link

Ask for Java 21 support for com.github.jnr : jnr-posix #191

Open Swarn10 opened 1 month ago

Swarn10 commented 1 month ago

Hi team,

At our organization, we are asking internal service teams to upgrade to Java 21. As such, their projects' 3P dependencies also need to be Java 21 compatible. Hence, my following question:

Does com.github.jnr : jnr-posix support Java 21?

If not, can this issue be used to request Java 21 support for com.github.jnr : jnr-posix?

If there are plans already to support Java 21, is there an ETA for the same?

headius commented 2 weeks ago

Hello! I believe there's no reason jnr-posix should not work on Java 21, provided the appropriate module --add-opens flags are passed for it to access JDK internals. Do you have a specific issue?