You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow for easy use of the wildfly-galleon-pack content in feature packs other than one based on wildfly-ee by separating the content and the feature pack build.
The content is applicable to a f-p that depends on any WildFly Core based feature pack, including wildfly-core fp itself as well as wildfly-preview. Make it easy for those to create f-ps. The primary use case for those kinds of fps is to run tests of prospero integration into installations created from wildfly-core or wildfly-preview. Particular wildfly-core, which is in a separate project which is the appropriate place to test integration of prospero into the WF kernel.
The text was updated successfully, but these errors were encountered:
@spyrkob Combining the 'common' stuff into the zip would be a nice-to-have.
And TBH it might be enough to just deploy a -src artifact for the wildfly-galleon-pack module. At least for the short term.
As I've done more work on the stuff that led me to file this, it seems less urgent to me. Adding a FP based on this on top of wildfly-core FP doesn't really work as the jackson deps are not present. And making them present seems like overkill.
Adding it on top of wildfly-preview has more value, but it's more in the nice-to-have area.
It might be good to just let this sit for now and see if some better requirements come out of work we're doing.
Allow for easy use of the wildfly-galleon-pack content in feature packs other than one based on wildfly-ee by separating the content and the feature pack build.
The content is applicable to a f-p that depends on any WildFly Core based feature pack, including wildfly-core fp itself as well as wildfly-preview. Make it easy for those to create f-ps. The primary use case for those kinds of fps is to run tests of prospero integration into installations created from wildfly-core or wildfly-preview. Particular wildfly-core, which is in a separate project which is the appropriate place to test integration of prospero into the WF kernel.
The text was updated successfully, but these errors were encountered: