Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2025

Updated MASES.JNet from 2.5.12 to 2.6.4.

Release notes

Sourced from MASES.JNet's releases.

2.6.4.0

This release updates:

  • JNet:
    • updates to JCOBridge 2.6.4
    • ByteBuffer uses new API from JCOBridge
    • generates classes based on latest JNetReflector
    • aligns developed classes to the latest needs of JCOBridge 2.6.4
  • JNet Templates: no changes
  • JNetCLI: no changes
  • JNetCLICore: no changes
  • JNetPS: no changes
  • JNetPSCore: no changes
  • JNetReflector:
    • updates templates to generate classes conforming to latest needs of JCOBridge 2.6.4: JVMBridgeBase and JVMBridgeException inherited classes
    • dispose method of JVM is traslated to DisposeJVM in .NET
  • Docker: no changes
  • Documentation: aligns to latest code changes
  • Tests: update tests to cover more conditions

Official Docker images

Official NuGet packages (*)

(*) packages are also available on GitHub packages.

Official PowerShell packages

What's Changed

2.6.3.0

This release updates:

  • JNet:
    • updates to JCOBridge 2.6.3
    • Enum supports == and !=
    • ByteBuffer uses new API from JCOBridge
    • generates classes based on latest JNetReflector
  • JNet Templates: no changes
  • JNetCLI: no changes
  • JNetCLICore: no changes
  • JNetPS: no changes
  • JNetPSCore: no changes
  • JNetReflector: no changes
  • Docker: no changes
  • Documentation: no changes
  • Tests: no changes

Official Docker images

Official NuGet packages (*)

(*) packages are also available on GitHub packages.

Official PowerShell packages

What's Changed

2.6.2.0

This release updates mainly JNet area:

  • JNet:
    • updates to JCOBridge 2.6.2
    • updates some methods to avoi usage of SetupJVMWrapper deprecated methods/proprties
    • generates classes based on latest JNetReflector
  • JNet Templates: updates to avoid SetupJVMWrapper deprecated methods/proprties
  • JNetCLI: no changes
  • JNetCLICore: no changes
  • JNetPS: no changes
  • JNetPSCore: no changes
  • JNetReflector: no changes
  • Docker: no changes
  • Documentation: no changes
  • Tests: no changes

Official Docker images

Official NuGet packages (*)

(*) packages are also available on GitHub packages.

Official PowerShell packages

What's Changed

Full Changelog: masesgroup/JNet@V2.6.1.0...V2.6.2.0

2.6.1.0

This release updates mainly JNet area:

  • JNet:
    • updates to JCOBridge 2.6.1
    • generates classes based on latest JNetReflector
  • JNet Templates: no changes
  • JNetCLI: no changes
  • JNetCLICore: no changes
  • JNetPS: no changes
  • JNetPSCore: no changes
  • JNetReflector: no changes
  • Docker: no changes
  • Documentation: no changes
  • Tests: adds new test for listeners

Official Docker images

Official NuGet packages (*)

(*) packages are also available on GitHub packages.

Official PowerShell packages

What's Changed

Full Changelog: masesgroup/JNet@V2.6.0.0...V2.6.1.0

2.6.0.0

This release updates mainly JNetReflector and JNet areas:

  • JNet:
    • updates to JCOBridge 2.6.0
    • adds WriteEventOrExceptionOnCmdLine command-line switch
    • generates classes based on latest JNetReflector
  • JNet Templates: no changes
  • JNetCLI: no changes
  • JNetCLICore: no changes
  • JNetPS: no changes
  • JNetPSCore: no changes
  • JNetReflector:
    • updates generation templates for:
      • latest JCOBridge API
      • JCOBridge API location
    • namespace becomes MASES.JNet.Reflector
  • Docker: no changes
  • Documentation: updates based on latest changes

Official Docker images

Official NuGet packages (*)

(*) packages are also available on GitHub packages.

Official PowerShell packages

What's Changed

2.5.13.0

This release updates mainly JNetReflector and JNet areas:

  • JNet:
    • updates Microsoft.Bcl.AsyncInterfaces version
    • adds some methods to manage async/await behavior
    • add feature toggles for CLI argument and mode support
    • generates classes based on latest JNetReflector
  • JNet Templates: updates management of CET under all .NET versions
  • JNetCLI: update namespaces to MASES.JNet.CLI
  • JNetCLICore: new package to support CLI operations
  • JNetPS: Update namespaces to MASES.JNet.PowerShell
  • JNetPSCore: no changes
  • JNetReflector:
    • adds new option ExtraFilePath
    • Adds multiple arguments constructor on listener declaration
    • Update help on non automatic implemented interfaces
  • Docker: no changes
  • Documentation: updates based on copyright notice and following the latest changes

Official Docker images

Official NuGet packages (*)

(*) packages are also available on GitHub packages.

Official PowerShell packages

What's Changed

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: MASES.JNet
  dependency-version: 2.6.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 23, 2025
@masesdevelopers masesdevelopers merged commit ff5929f into release/2.9.X Oct 2, 2025
4 of 9 checks passed
@masesdevelopers masesdevelopers deleted the dependabot/nuget/src/net/KNet/release/2.9.X/MASES.JNet-2.6.4 branch October 2, 2025 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant