Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
facboy
/
node-java
Public
forked from
joeferner/node-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Sep 28, 2014
Fix dynamic proxy unref() so that it can be called from Js and Java.
Show description for 598bc87
facboy
committed
598bc87
View commit details
Copy full SHA for 598bc87
Browse repository at this point
Commits on Sep 8, 2014
Merge pull request #158 from curasystems/master
Show description for 0b67aaf
joeferner
committed
0b67aaf
View commit details
Copy full SHA for 0b67aaf
Browse repository at this point
fixed for windows build (postInstall did not correctly handle non 'so' file cases anymore
matthiasg
committed
e9a9993
View commit details
Copy full SHA for e9a9993
Browse repository at this point
Commits on Sep 7, 2014
Merge pull request #156 from facboy/master
Show description for 3d499ff
joeferner
committed
3d499ff
View commit details
Copy full SHA for 3d499ff
Browse repository at this point
Update NodeDynamicProxy.java to compare Proxy rather than InvocationHandler. Update dynamicProxy-test accordingly.
facboy
committed
d1f9524
View commit details
Copy full SHA for d1f9524
Browse repository at this point
Create java.lang.reflect.Proxy once per instance instead of on every invocation.
Show description for d502320
facboy
committed
d502320
View commit details
Copy full SHA for d502320
Browse repository at this point
Commits on Sep 6, 2014
Merge pull request #154 from curasystems/master
Show description for bbb0a9a
joeferner
committed
bbb0a9a
View commit details
Copy full SHA for bbb0a9a
Browse repository at this point
fixed solaris 'so' files search
matthiasg
committed
e05fe0c
View commit details
Copy full SHA for e05fe0c
Browse repository at this point
minor change
matthiasg
committed
e46d560
View commit details
Copy full SHA for e46d560
Browse repository at this point
minor fix
matthiasg
committed
5c5ea30
View commit details
Copy full SHA for 5c5ea30
Browse repository at this point
removed debugging output. added removal of repeated jre/jre etc in so path
matthiasg
committed
87958e7
View commit details
Copy full SHA for 87958e7
Browse repository at this point
added more temp debugging
matthiasg
committed
a19605a
View commit details
Copy full SHA for a19605a
Browse repository at this point
some temporary debugging to postInstall
matthiasg
committed
a89eb06
View commit details
Copy full SHA for a89eb06
Browse repository at this point
some more changes for solaris
matthiasg
committed
5b5bfb7
View commit details
Copy full SHA for 5b5bfb7
Browse repository at this point
updated include dirs for solaris
matthiasg
committed
204c7a4
View commit details
Copy full SHA for 204c7a4
Browse repository at this point
added solaris support
matthiasg
committed
d960bfa
View commit details
Copy full SHA for d960bfa
Browse repository at this point
gs
matthiasg
committed
cb4da49
View commit details
Copy full SHA for cb4da49
Browse repository at this point
Commits on Sep 2, 2014
ignore kdev include paths
joeferner
committed
dfe86e9
View commit details
Copy full SHA for dfe86e9
Browse repository at this point
dispose of dynamicProxyData->functions
joeferner
committed
ace4428
View commit details
Copy full SHA for ace4428
Browse repository at this point
fix formatting and remove unused newThrowable function
joeferner
committed
6273408
View commit details
Copy full SHA for 6273408
Browse repository at this point
ignore kdev files
joeferner
committed
7a65135
View commit details
Copy full SHA for 7a65135
Browse repository at this point
Merge branch 'facboy-master'
joeferner
committed
edbbadd
View commit details
Copy full SHA for edbbadd
Browse repository at this point
Merge branch 'master' of github.com:facboy/node-java into facboy-master
Show description for 9ebfd25
joeferner
committed
9ebfd25
View commit details
Copy full SHA for 9ebfd25
Browse repository at this point
Commits on Sep 1, 2014
Update NodeJsException.java
facboy
committed
b5f022f
View commit details
Copy full SHA for b5f022f
Browse repository at this point
Commits on Aug 31, 2014
Propagate node.js exceptions into Java.
facboy
committed
8014db7
View commit details
Copy full SHA for 8014db7
Browse repository at this point
re-compile classes using jdk 6 for better compatibility
joeferner
committed
8518178
View commit details
Copy full SHA for 8518178
Browse repository at this point
Merge pull request #152 from facboy/master
Show description for b46f4bb
joeferner
committed
b46f4bb
View commit details
Copy full SHA for b46f4bb
Browse repository at this point
Commits on Aug 30, 2014
Make dynamic java proxy equals/hashCode methods equivalent to java.lang.Object if they are not defined on the js proxy.
facboy
committed
c3f157c
View commit details
Copy full SHA for c3f157c
Browse repository at this point
Fix https://github.com/joeferner/node-java/issues/143 (threading bug on Windows).
Show description for 7f4a100
facboy
committed
7f4a100
View commit details
Copy full SHA for 7f4a100
Browse repository at this point
Commits on Aug 15, 2014
Merge pull request #150 from CGavrila/master
Show description for 58c59b8
joeferner
committed
58c59b8
View commit details
Copy full SHA for 58c59b8
Browse repository at this point
Adding support for zLinux and PowerPC
Show description for ea67348
CGavrila
committed
ea67348
View commit details
Copy full SHA for ea67348
Browse repository at this point
Commits on Aug 9, 2014
Merge pull request #145 from sstone1/master
Show description for 79cb89b
jsdevel
committed
79cb89b
View commit details
Copy full SHA for 79cb89b
Browse repository at this point
Add support for linking against IBM JVMs (squashed)
sstone1
committed
46509f4
View commit details
Copy full SHA for 46509f4
Browse repository at this point
Commits on Jul 30, 2014
fix index issue
joeferner
committed
5c32ac6
View commit details
Copy full SHA for 5c32ac6
Browse repository at this point
Commits on Jul 28, 2014
support creating int and double arrays
joeferner
committed
c30a2ee
View commit details
Copy full SHA for c30a2ee
Browse repository at this point
Previous
Next
You can’t perform that action at this time.