Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: masesgroup/JNet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: V2.6.2.0
Choose a base ref
...
head repository: masesgroup/JNet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: V2.6.3.0
Choose a head ref
  • 14 commits
  • 7,261 files changed
  • 3 contributors

Commits on Aug 25, 2025

  1. Bump actions/checkout from 4 to 5 (#694)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    a57c82d View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-java from 4 to 5 (#695)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    b9973cd View commit details
    Browse the repository at this point in the history
  3. Bump actions/upload-pages-artifact from 3 to 4 (#696)

    Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-pages-artifact/releases)
    - [Commits](actions/upload-pages-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-pages-artifact
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    67b8602 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Added ability to check Enum with == (#698)

    * Added ability to check Enum with ==
    
    * Manage error condition returning an exception printed with a result on command-line to force Test execution to stop
    masesdevelopers authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    79873fb View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Update to JCOBridge 2.6.3-rc2 (#700)

    * Update to JCOBridge 2.6.3-rc
    
    * Alignment to latest updates related to DirectBuffer
    
    * Aligned workflow to latest updates
    
    * Update test program
    
    * Update to JCOBridge 2.6.3 RC2
    masesdevelopers authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    ceae663 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Configuration menu
    Copy the full SHA
    090b033 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Bump actions/attest-build-provenance from 2 to 3 (#703)

    Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2 to 3.
    - [Release notes](https://github.com/actions/attest-build-provenance/releases)
    - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
    - [Commits](actions/attest-build-provenance@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/attest-build-provenance
      dependency-version: '3'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    6df12d6 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-dotnet from 4 to 5 (#702)

    Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-dotnet/releases)
    - [Commits](actions/setup-dotnet@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-dotnet
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    4b19dc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

  1. Update to JCOBridge 2.6.3-rc5 (#704)

    * Update to JCOBridge 2.6.3-rc4
    
    * Update test program
    
    * Review test to avoid previous allocation
    
    * Adds iterations
    
    * More info
    
    * Try to break if there is a Java.Lang.OutOfMemoryError
    
    * Better output
    
    * Review output
    
    * Little review
    
    * Update to JCOBridge 2.6.3-rc5
    
    * Adds release branch in dependabot
    masesdevelopers authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    d414439 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2025

  1. Bump MASES.JCOBridge from 2.6.3-rc5 to 2.6.3 (#714)

    ---
    updated-dependencies:
    - dependency-name: MASES.JCOBridge
      dependency-version: 2.6.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: MASES.JCOBridge
      dependency-version: 2.6.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    ec1ec9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d29e53 View commit details
    Browse the repository at this point in the history
  3. Bump version to 2.6.3 across all projects (#715)

    Updated version numbers from 2.6.2 to 2.6.3 in Maven, NuGet, PowerShell module, and .NET project files to prepare for a new release.
    masesdevelopers authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    caf360a View commit details
    Browse the repository at this point in the history
  4. Update generated classes after commit caf360a (#718)

    Co-authored-by: masesdevelopers <94312179+masesdevelopers@users.noreply.github.com>
    github-actions[bot] and masesdevelopers authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    1c25728 View commit details
    Browse the repository at this point in the history
  5. Update documentation after commit 1c25728 (#719)

    Co-authored-by: masesdevelopers <94312179+masesdevelopers@users.noreply.github.com>
    github-actions[bot] and masesdevelopers authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    fb375d3 View commit details
    Browse the repository at this point in the history
Loading