Skip to content

V1.5.5: updates on JNetReflector and JNet

Compare
Choose a tag to compare
@masesdevelopers masesdevelopers released this 05 May 14:25
· 243 commits to master since this release

This release introduces updates mainly in JNet and JNetReflector areas:

  • JNet:
    • General update in generated classes using latest version of JNetReflector
    • Update to JCOBridge 2.5.7
    • Known issues or limitations:
      • many listeners, or callbacks, are not available yet: see #137
  • JNet Templates: updates to conform to changes on JNet
  • JNetCLI: updates to conform to changes on JNet
  • JNetPS: updates to conform to changes on JNet
  • JNetPSCore: updates to conform to changes on JNet
  • JNetReflector:
    • Nested classes over the first level are managed
    • Updates on fields management: now non final fields can be writable, plus static fields conforms to methods and use LocalBridgeClazz, filds with array types use new JCOBridge APIs
    • Fixed some non compliant methods
    • Fixed generation of documentation
  • Documentation: updates from above changes

Official Docker image

Official NuGet packages (*)

(*) packages are also available on GitHub packages.

Official PowerShell packages

What's Changed

Full Changelog: V1.5.4.0...V1.5.5.0