hankcs / hankcs/AhoCorasickDoubleArrayTrie
Push new release containg support for JPMS
Open
- Dominant language
- Java
- Stars
- 1k
- Forks
- 299
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.