smallrye / smallrye-common

Common utilities for SmallRye
Apache License 2.0
21 stars 24 forks source link

Change the return type of certain `Assert` methods. #280

Closed dmlloyd closed 8 months ago

dmlloyd commented 8 months ago

This is a backwards-compatible change using the bridger tool. See https://www.morling.dev/blog/refining-return-type-java-methods-without-breaking-backwards-compatibility/ for more information about retaining binary compatibility using bridge methods.