Skip to content

Commit

Permalink
Merge pull request wildfly#18240 from bstansberry/WFLY-19777
Browse files Browse the repository at this point in the history
[WFLY-19777] Prevent provisioning of preview Jakarta Data modules in a higher stability context
  • Loading branch information
darranl authored Sep 25, 2024
2 parents 4cd450d + 7645508 commit 04b3e8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
-->
<module name="jakarta.data.api" xmlns="urn:jboss:module:1.9">

<properties>
<property name="jboss.stability" value="preview"/>
</properties>

<resources>
<artifact name="${jakarta.data:jakarta.data-api}"/>
</resources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

<module xmlns="urn:jboss:module:1.9" name="org.wildfly.extension.jakarta.data">

<properties>
<property name="jboss.api" value="private"/>
<property name="jboss.stability" value="preview"/>
</properties>

<resources>
<artifact name="${org.wildfly:wildfly-jakarta-data}"/>
</resources>
Expand Down

0 comments on commit 04b3e8c

Please sign in to comment.