davsclaus commented on code in PR #21496:
URL: https://github.com/apache/camel/pull/21496#discussion_r2813578631
##########
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/version/VersionList.java:
##########
@@ -599,9 +609,70 @@ private ReleaseModel onlineRelease(RuntimeType runtime,
String coreVersion) thro
return null;
}
+ /**
+ * Resolves the actual Quarkus platform version for each row by fetching
the Quarkus platform registry and matching
+ * the Camel Quarkus major.minor version against stream IDs.
+ */
+ private void resolveQuarkusPlatformVersions(List<Row> rows) {
Review Comment:
Move this code into a QuarkusHelper so its not burried here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]