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

Upgrade prospero-metadata to 1.3.0.Beta2 #612

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

TomasHofman
Copy link
Contributor

@TomasHofman TomasHofman commented Dec 3, 2024

This is the prospero-metadata version minor relevant to next EAP stream.

@TomasHofman
Copy link
Contributor Author

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);
Copy link
Member

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?

Copy link
Contributor

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.

Copy link
Contributor Author

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.

@spyrkob
Copy link
Contributor

spyrkob commented Dec 5, 2024

@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?

@TomasHofman
Copy link
Contributor Author

I will update 👍

@jamezp jamezp merged commit e0deac4 into wildfly:main Dec 5, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants