'old' JIRA issues

2006-03-05 Thread Mikhail Loenko
Dear committers Can I somehow help with processing issues like [76] , [95], and [147]? These issues imply massive update and kind of block submitting further improvements for the related code... Thanks, Mikhail Intel Middleware Products Division [76]

[jira] Updated: (HARMONY-92) Suggestion: Move com.ibm.platform from NIO to LUNI

2006-03-05 Thread Mark Hindess (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-92?page=all ] Mark Hindess updated HARMONY-92: Attachment: new.refactor.tar.gz I've created a new version of these changes (from scratch to avoid provenance issues giving Geir headaches). There are

Re: [jira] Created: (HARMONY-168) Java 5.0 methods missing in java.lang.StringBuffer class

2006-03-05 Thread Mark Hindess
On 05/03/06, Nathan Beyer [EMAIL PROTECTED] wrote: I have a patch for this, as soon as I can get onto JIRA. Is the issues.apache.org box down? Seems to be. I'm waiting to upload some patches too. :-( -Mark. -- Mark Hindess [EMAIL PROTECTED] IBM Java Technology Centre, UK.

Garbage Collection

2006-03-05 Thread FaeLLe
Hello, This is a slightly off topic post but I was wondering if anyone could point me in the right direction to obtaining research papers on Distributed Reference Counting and Garbage Collection either both of them or just Garbage Collection in Java. If anyone has any out of print or rare papers

[RESULT] Re: [VOTE] Accept HARMONY-57 : Contribution of unit test code for a number of components

2006-03-05 Thread Geir Magnusson Jr
+1 from geir, tim, richard, dims, stefano, karan, leo, nathan no dissenting. Geir Magnusson Jr wrote: All paperwork has been received. I'll be getting that into SVN today, but lets get the voting kicked off... Please vote on acceptance of the donation of ontribution of unit test code for a

[RESULT] Re: [VOTE] Accept HARMONY-88 : Contribution of code and unit tests for jndi, logging, prefs and sql plus unit tests only for beans, crypto, math, regex and security

2006-03-05 Thread Geir Magnusson Jr
+1 from geir, tim, stefano, karan, nathan, dims, Geir Magnusson Jr wrote: All paperwork has been received. I'll be getting that into SVN today, but lest get the voting kicked off... Please vote on acceptance of the donation of Contribution of code and unit tests for jndi, logging, prefs and

Re: local test server (Was: Re: [jira] Commented: (HARMONY-71) java.net.URLConnection.setUseCaches throws unspecified IllegalAccessError)

2006-03-05 Thread Richard Liang
Yes, Jetty is a good option :-) Richard Liang China Software Development Lab, IBM Geir Magnusson Jr wrote: Stepan Mishura wrote: Tim, George, I'd like to resume this topic Thanks for posting to the dev list :) There is no way to force a server to send you a chunked response using

[jira] Updated: (HARMONY-168) Java 5.0 methods missing in java.lang.StringBuffer class

2006-03-05 Thread Nathan Beyer (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-168?page=all ] Nathan Beyer updated HARMONY-168: - Attachment: StringBuffer_missing_methods.txt StringBuffer_missing_methods.txt is a patch for these missing methods and test methods for the respective test

[jira] Created: (HARMONY-170) java.nio.charset.CharsetEncoder.encode method does not handle the unexpected exception

2006-03-05 Thread Richard Liang (JIRA)
java.nio.charset.CharsetEncoder.encode method does not handle the unexpected exception -- Key: HARMONY-170 URL: http://issues.apache.org/jira/browse/HARMONY-170 Project: Harmony

[jira] Updated: (HARMONY-92) Suggestion: Move com.ibm.platform from NIO to LUNI

2006-03-05 Thread Mark Hindess (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-92?page=all ] Mark Hindess updated HARMONY-92: Attachment: 06.remove-obsolete.sh If you apply my changes then a number of files are no longer required. The 06 script removes them. Suggestion: Move

[jira] Updated: (HARMONY-170) java.nio.charset.CharsetEncoder.encode method does not handle the unexpected exception

2006-03-05 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-170?page=all ] Richard Liang updated HARMONY-170: -- Attachment: CharsetEncoder_patch.txt CharsetEncoderTest_patch.txt Hello Tim, Please try my patch and the proposed test cases. Thanks a

Re: Understanding JAPI tools

2006-03-05 Thread Paulex Yang
Stuart, Stuart Ballard wrote: Tim Ellison t.p.ellison at gmail.com writes: Stuart: is there some way to avoid JAPI taking inherited API signatures into account when doing the diff? kinda like the javadoc tool. This is something of a Japi FAQ (I should probably put together a Japi

Re: J2SE 5 Plan / Roadmap

2006-03-05 Thread Paulex Yang
Nathan Beyer wrote: Excellent document! This can probably be split up into a couple pieces; here are some of my thoughts. * JLS3 bytecode support - Can the current VM load JLS3 class files? If not, what's missing (besides the major.minor version header)? Can some features be enabled/uplifted

[jira] Created: (HARMONY-171) Move more shared code from win/linux natives.

2006-03-05 Thread Mark Hindess (JIRA)
Move more shared code from win/linux natives. - Key: HARMONY-171 URL: http://issues.apache.org/jira/browse/HARMONY-171 Project: Harmony Type: Improvement Components: Classlib Reporter: Mark Hindess Priority:

[jira] Updated: (HARMONY-171) Move more shared code from win/linux natives.

2006-03-05 Thread Mark Hindess (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-171?page=all ] Mark Hindess updated HARMONY-171: - Attachment: 01.shared.moves.sh 02.shared.diff The 01 script moves the files and the 02 diff will then fix up the makefiles to pick up the

Re: local test server (Was: Re: [jira] Commented: (HARMONY-71) java.net.URLConnection.setUseCaches throws unspecified IllegalAccessError)

2006-03-05 Thread Stepan Mishura
On 3/3/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: ...snip... I believe this approach may be applied for most of cases and allow us to eliminate dependency on an external server. And give us tight control to be able to mimic misbehavior on the server side to be sure that the library behaves

[jira] Updated: (HARMONY-160) Three JSE 5 methods are not implemented in java.util.zip.InflaterInputStream

2006-03-05 Thread Paulex Yang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-160?page=all ] Paulex Yang updated HARMONY-160: Attachment: java.util.zip.InflaterStreamTests.patch The prior fix is fine, thx. Here goes the patch for tests. Three JSE 5 methods are not implemented in

[jira] Updated: (HARMONY-158) Two JSE 5 methods are not implemented in java.util.zip.Deflator

2006-03-05 Thread Paulex Yang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-158?page=all ] Paulex Yang updated HARMONY-158: Attachment: java.util.zip.Deflater.patch java.util.zip.DeflaterTests.patch 158-native-patch.txt The patches are attached, one

Re: [jira] Resolved: (HARMONY-153) mark deprecated API

2006-03-05 Thread Mikhail Loenko
Verified 2006/3/3, Tim Ellison [EMAIL PROTECTED]: Mikhail Loenko wrote: One fix was applied to a wrong file, it was applied to java.security.Policy instead of javaX.security.Policy javax.security.auth.Policy, right? I've moved it -- thanks. (My patch program wouldn'd read your