gliwka / hyperscan-java

Match tens of thousands of regular expressions within milliseconds - Java bindings for Intel's hyperscan 5
BSD 3-Clause "New" or "Revised" License
176 stars 46 forks source link

ExpressionFlag class is not getting resolved in 5.4.11-3.0.0 #226

Open jeevarajan opened 4 months ago

jeevarajan commented 4 months ago

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))