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
Type
/
to 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 }}
pcwinters
/
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 Jan 29, 2015
update commons-lang jar to commit b6b635a00f1e00b205cc02c0f123451e71c617fb
joeferner
committed
f3ea8d8
View commit details
Copy full SHA for f3ea8d8
Browse repository at this point
Commits on Jan 28, 2015
v0.4.5
joeferner
committed
f38de67
View commit details
Copy full SHA for f38de67
Browse repository at this point
Commits on Jan 15, 2015
Merge pull request #189 from jimlloyd/feature/promises-clarifications.r1
Show description for cecac70
joeferner
committed
cecac70
View commit details
Copy full SHA for cecac70
Browse repository at this point
Clarifications to Promises implementation (mostly documentation).
jimlloyd
committed
94f1886
View commit details
Copy full SHA for 94f1886
Browse repository at this point
Commits on Jan 14, 2015
remove more jdk 1.6 references
joeferner
committed
23b6f58
View commit details
Copy full SHA for 23b6f58
Browse repository at this point
drop support for JDK 1.6
joeferner
committed
20d6e04
View commit details
Copy full SHA for 20d6e04
Browse repository at this point
Merge pull request #187 from jimlloyd/feature/promises.r2
Show description for 0da4938
joeferner
committed
0da4938
View commit details
Copy full SHA for 0da4938
Browse repository at this point
Disable one test at runtime if running OpenJDK6.
Show description for bff8a38
jimlloyd
committed
bff8a38
View commit details
Copy full SHA for bff8a38
Browse repository at this point
Add promises test with many chained .then() calls.
jimlloyd
committed
319c9a1
View commit details
Copy full SHA for 319c9a1
Browse repository at this point
Document in testHelpers.js the tested promises implementations.
jimlloyd
committed
57bbcb8
View commit details
Copy full SHA for 57bbcb8
Browse repository at this point
Document promises in the README.md.
jimlloyd
committed
cf1a538
View commit details
Copy full SHA for cf1a538
Browse repository at this point
Promisify three async methods of Java module.
Show description for d6aef41
jimlloyd
committed
d6aef41
View commit details
Copy full SHA for d6aef41
Browse repository at this point
Assert if promisfy doesn't return a function. Use 'promiseSuffix' instead of 'suffix'.
jimlloyd
committed
80f543f
View commit details
Copy full SHA for 80f543f
Browse repository at this point
SetAccessor to prohibit overwriting of asyncOptions, and some other refinements.
jimlloyd
committed
1a10c0a
View commit details
Copy full SHA for 1a10c0a
Browse repository at this point
Promisify java class static methods on import.
jimlloyd
committed
d9c25b0
View commit details
Copy full SHA for d9c25b0
Browse repository at this point
Use when instead of bluebird for compatiblity with node 0.8.
jimlloyd
committed
63be4ce
View commit details
Copy full SHA for 63be4ce
Browse repository at this point
Fix build on node 0.11.
jimlloyd
committed
7a688ec
View commit details
Copy full SHA for 7a688ec
Browse repository at this point
First rough draft of adding support for promises.
jimlloyd
committed
e79e0a3
View commit details
Copy full SHA for e79e0a3
Browse repository at this point
Commits on Jan 8, 2015
upgrade nan version
joeferner
committed
20d0f1f
View commit details
Copy full SHA for 20d0f1f
Browse repository at this point
Commits on Nov 18, 2014
v0.4.4
joeferner
committed
e113984
View commit details
Copy full SHA for e113984
Browse repository at this point
Merge pull request #171 from wickedest/master
Show description for 8b28e64
joeferner
committed
8b28e64
View commit details
Copy full SHA for 8b28e64
Browse repository at this point
Merge pull request #175 from jimlloyd/issue/172-fix-test-for-unsupported-java-version
Show description for b51af47
joeferner
committed
b51af47
View commit details
Copy full SHA for b51af47
Browse repository at this point
Use better test for UnsupportedClassVersionError.
Show description for 2d60bf6
jimlloyd
committed
2d60bf6
View commit details
Copy full SHA for 2d60bf6
Browse repository at this point
Commits on Nov 8, 2014
Replaces snprintf with std library equiv.
wickedest
committed
bbbadd5
View commit details
Copy full SHA for bbbadd5
Browse repository at this point
Fixes compile issue with snprintf on windows
wickedest
committed
9f3a040
View commit details
Copy full SHA for 9f3a040
Browse repository at this point
Commits on Oct 21, 2014
v0.4.3
joeferner
committed
aa920cc
View commit details
Copy full SHA for aa920cc
Browse repository at this point
Merge pull request #168 from jimlloyd/feature/jdk8-squashed
Show description for cae926e
joeferner
committed
cae926e
View commit details
Copy full SHA for cae926e
Browse repository at this point
Add support for Java 8.
Show description for 9497ebc
jimlloyd
committed
9497ebc
View commit details
Copy full SHA for 9497ebc
Browse repository at this point
Commits on Oct 2, 2014
update readme with troubleshooting section
joeferner
committed
3527d4f
View commit details
Copy full SHA for 3527d4f
Browse repository at this point
add integration test for webkit
joeferner
committed
9a53ed4
View commit details
Copy full SHA for 9a53ed4
Browse repository at this point
use Nan to get value from persistant
joeferner
committed
9f47674
View commit details
Copy full SHA for 9f47674
Browse repository at this point
Commits on Sep 28, 2014
compile NodeDynamicProxyClass with jdk 1.6 for compatibility
joeferner
committed
b48aafe
View commit details
Copy full SHA for b48aafe
Browse repository at this point
Merge branch 'facboy-master'
joeferner
committed
c66acec
View commit details
Copy full SHA for c66acec
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.