History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRUBY-2169
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Charles Oliver Nutter
Reporter: Bill Dortch
Votes: 0
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
JRuby

JavaClass missing support for Class methods supporting resources, annotations, etc.

Created: 23/Feb/08 04:45 PM   Updated: 10/Sep/08 06:51 PM
Component/s: Java Integration
Affects Version/s: None
Fix Version/s: JRuby 1.1

Time Tracking:
Not Specified


 Description  « Hide
JavaClass is missing support for some basic Class methods supporting resources, modifiers, etc., plus new (1.5) methods supporting annotations, etc. Fix coming shortly.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Charles Oliver Nutter - 24/Feb/08 06:38 PM
Keep us posted...we're looking to push out a new RC3 very soon.

Bill Dortch - 24/Feb/08 08:54 PM
Working on some unit tests tonight, though it's mostly pretty straightforward, just exposing existing functionality. Will commit sometime tonight. There's another couple of JI changes I'd like to get in before RC3 – when is release planned?

Bill Dortch - 25/Feb/08 04:34 AM
Some work committed to trunk in r6025, including support for resources and annotations. More to be done for JavaProxyConstructor and JavaProxyMethod. Other, unrelated, JI work also TBD, hopefully before 1.1RC3.

Charles Oliver Nutter - 26/Aug/08 02:15 AM
I'm marking this as fixed in 1.1 since we're moving toward EOLing JavaClass and friends in favor of eventually just having people access java.lang.Class directly. There's little reason to have the reflection wrappers anymore, so I think what we have will be fine until we make that larger move. Also, there's been no external RFE for the additional missing features, so there's no driving reason to make additional enhancements to a dead-end API.