Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent constraints between testLatestDep and muzzle #1826

Closed
iNikem opened this issue Dec 3, 2020 · 2 comments
Closed

Inconsistent constraints between testLatestDep and muzzle #1826

iNikem opened this issue Dec 3, 2020 · 2 comments
Labels
area:build Issues about build infra, both local and central bug Something isn't working

Comments

@iNikem
Copy link
Contributor

iNikem commented Dec 3, 2020

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.

@iNikem iNikem added the bug Something isn't working label Dec 3, 2020
@iNikem iNikem added the area:build Issues about build infra, both local and central label Dec 16, 2020
@trask trask mentioned this issue Aug 8, 2022
@jaydeluca
Copy link
Member

is this issue still relevant? is there some action that should come of this?

@trask
Copy link
Member

trask commented Dec 17, 2024

I'm not sure, reminds me of #749, I think ok to close it

@trask trask closed this as completed Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:build Issues about build infra, both local and central bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants