Re: [cp-patches] FYI: Some CORBA deprecations

2007-04-06 Thread Audrius Meskauskas
Tom Tromey wrote: Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark This only leaves 2 interfaces as missing for full 1.5 coverage. They are Mark simple to add, but I don't really know how they are supposed to be used. Mark They aren't referenced from any public method or class

Re: [cp-patches] ObjectName Serialized Form

2007-04-06 Thread Andrew John Hughes
Great work (I've been meaning to get on to this for a while) but I don't see this patch on Classpath HEAD. -- Andrew :) On Wednesday 04 April 2007 19:27, Andrew Haley wrote: Another patch for JBoss. Andrew. 2007-04-04 Andrew Haley [EMAIL PROTECTED] *

Re: [cp-patches] ObjectName Serialized Form

2007-04-06 Thread Andrew Haley
Andrew John Hughes writes: Great work (I've been meaning to get on to this for a while) but I don't see this patch on Classpath HEAD. Feel free to ckeck it in. I tend to check patches in as a batch once I've done a thorough set of tests. Andrew. -- Red Hat UK Ltd, Amberley Place, 107-111

[cp-patches] FYI: Fix ObjectName serialization

2007-04-06 Thread Andrew John Hughes
I'm applying Andrew Haley's recent patch to HEAD, along with the addition of a new ObjectName constant. Changelog: 2007-04-06 Andrew John Hughes [EMAIL PROTECTED] * javax/management/ObjectName.java: (WILDCARD): Added. 2007-04-04 Andrew Haley [EMAIL PROTECTED]

[cp-patches] FYI: Fix --enable-collections

2007-04-06 Thread Mark Wielaard
Hi, This fixes --enable-collections by adding the new java.util classes and by using Iterators explicitly (not through the enhanced for-loop which only works with java.lang.Iterable). But I am not sure it really makes sense to keep this supported. Could someone that uses it test that it still

Re: [cp-patches] FYI: Fix --enable-collections

2007-04-06 Thread Andrew John Hughes
On Friday 06 April 2007 16:54, Mark Wielaard wrote: Hi, This fixes --enable-collections by adding the new java.util classes and by using Iterators explicitly (not through the enhanced for-loop which only works with java.lang.Iterable). But I am not sure it really makes sense to keep this

Re: [cp-patches] FYI: Fix --enable-collections

2007-04-06 Thread Mark Wielaard
Hi Andrew, On Fri, 2007-04-06 at 18:42 +0100, Andrew John Hughes wrote: Did you run a VM with this patch applied? It breaks a normal build, due to a redundant semi-colon in Hashtable, which causes it to go into an infinite loop when populating Properties. Patch attached. Thanks and so

[cp-patches] FYI: Fix serialization of Notification and MBeanFeatureInfo

2007-04-06 Thread Andrew John Hughes
This patch makes the Notification and MBeanFeature/AttributeInfo classes serialization compatible with Sun's JDK. Changelog: 2007-04-06 Andrew John Hughes [EMAIL PROTECTED] * javax/management/MBeanAttributeInfo.java: (serialVersionUID): Added. *

[cp-patches] FYI: version bumping time

2007-04-06 Thread Mark Wielaard
Hi, Created a branch and bumped the version strings on the trunk: 2007-04-06 Mark Wielaard [EMAIL PROTECTED] * configure.ac (VERSION): Set to 0.96-pre. and branch: 2007-04-06 Mark Wielaard [EMAIL PROTECTED] * configure.ac (VERSION): Set to 0.95-rc. Committed, Mark diff

[cp-testresults] FAIL: regressions for mauve-jamvm on Fri Apr 6 12:07:54 UTC 2007

2007-04-06 Thread cpdev
Baseline from: Thu Dec 21 05:13:54 UTC 2006 Regressions: FAIL: gnu.java.security.jce.TestOfHttps FAIL: java.lang.Thread.sleep FAIL: java.net.URLConnection.getHeaderFields FAIL: java.nio.channels.FileChannel.map FAIL: javax.net.ssl.SSLEngine.TestHandshake FAIL:

[cp-testresults] FAIL: regressions for mauve-cacao on Fri Apr 6 12:40:58 UTC 2007

2007-04-06 Thread cpdev
Baseline from: Fri Apr 6 03:07:17 UTC 2007 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: javax.net.ssl.SSLEngine.TestHandshake Improvements: PASS: java.awt.ColorClass.brighter Totals: PASS: 2920 XPASS: 0 FAIL: 201 XFAIL: 0

[cp-testresults] FAIL: regressions for mauve-gij on Fri Apr 6 13:32:41 UTC 2007

2007-04-06 Thread cpdev
Baseline from: Thu Apr 5 09:10:59 UTC 2007 Regressions: FAIL: java.net.ServerSocket.AcceptTimeout FAIL: javax.swing.JTextField.fireActionPerformed FAIL: javax.swing.event.InternalFrameEvent.constructor FAIL: javax.swing.text.html.HTMLDocument.FindById New fails: FAIL:

[cp-testresults] FAIL: regressions for mauve-jamvm on Fri Apr 6 21:40:52 UTC 2007

2007-04-06 Thread cpdev
Baseline from: Thu Dec 21 05:13:54 UTC 2006 Regressions: FAIL: gnu.java.security.jce.TestOfHttps FAIL: java.net.URLConnection.getHeaderFields FAIL: javax.swing.TransferHandler.createTransferable FAIL: javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getFont

[cp-testresults] FAIL: regressions for mauve-gij on Fri Apr 6 23:00:06 UTC 2007

2007-04-06 Thread cpdev
Baseline from: Thu Apr 5 09:10:59 UTC 2007 Regressions: FAIL: java.net.ServerSocket.AcceptTimeout FAIL: javax.swing.JTextField.fireActionPerformed FAIL: javax.swing.event.InternalFrameEvent.constructor FAIL: javax.swing.text.html.HTMLDocument.FindById Improvements: PASS:

0.95 branch created

2007-04-06 Thread Mark Wielaard
Hi, A release branch has been created 'classpath-0_95-branch' I'll try to pick up any fixes made on the trunk, but if you feel some patch is release critical please do CC me. Mauve results and smoke tests (examples, eclipse, swingset 2d demo, jboss, jfreechart) look pretty good. There are some

[commit-cp] classpath ChangeLog lib/mkcollections.pl.in jav...

2007-04-06 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Mark Wielaard mark07/04/06 15:56:26 Modified files: . : ChangeLog lib: mkcollections.pl.in java/util : Collections.java HashMap.java Hashtable.java

[commit-cp] classpath ChangeLog configure.ac

2007-04-06 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Mark Wielaard mark07/04/06 22:42:12 Modified files: . : ChangeLog configure.ac Log message: * configure.ac (VERSION): Set to 0.96-pre. CVSWeb URLs:

[commit-cp] classpath ChangeLog configure.ac [classpath-0_95-branch]

2007-04-06 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: classpath-0_95-branch Changes by: Mark Wielaard mark07/04/06 22:44:13 Modified files: . : ChangeLog configure.ac Log message: * configure.ac (VERSION): Set to 0.95-rc.