wildfly / wildfly-charts

Helm Charts for WildFly
https://docs.wildfly.org/wildfly-charts/
Apache License 2.0
3 stars 14 forks source link

[#69] Deprecate build.s2i.galleonLayers and build.s2i.featurePacks #70

Closed jmesnil closed 2 years ago

jmesnil commented 2 years ago

Add notes that these fields are deprecated and using wildfly-maven-plugin is the recommended way to provision WildFly during S2I.

The build.s2i.featurePacks field must now specify all feature packs (including WildFly own) if build.s2i.galleonLayers is set.

This fixes #69.

Signed-off-by: Jeff Mesnil jmesnil@redhat.com

jmesnil commented 2 years ago

@jfdenis, could you please review?