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
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.
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.
The text was updated successfully, but these errors were encountered: