domino-jna
domino-jna copied to clipboard
Improvement: How to use Java 11 with domino-jna
This is not really an issue with domino-jna but an addition:
You can use domino-jna and "Notes.jar" with Java 11 when using the libraries "glassfish-corba-omgapi" and "glassfish-corba-orb" which replace the deprecated Corba implementation from Java 8.
They work as a drop in replacement. Just put them as a dependency to your project and you can use Java 11. They are no caveats. I've processed about 2TB of databases and ~150 million documents using Java 11.
Dependency for Gradle
compile group: 'org.glassfish.corba', name: 'glassfish-corba-orb', version: '4.2.1'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'