criteo / JVips

Java wrapper for libvips using JNI.
Apache License 2.0
72 stars 41 forks source link

Java 11+ support #141

Open alanorth opened 2 years ago

alanorth commented 2 years ago

I can't find any mention of the Java version supported on the README. I recall a few years ago that this project was Java 8 only. Is that still that case? Thanks!

agolovenko commented 1 year ago

+1. I started using this lib recently and it only works with Java 8. Would be really nice to have Java 11/17 support. I see a lot of libraries nowadays starting demanding for Java 11+ making it impossible to have them with JVips in the same project.

agolovenko commented 1 year ago

Or at least let us know what holds this lib to be available for more modern java runtimes, please

karlvr commented 1 year ago

@agolovenko could you provide more detail about the issues you're having on Java 11 or 17? We are using the library, or a slightly customised version, on Java 11 in production.

agolovenko commented 1 year ago

@karlvr I recently tried it with java 11 and 17, and all worked fine. My apologies