Skip to content

Inconsistent constraints between testLatestDep and muzzle #1826

@iNikem

Description

@iNikem

Up until recently we had in jaxrs-client-2.0-jersey-2.0 a muzzle constraint like this:

  pass {
    group = "org.glassfish.jersey.core"
    module = "jersey-client"
    versions = "[2.0,)"
  }

and at the same time latest dep was defined as:
latestDepTestLibrary group: 'org.glassfish.jersey.core', name: 'jersey-client', version: '2.27'

Which means that we don't expect our tests to work with version later than 2.27 but we still expect muzzle to pass. Does not make sense. Muzzle broke on 3.0.0, but tests still pass.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:buildIssues about build infra, both local and centralbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions