Skip to content

Releases: jhalterman/typetools

0.4.4

06 Feb 01:33
Compare
Choose a tag to compare
  • Fixed issue #11 - Disabling the cache breaks type resolution.

0.4.3

06 Feb 01:33
Compare
Choose a tag to compare

Bug Fixes

  • Detect constant pool offsets when resolving lambdas for 1.8.0_60+ JREs.

0.4.2

06 Feb 01:33
Compare
Choose a tag to compare

Bug Fixes

  • Added stricter checking for lambda/1.8 support.

0.4.1

06 Feb 01:33
Compare
Choose a tag to compare

New Features

  • Added support for resolving instance method reference type arguments. Fixes issue #5.
  • Added OSGi support. From pull request #6.

0.4.0

06 Feb 01:33
Compare
Choose a tag to compare

New Features

  • Added support for resolving lambda expression type arguments.

0.3.1

06 Feb 01:33
Compare
Choose a tag to compare

New Features

  • Added support for resolving type arguments on inner classes.