You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the library with Java 17, getting the following error:
- exception: Unable to derive module descriptor for aho-corasick-double-array-trie/1.2.3/aho-corasick-double-array-trie-1.2.3.jar
- cause: aho.corasick.double.array.trie: Invalid module name: 'double' is not a Java identifier
This appears to be fixed in PR #55 , but it is not published to Maven central.
Can you please publish the new release to Maven central? A lot of people are using Java 9+, and this would help avoid forking the library to improve JPMS support.
The text was updated successfully, but these errors were encountered:
When I use the library with Java 17, getting the following error:
This appears to be fixed in PR #55 , but it is not published to Maven central.
Can you please publish the new release to Maven central? A lot of people are using Java 9+, and this would help avoid forking the library to improve JPMS support.
The text was updated successfully, but these errors were encountered: