8.42.2
What's Changed
- Add a
isClassAvailable
method to the ReflectionUtils by @jevanlingen in #4810 - Correctly map generic return and parameter types in
JavaReflectionTypeMapping
by @jkschneider in #4812 - Support mapping of generic thrown exception types by @jkschneider in #4813
- refactor: Enum values should be compared with "==" by @timtebeek in #4811
- Keep the names of generic type variables defined by methods. by @jkschneider in #4814
- Fix Java reflection mapping of generic typed fields. by @jkschneider in #4815
Full Changelog: v8.42.1...v8.42.2