- The @SemiSafe annotation ignored exceptions not only listed as a value of that annotation, but also exceptions directly specified in the mehod's definition, e.g. public Optional doSomething() throws UnsupportedOperationException will let the UnsupportedOperationException through.
- Test suite ran against WildFly 20.0.0-Final.