V2.5.5: maintenance release
masesdevelopers
released this
27 Jun 14:10
·
96 commits
to master
since this release
Important
From release 2.5.2 JNetReflector generates Java stub of nested interface listeners using a new naming convention. The tool will generates the .NET class using the new naming convention, maybe you will found some duplication or missing file in the jvm generated folders after a fresh generation.
This release updates mainly JNet area:
- JNet: fix an issue with Message property of
Java.Lang.Throwable
- JNet Templates: no changes
- JNetCLI: no changes
- JNetPS: no changes
- JNetPSCore: no changes
- JNetReflector: no changes
- Docker: no changes
- Documentation: no major changes
Official Docker images
Official NuGet packages (*)
(*) packages are also available on GitHub packages.
Official PowerShell packages
What's Changed
- Bump docker/build-push-action from 5 to 6 by @dependabot in #464
- Update
Java.Lang.Throwable
to get message from base class and avoid wrongInvalidOperationException
by @masesdevelopers in #466 - Remove cache when workflow ends by @masesdevelopers in #467
- Avoid error if workflow shall not start by @masesdevelopers in #468
- Distinguish cache between run and attempts to avoid wrong cancellation of previous jobs by @masesdevelopers in #469
- fix cache listing by @masesdevelopers in #470
- Added tests on
ByteBuffer
by @masesdevelopers in #471 - Update to version 2.5.5 by @masesdevelopers in #472
- Changes by GitHub action by @github-actions in #473
Full Changelog: V2.5.4.0...V2.5.5.0