Environment:
- HotSwap Agent: 2.0.3
- JBR: 21.0.8+9-b1163.62, loaded via -XX:HotswapAgent=fatjar
- WildFly: 36.0.1.Final
Steps:
- Deploy war on wildfly.
- Create new class in new package.
- Instantiate this new class in existing code.
Actual:
ClassNotFoundException
Expected:
The class is instantiated without error.
(Note: Create new class in existing package works properly.)
Environment:
Steps:
Actual:
ClassNotFoundException
Expected:
The class is instantiated without error.
(Note: Create new class in existing package works properly.)