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

Adapt to new wildfly-cli fat client shaded model #86

Closed
jfdenise opened this issue Nov 7, 2024 · 5 comments · Fixed by #87
Closed

Adapt to new wildfly-cli fat client shaded model #86

jfdenise opened this issue Nov 7, 2024 · 5 comments · Fixed by #87

Comments

@jfdenise
Copy link
Contributor

jfdenise commented Nov 7, 2024

Issue: https://issues.redhat.com/browse/WFMP-279
WildFly is producing a model of the shaded wildfly-cli:client fat jar. This shaded model should be used to construct CLI classloader.

jfdenise added a commit to jfdenise/wildfly-plugin-tools that referenced this issue Nov 7, 2024
jfdenise added a commit to jfdenise/wildfly-plugin-tools that referenced this issue Nov 7, 2024
@jamezp
Copy link
Member

jamezp commented Nov 7, 2024

Is there a JIRA for the task that added this?

@jfdenise
Copy link
Contributor Author

@jamezp
Copy link
Member

jamezp commented Nov 11, 2024

@jfdenise Sorry, I meant a WFLY or WFCORE JIRA. From what it looks like org.wildfly.core.wildfly-cli.shaded package which I assume is part of either the WildFly or WildFly Core feature packs. There is no JavaDoc to GalleonFeaturePackRuntime.GalleonPackageRuntime(), but my assumption on reading the code is it will simply return null if not found. Is that correct?

I guess what I didn't know is what org.wildfly.core.wildfly-cli.shaded is, but I'm assuming it must be a package in the feature pack.

jfdenise added a commit to jfdenise/wildfly-plugin-tools that referenced this issue Nov 11, 2024
@jfdenise
Copy link
Contributor Author

@jamezp , I see, The JIRA that introduced this package is: https://issues.redhat.com/browse/WFCORE-7019

@jamezp
Copy link
Member

jamezp commented Nov 11, 2024

Perfect, thank you! I'll give it a test.

jamezp added a commit that referenced this issue Nov 11, 2024
Fix for Issue #86, Adapt to new wildfly-cli fat client shaded model
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 a pull request may close this issue.

2 participants