Skip to content

Version 1.2.0

Latest
Compare
Choose a tag to compare
@Pscheidl Pscheidl released this 15 Jun 13:36
· 2 commits to master since this release
  • 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.