-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update listeners generation to manage original class #393
Comments
Latest version of JCOBridge introduced a limitation on method CastTo which raises in
|
The direct class e.g.
Meanwhile add the missing developed classes (see https://github.com/masesgroup/JNet/actions/runs/9080784354/job/24953109309) |
On |
All developed classes under |
Originally posted by @masesdevelopers in masesgroup/KNet#448 (comment)
The idea is to update JNetReflector to create a new class, beside each listener, which:
AutoInit
and set it to falseBridgeClassName
and set its value to the JVM interface nameInitHandlers
in listener class which enable or disable execution of https://github.com/masesgroup/KNet/blob/16b0b133224961e348885dd607ed31130fc5fa33/src/net/KNet/Generated/Org/Apache/Kafka/Common/Serialization/Serde.cs#L219, default is set to true; in the new class will be set to falseIn case the listener interface is returned back from a method, create an extra method. beside the original one, which uses the new generated class to wrap the JVM reference.
The text was updated successfully, but these errors were encountered: