Open
Description
ANTLR4 checks for version match between compile and runtime version.
This means if another library depends on a slightly different version of antlr4-runtime and maven chooses one if the two, the application outputs a warning on first use of the affected feature and may not work correctly.
Example is https://mvnrepository.com/artifact/org.apache.tsfile/tsfile/2.0.1
The antlr4-runtime was added to flyway-core in 11.3.4, apparently for some boolean expression parser.
Metadata
Metadata
Assignees
Labels
No labels