We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is to remind myself that when a new Mima version is released which includes maveniverse/mima#167 (and maveniverse/mima#169) for maveniverse/mima#166, then I will:
Fix this for Mima.get()
Mima.get()
Can replace this with this, because of this, which is new:
public static Optional<URI> origin(ModelResponse modelResponse) { var repository = modelResponse.getRepository(); if (repository instanceof RemoteRepository remoteRepository) { return Optional.of(URI.create(remoteRepository.getUrl())); } return Optional.empty(); }
@cstamas Thank You!
The text was updated successfully, but these errors were encountered:
https://github.com/maveniverse/mima/releases/tag/release-2.4.22
Central sync pending (less than 1h usually)
Sorry, something went wrong.
No branches or pull requests
This is to remind myself that when a new Mima version is released which includes maveniverse/mima#167 (and maveniverse/mima#169) for maveniverse/mima#166, then I will:
Fix this for
Mima.get()
Can replace this with this, because of this, which is new:
@cstamas Thank You!
The text was updated successfully, but these errors were encountered: