8000 Comparing joeferner:master...coderextreme:master · joeferner/node-java · GitHub
[go: up one dir, main page]

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: joeferner/node-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: coderextreme/node-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
10BC0 Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 25 files changed
  • 2 contributors

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    cd5d690 View commit details
    Browse the repository at this point in the history
  2. Fix macOS build with JDK 17 & 18.

    (This fixes building the package only. #515 prevents it from actually working.)
    LeviticusMB committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    d3521b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    4bdf5fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d56bd45 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    9b5c4d6 View commit details
    Browse the repository at this point in the history
  2. Actually test (and handle) argument count mismatch.

    Always pass strings as const-ref and don't modify caller values, for
    correct error messages.
    LeviticusMB committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    d300553 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6184ee View commit details
    Browse the repository at this point in the history
  4. Use a Java trampoline when calling Java code from JNI.

    This prevents the "null caller frame" error in recent
    JDKs. Additionally, if running on JDK 9+, search class hierarchy for a
    accessible method to invoke. This makes Arrays.asList(...).toArray()
    work.
    LeviticusMB committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    5346205 View commit details
    Browse the repo 978B sitory at this point in the history
  5. Wait for list.addPromise() to finish before adding next item.

    Prevents ConcurrentModificationException in JDK 20.
    LeviticusMB committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    0323fce View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Merge pull request #1 from LeviticusMB/fix-modern-java

    Fix modern java
    coderextreme authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    486bb55 View commit details
    Browse the repository at this point in the history
Loading
0