Skip to content

Commit

Permalink
Add patch file for WFLY 14 and Weld 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Nov 27, 2018
1 parent 51e3d13 commit 6477aef
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions wildfly/patch-config-wildfly-14-weld-3.1.xml
@@ -0,0 +1,30 @@
<?xml version='1.0' encoding='UTF-8'?>
<patch-config xmlns="urn:jboss:patch-config:1.0">
<name>wildfly-14-weld-3.1</name>
<description>This patch upgrades Weld to 3.1 within WildFly installation</description>
<one-off />
<element patch-id="layer-base-wildfly-14-weld-3.1">
<one-off name="base" />
<description>This patch upgrades Weld to 3.1 within WildFly installation</description>
<specified-content>
<modules>
<updated name="org.jboss.as.jsf-injection" />
<updated name="org.jboss.as.weld" />
<updated name="org.jboss.as.weld.beanvalidation" />
<updated name="org.jboss.as.weld.common" />
<updated name="org.jboss.as.weld.ejb" />
<updated name="org.jboss.as.weld.jpa" />
<updated name="org.jboss.as.weld.spi" />
<updated name="org.jboss.as.weld.transactions" />
<updated name="org.jboss.as.weld.webservices" />
<updated name="org.jboss.weld.api" />
<updated name="org.jboss.weld.core" />
<updated name="org.jboss.weld.probe" />
<updated name="org.jboss.weld.spi" />
<updated name="javax.enterprise.api" />
<updated name="javax.annotation.api" />
</modules>
</specified-content>
</element>
<specified-content/>
</patch-config>

0 comments on commit 6477aef

Please sign in to comment.