Skip to content

Conversation

@masesdevelopers
Copy link
Contributor

@masesdevelopers masesdevelopers commented Sep 19, 2025

Description

This PR introduces the usage of JCOBridge 2.6.4 which

public class CLASSNAME : JVMBridgeBase<CLASSNAME>
{
    public CLASSNAME() { }
    public CLASSNAME(IJVMBridgeBaseInitializer initializer) : base(initializer) { }
}

  • developed classes are aligned to expected prototype of JCOBridge
  • Updates Dispose pattern due to changes in JVMBridgeBase
  • Managed last added properties of SetupJVMWrapper

Related Issue

fix #38

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

masesdevelopers and others added 26 commits September 16, 2025 02:06
…ner classes which conforms to latest base class definition
Co-authored-by: masesdevelopers <94312179+masesdevelopers@users.noreply.github.com>
…the direct Dispose shall use ToDirectBuffer method
@masesdevelopers masesdevelopers linked an issue Sep 19, 2025 that may be closed by this pull request
@masesdevelopers masesdevelopers self-assigned this Sep 19, 2025
@masesdevelopers masesdevelopers added enhancement New feature or request JNet JNet related issue labels Sep 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request java Pull requests that update Java code JNet JNet related issue JNetReflector JNetReflector related issue

Projects

None yet

1 participant