V2.5.2: strong improvements in JNetReflector and JNet #449
masesdevelopers
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Important
This JNetReflector version 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 and JNetReflector areas:
Iterable
andIterator
using methods instead of propertiesLocalBridgeClazz
is retrieved to check if the Java class was identifiedIterable
andIterator
using methods instead of propertiesClassesToRemoveAsListener
to report classes that shall not be treated as listenersDisablePropertiesForGetterSetter
option to disable generation of properties for getter/setter methodsNoModule
switch available in configuration and on command-line, if the type loaded comes from a module, but it is defined in a JARnew()
constraint in a single where clauseClassesToRemoveAsListener
System.ObsoleteAttribute
is placed to avoid conflicts when a class or namespace is named asSystem
Official Docker images
Official NuGet packages (*)
(*) packages are also available on GitHub packages.
Official PowerShell packages
What's Changed
Full Changelog: V2.5.1.0...V2.5.2.0
This discussion was created from the release V2.5.2: strong improvements in JNetReflector and JNet.
Beta Was this translation helpful? Give feedback.
All reactions