Hide Forgot
Customers with EAP shouldn't be allowed to generate their own patches. The generator logic should be moved from EAP sources to a separate repository.
Where is this, I have ER1 and don't know where it is.
It's part of the codebase and therefore in the .jar. We do have restrictions on the modules export, so nothing should be able to consume this by chance. However i am going to remove the code once we found a permanent location for the patch generation tool.
The logic is in classes inside org/jboss/as/patching/main/wildfly-patching-7.3.0.Final-redhat-1.jar. The script for running the generator (patch-gen.sh) does not work in ER1, because of another issue - the module org.jboss.as.patching.generator is missing in ER1 (productization issue), but that issue is superseded by the fact that the generator logic should be removed completely.
Two files were probably forgotten and left in the codebase. patching/src/main/java/org/jboss/as/patching/generator/Usage.java && UsageMessages.java This actually does no harm, but Emanuel said he would delete them soon. Setting this to VERIFIED as of 6.2.0.ER6.