Skip to content

Warn/error on incompatible Java/Scala version #33

@stevedlawrence

Description

@stevedlawrence

Some combinations of versions of Java, Scala, and Daffodil are known to be incompatible. The plugin should error or have a prominent warning when this is the case.

Known/documented incompatibilities:

// Compatible version sets include:
// Java 8, 11, Scala 2.12.11 (exactly), Daffodil 3.0.0 (and below)
// Java 8, 11, 17, Scala 2.12.15 (and above), Daffodil 3.1.0 (and above)
// cannot be java 17 with daffodil 2.7.0 and scalaVersion 2.12.11.

Note that we should only error on known incompatibilities so we can still test with new versions, even if they are not yet known to be compatible. If we later determine new versions are incompatible then we can update the plugin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions