]
Alexey Loubyansky commented on WFCORE-3967:
-------------------------------------------
I added an upgrade to WildFly Galleon Plugins 2.0.0.Alpha5 in the PR to be able to build
Core on JDK 11 (the reason it would fail otherwise is WFCORE-3962)
Upgrade to Galleon and WildFly Galleon Plugins 2.0.0.Alpha4
-----------------------------------------------------------
Key: WFCORE-3967
URL:
https://issues.jboss.org/browse/WFCORE-3967
Project: WildFly Core
Issue Type: Component Upgrade
Components: Build System
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
Galleon 2.x is the version branch which is going to be exposed as a supported external
tool for provisioning, updates and patching.
The main difference to Galleon 1.x that it brings into WildFly build process is it is
based on different format for expressing feature-pack locations than Maven coordinates and
uses a resolution mechanism to resolve feature-pack artifacts, which is the base for
version updates and patches discovery.
There is still a way to provide Maven coordinates for feature-packs and avoid going
through the default feature-pack resolution mechanism.
Another feature it brings in and which appears in wildfly feature-pack configs is proper
transitive dependency customizations.
The equivalent change for WFLY is WFLY-10703