Skip to content

Commit

Permalink
[WFCORE-7031] Do not provision unstable annotation module for stabili…
Browse files Browse the repository at this point in the history
…ty levels higher than preview
  • Loading branch information
yersan committed Oct 24, 2024
1 parent e4bedf5 commit 6280cef
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

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

<resources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<module name="org.wildfly.extension.core-management-client"/>
<module name="org.wildfly.security.elytron-private"/>
<module name="org.wildfly.service"/>
<module name="org.wildfly.unstable.annotation.api.indexer"/>
<module name="org.wildfly._internal.unstable-api-annotation-index"/>
<module name="org.wildfly.unstable.annotation.api.indexer" optional="true"/>
<module name="org.wildfly._internal.unstable-api-annotation-index" optional="true"/>
</dependencies>
</module>
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<module xmlns="urn:jboss:module:1.9" name="org.wildfly.unstable.annotation.api.indexer">
<properties>
<property name="jboss.api" value="private"/>
<property name="jboss.stability" value="preview"/>
</properties>

<resources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
<package name="cleanup.domain.servers.dir" optional="true"/>
<package name="cleanup.domain.log.dir" optional="true"/>
<package name="cleanup.domain.data.dir" optional="true"/>
<!-- Unstable API Annotation Index -->
<package name="org.wildfly._internal.unstable-api-annotation-index" optional="true" valid-for-stability="preview" />
<package name="org.wildfly.unstable.annotation.api.indexer" optional="true" valid-for-stability="preview" />
</packages>
</config>
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@

<package name="org.wildfly.bootable-jar" optional="true"/>
<package name="org.wildfly.embedded"/>
<!-- Unstable API Annotation Index -->
<package name="org.wildfly._internal.unstable-api-annotation-index" optional="true" valid-for-stability="preview" />
<package name="org.wildfly.unstable.annotation.api.indexer" optional="true" valid-for-stability="preview" />
</packages>
</config>

0 comments on commit 6280cef

Please sign in to comment.