Skip to content

Conversation

@TomasHofman
Copy link
Collaborator

This is preparation for the implementation in wildfly-core (JBoss CLI).

Only the last commit is relevant, the other commits are from the as yet unmerged feature PR.

@TomasHofman
Copy link
Collaborator Author

CI jobs are expected to fail.

@pedro-hos
Copy link
Collaborator

@TomasHofman we need to approve this as well?

@TomasHofman TomasHofman force-pushed the update-version-manager-spi branch 2 times, most recently from bebf757 to 622457e Compare December 11, 2025 10:45
@TomasHofman
Copy link
Collaborator Author

TomasHofman commented Dec 11, 2025

@pedro-hos yes please, review this one as well, I was just waiting for merging of Bartek's PR to rebase this one.

@TomasHofman
Copy link
Collaborator Author

@yersan I'm keeping this one as draft until we have wildfly-installation-manager-api release ready, but it's ready for review as well.

@TomasHofman
Copy link
Collaborator Author

CI is going to keep failing because there is dependency on SNAPSHOT version of installation-manager-api.

@TomasHofman
Copy link
Collaborator Author

@yersan actually you don't have to review this one (unless you want to), it's OK if you just review the wildfly-core and installation-manager-api. My mistake... :)

@TomasHofman TomasHofman force-pushed the update-version-manager-spi branch from 622457e to e7d47fd Compare December 15, 2025 17:48
Copy link
Collaborator

@pedro-hos pedro-hos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, only that small change.

}
String newVersion = manifestVersion.getVersion();
String oldVersion = channelVersion.getPhysicalVersion();
if (VersionMatcher.COMPARATOR.compare(newVersion, channelVersion.getPhysicalVersion()) < 0) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use the oldVersion instead of the channelVersion.getPhysicalVersion() into this if condition?

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.

2 participants