-
Notifications
You must be signed in to change notification settings - Fork 87
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
Upgrade prospero-metadata to 1.3.0.Beta2 #612
Conversation
b52d0a3
to
d59f7ca
Compare
This needs to be reviewed by @spyrkob . |
@@ -186,8 +186,7 @@ private void resolveFromChannels(MavenArtifact artifact) throws UnresolvedMavenA | |||
|
|||
public void done(Path home) throws MavenUniverseException, IOException { | |||
ChannelManifest channelManifest = channelSession.getRecordedChannel(); | |||
final ManifestVersionRecord currentVersions = new ManifestVersionResolver(localCachePath, system) | |||
.getCurrentVersions(channels); | |||
final ManifestVersionRecord currentVersions = ManifestVersionResolver.getCurrentVersions(channelSession); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason for this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jamezp I deprecated the old method - it was relying on a hack I want to get rid of. The new method uses changed wildfly-channel API to achieve the same goal more cleanly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that was really @spyrkob 's request.
@TomasHofman prospero-metadata 1.3.0.Final should be out now, do you want to update this PR or should I open a new one? |
I will update 👍 |
d59f7ca
to
f345548
Compare
This is the prospero-metadata version minor relevant to next EAP stream.