Skip to content

antlr4-runtime dependency added in patch release, dependency conflicts #4048

Open
@lambdaupb

Description

@lambdaupb

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions