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 }}
learningendless
/
jruby
Public
forked from
jruby/jruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
Breadcrumbs
History for
jruby
src
org
jruby
java
on
tmpdir-failure
User selector
All users
All time
Commit history
Commits on Sep 13, 2011
Fix NPE when rendering an ArgumentError for Ruby to Java invocations.
headius
committed
b158c66
View commit details
Copy full SHA for b158c66
View code at this point
Browse repository at this point
Commits on Aug 24, 2011
Fix JRUBY-5994: Bad performance using hash accessors on ConcurrentMap
Show description for 966d8e8
headius
committed
966d8e8
View commit details
Copy full SHA for 966d8e8
View code at this point
Browse repository at this point
Commits on Aug 16, 2011
Clean up too-narrow (or unnecessary) casts.
Show description for d17bd1e
headius
committed
d17bd1e
View commit details
Copy full SHA for d17bd1e
View code at this point
Browse repository at this point
try to load the class before generating it
qmx
committed
031b606
View commit details
Copy full SHA for 031b606
View code at this point
Browse repository at this point
Commits on Aug 15, 2011
Don't present a NativeCall from Java methods that are not public or come from non-public classes.
headius
committed
401bb15
View commit details
Copy full SHA for 401bb15
View code at this point
Browse repository at this point
Commits on Aug 13, 2011
Improve inspect output for Java arrays.
headius
committed
7d104a9
View commit details
Copy full SHA for 7d104a9
View code at this point
Browse repository at this point
Commits on Aug 12, 2011
Fix JRUBY-5980: Unable to call varargs constructor with 0 arguments.
Show description for faad708
headius
committed
faad708
View commit details
Copy full SHA for faad708
View code at this point
Browse repository at this point
Commits on Aug 11, 2011
Improve error message for failed Java method lookup, with signature list when there are overloads.
headius
committed
e78e707
View commit details
Copy full SHA for e78e707
View code at this point
Browse repository at this point
Commits on Aug 10, 2011
Use lowest-arity version of varargs core methods and lowest non-overloaded arity of overloaded java methods for indy calls.
headius
committed
6a0e5fa
View commit details
Copy full SHA for 6a0e5fa
View code at this point
Browse repository at this point
Commits on Jul 28, 2011
Merge branch 'master' into autoload-threadsafe
Hiroshi Nakamura
committed
f31ddd4
View commit details
Copy full SHA for f31ddd4
View code at this point
Browse repository at this point
Commits on Jul 11, 2011
Greatly improve polymorphic Java dispatch by actually caching the found methods (d'oh!)
headius
committed
2f13010
View commit details
Copy full SHA for 2f13010
View code at this point
Browse repository at this point
Commits on Jul 10, 2011
Deprecation of fast constant access paths.
Show description for 6f159fe
Hiroshi Nakamura
committed
6f159fe
View commit details
Copy full SHA for 6f159fe
View code at this point
Browse repository at this point
Commits on Jun 9, 2011
Initial support for directly binding Java invocations from Ruby. Only no-arg calls with coercible return values (or void) supported for now.
headius
committed
c58a86d
View commit details
Copy full SHA for c58a86d
View code at this point
Browse repository at this point
Commits on Jun 7, 2011
JRUBY-5852: Improve failed serialization message a bit
nicksieger
committed
d915e34
View commit details
Copy full SHA for d915e34
View code at this point
Browse repository at this point
Commits on Jun 6, 2011
Better error message for marshaling an unserializable Java object.
headius
committed
88515c6
View commit details
Copy full SHA for 88515c6
View code at this point
Browse repository at this point
Commits on May 28, 2011
Fix for JRUBY-5820. Found each19 method was missing in MapJavaProxy class.
yokolet
committed
8661552
View commit details
Copy full SHA for 8661552
View code at this point
Browse repository at this point
Commits on Feb 17, 2011
Fix JRUBY-5514: Errno::EBADF is sometimes raised instead of IOError when TCPSocket#readline is called after TCPSocket#close
Show description for 15832d3
headius
committed
15832d3
View commit details
Copy full SHA for 15832d3
View code at this point
Browse repository at this point
Commits on Feb 14, 2011
Fix JRUBY-5483: become_java! only works on the first subclass of a deep class hierarchy
Show description for c27dd59
headius
committed
c27dd59
View commit details
Copy full SHA for c27dd59
View code at this point
Browse repository at this point
Commits on Feb 3, 2011
JRUBY-5444: Fix oversight that polluted Object with #to_channel
nicksieger
committed
bb4dc28
View commit details
Copy full SHA for bb4dc28
View code at this point
Browse repository at this point
Commits on Jan 18, 2011
In process of getting Scala singletons working
Show description for e7dce62
dpp
authored and
headius
committed
e7dce62
View commit details
Copy full SHA for e7dce62
View code at this point
Browse repository at this point
Commits on Jan 14, 2011
Bug fix for MapJavaProxy. This resolves JRUBY-5353 and JRUBY-5354.
yokolet
committed
71ad726
View commit details
Copy full SHA for 71ad726
View code at this point
Browse repository at this point
Commits on Jan 8, 2011
Fix for the case that wrong number of args are given to constructor.
yokolet
committed
ce516bd
View commit details
Copy full SHA for ce516bd
View code at this point
Browse repository at this point
Commits on Jan 5, 2011
Mixed MapJavaProxy in successfully. Ant spec passed. But, ant test failed in spec/java_integration/spec.quiet.opts. Other ant test passed.
yokolet
committed
bc7b17f
View commit details
Copy full SHA for bc7b17f
View code at this point
Browse repository at this point
starting attempt to add all Ruby Hash methods to java.util.Map type object.
yokolet
committed
61aca76
View commit details
Copy full SHA for 61aca76
View code at this point
Browse repository at this point
Commits on Jan 3, 2011
JRUBY-5004: remove unused imports
Show description for 095a36a
Hiroshi Nakamura
committed
095a36a
View commit details
Copy full SHA for 095a36a
View code at this point
Browse repository at this point
Commits on Jan 1, 2011
using OneShotClassLoader to generate interface wrappers
Show description for 5d8bfad
qmx
authored and
headius
committed
5d8bfad
View commit details
Copy full SHA for 5d8bfad
View code at this point
Browse repository at this point
Commits on Dec 29, 2010
Fix JRUBY-5195: odd awt crash
Show description for d687d16
headius
committed
d687d16
View commit details
Copy full SHA for d687d16
View code at this point
Browse repository at this point
Commits on Dec 1, 2010
Merge "backtrace" branch to master, now that it runs clean on all our various test cases.
Show description for fd0fa78
headius
committed
fd0fa78
View commit details
Copy full SHA for fd0fa78
View code at this point
Browse repository at this point
Commits on Nov 15, 2010
Port remaining JavaArrayUtilities.java_to_ruby to Java, since it's faster and no more complex.
headius
committed
9d8803b
View commit details
Copy full SHA for 9d8803b
View code at this point
Browse repository at this point
Port ArrayJavaProxyCreator to Java, with an eye for performance and eventual elimination.
headius
committed
8ed94cc
View commit details
Copy full SHA for 8ed94cc
View code at this point
Browse repository at this point
Commits on Nov 4, 2010
Explicitly use the JRubyClassLoader when unmarshaling Java objects
Show description for f51ac54
Ryan Brown
authored and
headius
committed
f51ac54
View commit details
Copy full SHA for f51ac54
View code at this point
Browse repository at this point
Commits on Oct 20, 2010
Escape hatch for JRUBY-5105: scripting java: unable to access non static final variables
Show description for 7a79d16
headius
committed
7a79d16
View commit details
Copy full SHA for 7a79d16
View code at this point
Browse repository at this point
Commits on Sep 14, 2010
Improve dumping of generated bytecode by including class and method name when possible.
headius
committed
4375b30
View commit details
Copy full SHA for 4375b30
View code at this point
Browse repository at this point
Commits on Sep 3, 2010
Some jet-lagged drunken trivial nb-shutting up stuff (and some tab to whitespace conversion)
enebo
committed
d827f9f
View commit details
Copy full SHA for d827f9f
View code at this point
Browse repository at this point
Commits on Aug 7, 2010
Improvement to the JRUBY-4981 interface-impl classloader fix.
headius
committed
5576d56
View commit details
Copy full SHA for 5576d56
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.