V1.5.5: updates on JNetReflector and JNet
masesdevelopers
released this
05 May 14:25
·
337 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
- Update usagePS.md by @masesdevelopers in #165
- Static fields now use LocalClazz instead of Clazz by @masesdevelopers in #168
- Fields now are writable too by @masesdevelopers in #169
- JNetReflector manages nested classes over the first level by @masesdevelopers in #171
- Documentation generated from JNetReflector manages typeparam on generics methods and classes by @masesdevelopers in #173
- Methods with generics comply with java version counterpart by @masesdevelopers in #174
- Fields are managed like it is done in SExecuteArray and IExecuteArray by @masesdevelopers in #176
Full Changelog: V1.5.4.0...V1.5.5.0