-
Bug
-
Resolution: Done
-
Major
-
33.0.0.Beta1, 33.0.0.Final, 33.0.1.Final, 33.0.2.Final
-
None
When I download, WildFly 33.0.2.Final, there are 2 zips of the WildFly feature pacsk' indices at the root of the distributions:
$ ls LICENSE.txt bin/ domain/ standalone/ wildfly-galleon-pack.zip README.txt copyright.txt jboss-modules.jar welcome-content/ appclient/ docs/ modules/ wildfly-ee-feature-pack.zip $ unzip -t wildfly-ee-feature-pack.zip Archive: wildfly-ee-feature-pack.zip testing: index.txt OK No errors detected in compressed data of wildfly-ee-feature-pack.zip. $ unzip -t wildfly-galleon-pack.zip Archive: wildfly-galleon-pack.zip testing: index.txt OK No errors detected in compressed data of wildfly-galleon-pack.zip.
They first appeared in WildFly 33.0.Beta1.
They are also contained in the modules tree:
$ unzip -t wildfly-33.0.2.Final.zip | grep zip Archive: wildfly-33.0.2.Final.zip testing: wildfly-33.0.2.Final/wildfly-galleon-pack.zip OK testing: wildfly-33.0.2.Final/modules/system/layers/base/org/wildfly/_internal/unstable-api-annotation-index/main/content/wildfly-galleon-pack.zip OK testing: wildfly-33.0.2.Final/modules/system/layers/base/org/wildfly/_internal/unstable-api-annotation-index/main/content/wildfly-ee-feature-pack.zip OK testing: wildfly-33.0.2.Final/wildfly-ee-feature-pack.zip OK No errors detected in compressed data of wildfly-33.0.2.Final.zip.
Their location in the modules tree is correct but they must not be present in the root directory of the distributions.