hyperscan-java
hyperscan-java copied to clipboard
ExpressionFlag class is not getting resolved in 5.4.11-3.0.0
When I try to make use of ExpressionFlag, it is not available for import. I could see that enum class in jar file but unable to use it.
Expression exp = new Expression(regex2, EnumSet.of(ExpressionFlag.NO_FLAG))
I use the same hyperscan-java version but cannot reproduce the described issue: I can import and use the class as usual.
Can you provide me with some code to reproduce the issue or attach/publish a sample project?