WildFly S2I images have been updated to delegate the provisioning of the server to the wildfly-maven-plugin instead of the S2I assembly script.
For compatibility, the build.s2i.galleonLayers and build.s2i.featurePacks fields remains available but should be deprecated.
If the build.s2i.galleonLayers field is set, the build.s2i.featurePacksmust now be set to specify the feature packs that provides the layers (including WildFly own feature pack org.wildfly:wildfly-galleon-pack:x.y.z)
WildFly S2I images have been updated to delegate the provisioning of the server to the wildfly-maven-plugin instead of the S2I assembly script. For compatibility, the
build.s2i.galleonLayers
andbuild.s2i.featurePacks
fields remains available but should be deprecated. If thebuild.s2i.galleonLayers
field is set, thebuild.s2i.featurePacks
must now be set to specify the feature packs that provides the layers (including WildFly own feature packorg.wildfly:wildfly-galleon-pack:x.y.z
)