Skip to content

V2.5.9: updates JNetReflector and completely review management of listeners and adapters

Compare
Choose a tag to compare
@masesdevelopers masesdevelopers released this 19 Sep 20:49
· 47 commits to master since this release
45a2d05

This release updates mainly JNet and JNetReflector areas:

  • JNet:
    • adds JNetEventResult to support new pattern for listeners and adapters
    • updates all generated classes following new pattern for listeners and adapters
  • JNet Templates: no changes
  • JNetCLI: no changes
  • JNetPS: no changes
  • JNetPSCore: no changes
  • JNetReflector:
    • Main-Class with vararg method are managed with a main method based on array
    • The body of the generated Main function does not consider variable arguments
    • Most exceptions and errors in java.lang will be reflected
    • Adds new configuration property ClassesWithCallbacks
    • Adds new configuration property CopyrightFile
    • Changes how listeners and adapters are managed (#512)
  • Docker: no changes
  • Documentation: updates following the latest changes

Official Docker images

Official NuGet packages (*)

(*) packages are also available on GitHub packages.

Official PowerShell packages

What's Changed

Full Changelog: V2.5.8.0...V2.5.9.0