- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1k
 
Closed
Labels
area:buildIssues about build infra, both local and centralIssues about build infra, both local and centralbugSomething isn't workingSomething isn't working
Description
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
Labels
area:buildIssues about build infra, both local and centralIssues about build infra, both local and centralbugSomething isn't workingSomething isn't working