Please make NetBeans 23 and WildFly 33 work together. Elucidation: Bug #6997 was fixed by #7055, but the bug returned since WildFly 32 was released. NetBeans 22 looks for MANIFEST.MF in wildfly-feature-pack-product-conf-31.0.0.Final.jar. That works with WildFly 31.0.0, but not with later versions of WildFly, because the file-name changes each time a new version is released. In WildFly 32.0.1, the file is wildfly-feature-pack-product-conf-32.0.1.Final.jar. In WildFly 33.0.0, the file is wildfly-feature-pack-product-conf-33.0.0.Final.jar. I presume the solution will be similar to #7055, and it can be done for NetBeans 23. I did not mind being unable to upgrade to WildFly 32, but I want to upgrade to WildFly 33 because it officially supports Java 21. Sorry if I should have raised this issue on GitHub rather than by way of this message, but I have no GitHub account, nor do I want one.