-
Notifications
You must be signed in to change notification settings - Fork 289
Comparing changes
Open a pull request
base repository: joeferner/node-java
base: master
head repository: coderextreme/node-java
compare: master
- 10 commits
- 25 files changed
- 2 contributors
Commits on Aug 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cd5d690 - Browse repository at this point
Copy the full SHA cd5d690View commit details -
Fix macOS build with JDK 17 & 18.
(This fixes building the package only. #515 prevents it from actually working.)
Configuration menu - View commit details
-
Copy full SHA for d3521b4 - Browse repository at this point
Copy the full SHA d3521b4View commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4bdf5fe - Browse repository at this point
Copy the full SHA 4bdf5feView commit details -
Configuration menu - View commit details
-
Copy full SHA for d56bd45 - Browse repository at this point
Copy the full SHA d56bd45View commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b5c4d6 - Browse repository at this point
Copy the full SHA 9b5c4d6View commit details -
Actually test (and handle) argument count mismatch.
Always pass strings as const-ref and don't modify caller values, for correct error messages.
Configuration menu - View commit details
-
Copy full SHA for d300553 - Browse repository at this point
Copy the full SHA d300553View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6184ee - Browse repository at this point
Copy the full SHA d6184eeView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5346205 - Browse repository at this point
Copy the full SHA 5346205View commit details -
Wait for list.addPromise() to finish before adding next item.
Prevents ConcurrentModificationException in JDK 20.
Configuration menu - View commit details
-
Copy full SHA for 0323fce - Browse repository at this point
Copy the full SHA 0323fceView commit details
Commits on Apr 14, 2023
-
Merge pull request #1 from LeviticusMB/fix-modern-java
Fix modern java
Configuration menu - View commit details
-
Copy full SHA for 486bb55 - Browse repository at this point
Copy the full SHA 486bb55View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master