JDK 9 Early Access with Project Jigsaw build b36 is available on java.net

2014-11-03 Thread Rory O'Donnell Oracle, Dublin Ireland


Hi Mark/Mladen,

JDK 9 Early Access with Project Jigsaw build b36 is available on 
java.net [1]


The goal of Project Jigsaw [2] is to design and implement a standard 
module system for the Java SE Platform,

and to apply that system to the Platform itself and to the JDK.

As described in JEP 220 [3], this build provides a new runtime image 
structure. For example, this new runtime

image does not install an rt.jar file or a tools.jar file.

Please refer to Project Jigsaw's updated project pages [2]  [4] and 
Mark Reinhold's announcement email [5]

for further details.

We are very interested in your experiences testing this build. Comments, 
questions, and suggestions are
welcome on the jigsaw-dev mailing list or else submit bug reports via 
bugs.java.com.


Note: If you haven’t already subscribed to that mailing list then please 
do so first, otherwise

your message will be discarded as spam.


[1] https://jdk9.java.net/jigsaw/
[2] http://openjdk.java.net/projects/jigsaw/
[3] http://openjdk.java.net/jeps/220
[4] http://openjdk.java.net/projects/jigsaw/ea
[5] 
http://mail.openjdk.java.net/pipermail/jigsaw-dev/2014-November/003878.html


--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Early Access builds for JDK 9 b33 and JDK 8u40 b09 are available on java.net

2014-10-09 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen/Mark,

Early Access build for JDK 9 b33 https://jdk9.java.net/download/ is 
available on java.net, summary of changes are listed here 
http://www.java.net/download/jdk9/changes/jdk9-b33.html


Early Access build for JDK 8u40 b09 http://jdk8.java.net/download.html 
is available on java.net, summary of changes are listed here. 
http://www.java.net/download/jdk8u40/changes/jdk8u40-b09.html


Rgds,Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Early Access builds for JDK 9 b32 and JDK 8u40 b07 are available on java.net

2014-09-30 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen/Mark,

Early Access build for JDK 9 b32 https://jdk9.java.net/download/  is 
available on java.net, summary of changes are listed here 
http://www.java.net/download/jdk9/changes/jdk9-b32.html


Early Access build for JDK 8u40 b07 http://jdk8.java.net/download.html 
is available on java.net, summary of changes are listed here. 
http://www.java.net/download/jdk8u40/changes/jdk8u40-b07.html


Rgds,Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Early Access builds for JDK 9 b31 and JDK 8u40 b06 are available on java.net

2014-09-22 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen/Mark,

Early Access build for JDK 9 b31 https://jdk9.java.net/download/  is 
available on java.net, summary of changes are listed here 
http://www.java.net/download/jdk9/changes/jdk9-b31.html


Early Access build for JDK 8u40 b06 http://jdk8.java.net/download.html 
is available on java.net, summary of changes are listed here. 
http://www.java.net/download/jdk8u40/changes/jdk8u40-b06.html


Rgds,Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Re: Analysis of apache-tomcat-8.0.12 dependency on JDK-Internal APIs

2014-09-12 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mark,

Thanks for the feedback, I will follow up on this.

Rgds,Rory
On 11/09/2014 19:50, Mark Thomas wrote:

On 11/09/2014 14:59, Rory O'Donnell Oracle, Dublin Ireland wrote:

Hi Mladen/Mark,

As part of the preparations for JDK 9, Oracle’s engineers have been
analyzing open source projects like yours to understand usage.
One area of concern involves identifying compatibility problems, such as
reliance on JDK-internal APIs.

Our engineers have already prepared guidance on migrating some of the
more common usage patterns of JDK-internal APIs to supported public
interfaces. The list is on the OpenJDK wiki [0], along with instructions
on how to run the jdeps analysis tool yourself .

We have analyzed jar files within apache-tomcat-8.0.12 and found 0 jar
files depending on JDK-Internal APIs.

However, jdeps is a static analysis tool and therefore use of
JDK-internal APIs via reflection or dynamically generated bytecode are
not reported by the tool, while such a dependency should also be replaced.

If you have any feedback please reply either on this list or to me
directly.

We do make use JDK-Internal APIs but we always do it via reflection as
it is nearly always vendor specific.

The protection against JRE triggered memory leaks is a source of a lot
of internal API usage:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java?view=annotate

It would be great of there were public APIs we could use instead or
better still if the various memory leaks could be fixed.

Other than that, I can't think of any off-hand. Use the internal API is
something we try to avoid if at all possible.

Mark


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland





-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Early Access builds for JDK 9 b29 and JDK 8u40 b05 are available on java.net

2014-09-12 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen/Mark,

Early Access build for JDK 9 b29 https://jdk9.java.net/download/  is 
available on java.net, summary of changes are listed here 
http://www.java.net/download/jdk9/changes/jdk9-b29.html


Early Access build for JDK 8u40 b05 http://jdk8.java.net/download.html 
is available on java.net, summary of changes are listed here. 
http://www.java.net/download/jdk8u40/changes/jdk8u40-b05.html


Rgds,Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Analysis of apache-tomcat-8.0.12 dependency on JDK-Internal APIs

2014-09-11 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen/Mark,

As part of the preparations for JDK 9, Oracle’s engineers have been 
analyzing open source projects like yours to understand usage.
One area of concern involves identifying compatibility problems, such as 
reliance on JDK-internal APIs.


Our engineers have already prepared guidance on migrating some of the 
more common usage patterns of JDK-internal APIs to supported public 
interfaces. The list is on the OpenJDK wiki [0], along with instructions 
on how to run the jdeps analysis tool yourself .


We have analyzed jar files within apache-tomcat-8.0.12 and found 0 jar 
files depending on JDK-Internal APIs.


However, jdeps is a static analysis tool and therefore use of 
JDK-internal APIs via reflection or dynamically generated bytecode are

not reported by the tool, while such a dependency should also be replaced.

If you have any feedback please reply either on this list or to me directly.

Rgds,Rory

[0] 
https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool


--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland





-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Early Access builds for JDK 9 b28 and JDK 8u40 b04 are available on java.net

2014-09-05 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen/Mark,

Early Access build for JDK 9 b28 https://jdk9.java.net/download/  is 
available on java.net, summary of changes are listed here 
http://www.java.net/download/jdk9/changes/jdk9-b28.html


Early Access build for JDK 8u40 b04 http://jdk8.java.net/download.html 
is available on java.net, summary of changes are listed here. 
http://www.java.net/download/jdk8u40/changes/jdk8u40-b04.html


Rgds,Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Early Access build for JDK 8u40 build 02 is available on java.net

2014-08-26 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen/Mark,

Early Access build for JDK 8u40 build 02 
http://jdk8.java.net/download.html is available on java.net.


Summary of changes in JDK 8u40 build 02 are listed here. 
http://www.java.net/download/jdk8u40/changes/jdk8u40-b02.html


Early Access Build Test Results 
http://www.java.net/download/openjdk/testresults/8/testresults.html .


Rgds,Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Early Access build for JDK 9 b27 is available on java.net

2014-08-22 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen/Mark,

Early Access build for JDK 9 b27 https://jdk9.java.net/download/  is 
available on java.net, summary of changes here 
http://www.java.net/download/jdk9/changes/jdk9-b27.html


I'd also like to use this opportunity to point you to ongoing work in 
OpenJDK on Project Jigsaw.


- JDK 9's source code is now modular: 
http://mail.openjdk.java.net/pipermail/jdk9-dev/2014-August/001220.html


- Mark Reinhold's post providing some context is available on his 
blog: http://mreinhold.org/blog/jigsaw-phase-two


- The first two Project Jigsaw JEPs have been posted at 
http://openjdk.java.net/jeps/200  http://openjdk.java.net/jeps/201 .


You can also track the progress on the JEPs in the JDK Bug System now - 
the corresponding JBS issue for JEP 201 is 
https://bugs.openjdk.java.net/browse/JDK-8051619 , for example.


Comments, questions, and suggestions are welcome on the jigsaw-dev 
mailing list. (If you haven’t already subscribed to that list then 
please do so first, otherwise your message will be discarded as spam.)


Rgds,Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Re: Early Access build for JDK 9 b27 is available on java.net

2014-08-22 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mark,

I will look into this on Monday.

Rgds,Rory

On 22/08/2014 16:54, Mark Thomas wrote:

On 22/08/2014 09:55, Rory O'Donnell Oracle, Dublin Ireland wrote:

Hi Mladen/Mark,

Early Access build for JDK 9 b27 https://jdk9.java.net/download/  is
available on java.net, summary of changes here
http://www.java.net/download/jdk9/changes/jdk9-b27.html

Rory,

I've been working on WebSocket permessage-deflate recently and I'm using
java.util.zip.[Inflator|Defaltor]

Currently, those classes do not expose an API to enable the user to
choose a window size (it defaults to the maximum). How do I go about
making an enhancement request to get such an API added so that we can
fully implement WebSocket permessage-deflate and provide full control
over the window size without having to find an alternative DEFLATE
implementation?

Cheers,

Mark



I'd also like to use this opportunity to point you to ongoing work in
OpenJDK on Project Jigsaw.

 - JDK 9's source code is now modular:
http://mail.openjdk.java.net/pipermail/jdk9-dev/2014-August/001220.html

 - Mark Reinhold's post providing some context is available on his
blog: http://mreinhold.org/blog/jigsaw-phase-two

 - The first two Project Jigsaw JEPs have been posted at
http://openjdk.java.net/jeps/200  http://openjdk.java.net/jeps/201 .

You can also track the progress on the JEPs in the JDK Bug System now -
the corresponding JBS issue for JEP 201 is
https://bugs.openjdk.java.net/browse/JDK-8051619 , for example.

Comments, questions, and suggestions are welcome on the jigsaw-dev
mailing list. (If you haven’t already subscribed to that list then
please do so first, otherwise your message will be discarded as spam.)

Rgds,Rory



--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Early Access build for JDK 9 b26 is available on java.net

2014-08-12 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen/Mark,

Early Access build for JDK 9 b26 https://jdk9.java.net/download/  is 
available on java.net.


Summary of changes 
http://download.java.net/jdk9/changes/jdk9-b26.html?q=download/jdk9/changes/jdk9-b26.html 
in JDK 9 Build 26


Early Access Build Test Results 
http://download.java.net/openjdk/testresults/9/testresults.html


Rgds, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Early Access builds for JDK 9 b24, JDK 8u20 b23 are available on java.net

2014-07-29 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen/Mark,

Early Access builds for JDK 9 b24 https://jdk9.java.net/download/  and 
JDK 8u20 b23 https://jdk8.java.net/download.html  are available on 
java.net.


As we enter the later phases of development for JDK 8u20 , please log 
any show

stoppers as soon as possible.

Rgds, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Re: Early Access builds for JDK 9 b21, JDK 8u20 b21 are available on java.net

2014-07-08 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mark,

If you log a bug, send me the incident number and I will follow up.

Rgds,Rory

On 07/07/2014 21:10, Mark Thomas wrote:

On 04/07/2014 10:22, Rory O'Donnell Oracle, Dublin Ireland wrote:

Hi Mladen/Mark,

Early Access builds for JDK 9 b21 https://jdk9.java.net/download/  and
JDK 8u20 b21 https://jdk8.java.net/download.html  are available on
java.net.

As we enter the later phases of development for JDK 8u20 , please log
any show
stoppers as soon as possible.

Rory,

We have received a bug report that indicates that there may well be a
regression in ServerSocket.accept() in Java 7[1] (and I suspect later
versions but I haven't had a chance to look at the code yet).

Given that we have had much more success getting Java bugs fixed when
you point us in the best direction to report stuff, where would you
recommend that we report this issue?

Thanks,

Mark

[1] https://issues.apache.org/bugzilla/show_bug.cgi?id=56684



--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Early Access builds for JDK 9 b21, JDK 8u20 b21 are available on java.net

2014-07-08 Thread Rory O'Donnell Oracle, Dublin Ireland


On 08/07/2014 09:19, Mark Thomas wrote:

On 08/07/2014 08:06, Rory O'Donnell Oracle, Dublin Ireland wrote:

Hi Mark,

If you log a bug, send me the incident number and I will follow up.

Rgds,Rory

Thanks Rory,

This particular issue looks like the root cause might be elsewhere but
I'll let you know if that changes.

Ok, please do.

Rgds,Rory


Mark


On 07/07/2014 21:10, Mark Thomas wrote:

On 04/07/2014 10:22, Rory O'Donnell Oracle, Dublin Ireland wrote:

Hi Mladen/Mark,

Early Access builds for JDK 9 b21 https://jdk9.java.net/download/  and
JDK 8u20 b21 https://jdk8.java.net/download.html  are available on
java.net.

As we enter the later phases of development for JDK 8u20 , please log
any show
stoppers as soon as possible.

Rory,

We have received a bug report that indicates that there may well be a
regression in ServerSocket.accept() in Java 7[1] (and I suspect later
versions but I haven't had a chance to look at the code yet).

Given that we have had much more success getting Java bugs fixed when
you point us in the best direction to report stuff, where would you
recommend that we report this issue?

Thanks,

Mark

[1] https://issues.apache.org/bugzilla/show_bug.cgi?id=56684



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Early Access builds for JDK 9 b21, JDK 8u20 b21 are available on java.net

2014-07-04 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen/Mark,

Early Access builds for JDK 9 b21 https://jdk9.java.net/download/  and 
JDK 8u20 b21 https://jdk8.java.net/download.html  are available on 
java.net.


As we enter the later phases of development for JDK 8u20 , please log 
any show

stoppers as soon as possible.

Rgds, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Early Access builds for JDK 9 b19, JDK 8u20 b20 are available on java.net

2014-06-27 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen,

Early Access builds for JDK 9 b19 https://jdk9.java.net/download/  and 
JDK 8u20 b20 https://jdk8.java.net/download.html  are available on 
java.net.


As we enter the later phases of development for JDK 8u20 , please log 
any show

stoppers as soon as possible.

Rgds, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



The Early Access build for JDK 8u20 b16 is available on java.net

2014-06-06 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mark,

The backport fix for JDK-8041481 
https://bugs.openjdk.java.net/browse/JDK-8041481 is in JDK 8u20 b17 as 
JDK-8039751 https://bugs.openjdk.java.net/browse/JDK-8039751, 
available for download https://jdk8.java.net/download.html .

Can you test and report results ?

Rgds,Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Early Access builds for JDK 9 b15, JDK 8u20 b16 are available on java.net

2014-06-04 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen,

Early Access builds for JDK 9 b15 https://jdk9.java.net/download/, JDK 
8u20 b16 https://jdk8.java.net/download.html  are available on java.net.


As we enter the later phases of development for JDK 8u20 , please log 
any show

stoppers as soon as possible.

JDK 7u60 is available for download [0] .

Rgds, Rory

[0] http://www.oracle.com/technetwork/java/javase/downloads/index.html

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Re: JDK 9 build 06 is available on java.net

2014-05-23 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mark,

The backport fix for JDK-8041481 
https://bugs.openjdk.java.net/browse/JDK-8041481 is in 8u20 b15, 
available for download https://jdk8.java.net/download.html .

Can you test and report results ?

Rgds,Rory

On 02/05/2014 12:39, Rory O'Donnell Oracle, Dublin Ireland wrote:

Hi Mark,

The fix for JDK-8039751 
https://bugs.openjdk.java.net/browse/JDK-8039751 fix  is in 9 b10, 
now available for download https://jdk9.java.net/download/ .


Can you test and let me know results, assuming a fix we will them work
on backports.

Rgds,Rory


On 09/04/2014 14:36, Rory O'Donnell Oracle, Dublin ireland wrote:

https://bugs.openjdk.java.net/browse/JDK-8039751

Dalibor has written a blog 
http://robilad.livejournal.com/139637.html on how to track your 
issues in the

JDK bug system. I hope this helps.

Rgds,Rory

On 04/ 9/14 01:25 PM, Mark Thomas wrote:

On 09/04/2014 05:59, Mark Thomas wrote:

On 09/04/2014 05:14, Rory O'Donnell Oracle, Dublin ireland wrote:

Hi Mark,

If you log a bug, send me the incident number, I will follow
it up.

I'll see if I can find the incident number for the bug I already
reported but I think I deleted the e-mail after 6 or so months of no
response. If I don't find it, I open a new incident.

Your Report (Review ID: JI-9011609) - UTF-8 decoder fails to handle some
edge cases correctly

I didn't say so in the bug report but I'm happy to walk Oracle through
any of the failing test cases if it isn't clear why any of them are
bugs. Just point them towards the Tomcat dev list.

If you can nudge the right folks into getting this fixed for both Java 7
and Java 8 that would great. I'd be extremely happy to be able to delete
Tomcat's customer UTF-8 decoder.

Mark



Mark



Rgds, Rory

On 04/ 9/14 12:00 PM, Mark Thomas wrote:

On 09/04/2014 04:36, Rory O'Donnell Oracle, Dublin ireland wrote:

Hi Mark,

I suggest you send an email tocore-libs-...@openjdk.java.net
or log a bug.

I've already filed the bug against Java. As far as I recall I never
received any response  - not unusual in my experience of reporting bugs
with Java. I've pretty much reached the conclusion - after reporting
multiple bugs only to have them completely ignored - that reporting bugs
in Java is a waste of my time.

I'll try the e-mail route but I have little hope that anything will
actually come of it.

Mark



Rgds, Rory

On 04/ 8/14 12:49 PM, Mark Thomas wrote:

On 08/04/2014 02:25, Rory O'Donnell Oracle, Dublin Ireland wrote:

Hi Mladen,

JDK 9 Build 06 Early Access Build is now available for download
https://jdk9.java.net/download   test.

Rgds, Rory


Rory,

Java 8 (and I am guessing Java 9) still has issues with UTF-8 decoding.

For the latest status, see the Tomcat 8 unit tests for Java 8 decoding
[1]. If you look at the change history you'll see how things improved
between Java 7 and Java 8. It should be obvious what the problems are
from that unit test but ask of the Tomcat dev list if things aren't
clear.


Mark


[1]
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java?view=annotate




-
To unsubscribe, e-mail:dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail:dev-h...@tomcat.apache.org


-
To unsubscribe, e-mail:dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail:dev-h...@tomcat.apache.org


-
To unsubscribe, e-mail:dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail:dev-h...@tomcat.apache.org



--
Rgds,
Rory O'Donnell

Senior Quality Engineering Manager
Java Platform Group
Oracle EMEA , Block P5,
East Point Business Park, Dublin 3
Phone: +353 (0)1 8033887


--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland


--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Early Access builds for JDK 9 b13, JDK 8u20 b15 and JDK 7u60 b15 are available on java.net

2014-05-23 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen,

Early Access builds for JDK 9 b13 https://jdk9.java.net/download/, JDK 
8u20 b15 https://jdk8.java.net/download.html and JDK 7u60 b15 
https://jdk7.java.net/download.html are available on java.net.


As we enter the later phases of development for JDK 7u60  JDK 8u20 , 
please log any show

stoppers as soon as possible.

Rgds, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Re: JDK 9 build 06 is available on java.net

2014-05-23 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mark,

I made a mistake, the backport for your issue is - JDK-8043096, should 
be in a

future build, I will let you know when it gets in.

Rgds,Rory

On 23/05/2014 08:42, Rory O'Donnell Oracle, Dublin Ireland wrote:

Hi Mark,

The backport fix for JDK-8041481 
https://bugs.openjdk.java.net/browse/JDK-8041481 is in 8u20 b15, 
available for download https://jdk8.java.net/download.html .

Can you test and report results ?

Rgds,Rory

On 02/05/2014 12:39, Rory O'Donnell Oracle, Dublin Ireland wrote:

Hi Mark,

The fix for JDK-8039751 
https://bugs.openjdk.java.net/browse/JDK-8039751 fix  is in 9 b10, 
now available for download https://jdk9.java.net/download/ .


Can you test and let me know results, assuming a fix we will them work
on backports.

Rgds,Rory


On 09/04/2014 14:36, Rory O'Donnell Oracle, Dublin ireland wrote:

https://bugs.openjdk.java.net/browse/JDK-8039751

Dalibor has written a blog 
http://robilad.livejournal.com/139637.html on how to track your 
issues in the

JDK bug system. I hope this helps.

Rgds,Rory

On 04/ 9/14 01:25 PM, Mark Thomas wrote:

On 09/04/2014 05:59, Mark Thomas wrote:

On 09/04/2014 05:14, Rory O'Donnell Oracle, Dublin ireland wrote:

Hi Mark,

If you log a bug, send me the incident number, I will follow
it up.

I'll see if I can find the incident number for the bug I already
reported but I think I deleted the e-mail after 6 or so months of no
response. If I don't find it, I open a new incident.

Your Report (Review ID: JI-9011609) - UTF-8 decoder fails to handle some
edge cases correctly

I didn't say so in the bug report but I'm happy to walk Oracle through
any of the failing test cases if it isn't clear why any of them are
bugs. Just point them towards the Tomcat dev list.

If you can nudge the right folks into getting this fixed for both Java 7
and Java 8 that would great. I'd be extremely happy to be able to delete
Tomcat's customer UTF-8 decoder.

Mark



Mark



Rgds, Rory

On 04/ 9/14 12:00 PM, Mark Thomas wrote:

On 09/04/2014 04:36, Rory O'Donnell Oracle, Dublin ireland wrote:

Hi Mark,

I suggest you send an email tocore-libs-...@openjdk.java.net
or log a bug.

I've already filed the bug against Java. As far as I recall I never
received any response  - not unusual in my experience of reporting bugs
with Java. I've pretty much reached the conclusion - after reporting
multiple bugs only to have them completely ignored - that reporting bugs
in Java is a waste of my time.

I'll try the e-mail route but I have little hope that anything will
actually come of it.

Mark



Rgds, Rory

On 04/ 8/14 12:49 PM, Mark Thomas wrote:

On 08/04/2014 02:25, Rory O'Donnell Oracle, Dublin Ireland wrote:

Hi Mladen,

JDK 9 Build 06 Early Access Build is now available for download
https://jdk9.java.net/download   test.

Rgds, Rory


Rory,

Java 8 (and I am guessing Java 9) still has issues with UTF-8 decoding.

For the latest status, see the Tomcat 8 unit tests for Java 8 decoding
[1]. If you look at the change history you'll see how things improved
between Java 7 and Java 8. It should be obvious what the problems are
from that unit test but ask of the Tomcat dev list if things aren't
clear.


Mark


[1]
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java?view=annotate




-
To unsubscribe, e-mail:dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail:dev-h...@tomcat.apache.org


-
To unsubscribe, e-mail:dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail:dev-h...@tomcat.apache.org


-
To unsubscribe, e-mail:dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail:dev-h...@tomcat.apache.org



--
Rgds,
Rory O'Donnell

Senior Quality Engineering Manager
Java Platform Group
Oracle EMEA , Block P5,
East Point Business Park, Dublin 3
Phone: +353 (0)1 8033887


--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland


--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland


--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Early Access builds for JDK 9 b11, JDK 8u20 b13 and JDK 7u60 b15 are available on java.net

2014-05-10 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen,

Early Access builds for JDK 9 b11 https://jdk9.java.net/download/, JDK 
8u20 b13 https://jdk8.java.net/download.html and JDK 7u60 b15 
https://jdk7.java.net/download.html are available on java.net.


As we enter the later phases of development for JDK 7u60  JDK 8u20 , 
please log any show

stoppers as soon as possible.

Rgds, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Re: JDK 9 build 06 is available on java.net

2014-05-02 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mark,

The fix for JDK-8039751 
https://bugs.openjdk.java.net/browse/JDK-8039751 fix  is in 9 b10, now 
available for download https://jdk9.java.net/download/ .


Can you test and let me know results, assuming a fix we will them work
on backports.

Rgds,Rory


On 09/04/2014 14:36, Rory O'Donnell Oracle, Dublin ireland wrote:

https://bugs.openjdk.java.net/browse/JDK-8039751

Dalibor has written a blog 
http://robilad.livejournal.com/139637.html on how to track your 
issues in the

JDK bug system. I hope this helps.

Rgds,Rory

On 04/ 9/14 01:25 PM, Mark Thomas wrote:

On 09/04/2014 05:59, Mark Thomas wrote:

On 09/04/2014 05:14, Rory O'Donnell Oracle, Dublin ireland wrote:

Hi Mark,

If you log a bug, send me the incident number, I will follow
it up.

I'll see if I can find the incident number for the bug I already
reported but I think I deleted the e-mail after 6 or so months of no
response. If I don't find it, I open a new incident.

Your Report (Review ID: JI-9011609) - UTF-8 decoder fails to handle some
edge cases correctly

I didn't say so in the bug report but I'm happy to walk Oracle through
any of the failing test cases if it isn't clear why any of them are
bugs. Just point them towards the Tomcat dev list.

If you can nudge the right folks into getting this fixed for both Java 7
and Java 8 that would great. I'd be extremely happy to be able to delete
Tomcat's customer UTF-8 decoder.

Mark



Mark



Rgds, Rory

On 04/ 9/14 12:00 PM, Mark Thomas wrote:

On 09/04/2014 04:36, Rory O'Donnell Oracle, Dublin ireland wrote:

Hi Mark,

I suggest you send an email tocore-libs-...@openjdk.java.net
or log a bug.

I've already filed the bug against Java. As far as I recall I never
received any response  - not unusual in my experience of reporting bugs
with Java. I've pretty much reached the conclusion - after reporting
multiple bugs only to have them completely ignored - that reporting bugs
in Java is a waste of my time.

I'll try the e-mail route but I have little hope that anything will
actually come of it.

Mark



Rgds, Rory

On 04/ 8/14 12:49 PM, Mark Thomas wrote:

On 08/04/2014 02:25, Rory O'Donnell Oracle, Dublin Ireland wrote:

Hi Mladen,

JDK 9 Build 06 Early Access Build is now available for download
https://jdk9.java.net/download   test.

Rgds, Rory


Rory,

Java 8 (and I am guessing Java 9) still has issues with UTF-8 decoding.

For the latest status, see the Tomcat 8 unit tests for Java 8 decoding
[1]. If you look at the change history you'll see how things improved
between Java 7 and Java 8. It should be obvious what the problems are
from that unit test but ask of the Tomcat dev list if things aren't
clear.


Mark


[1]
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java?view=annotate




-
To unsubscribe, e-mail:dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail:dev-h...@tomcat.apache.org


-
To unsubscribe, e-mail:dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail:dev-h...@tomcat.apache.org


-
To unsubscribe, e-mail:dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail:dev-h...@tomcat.apache.org



--
Rgds,
Rory O'Donnell

Senior Quality Engineering Manager
Java Platform Group
Oracle EMEA , Block P5,
East Point Business Park, Dublin 3
Phone: +353 (0)1 8033887


--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Early Access builds for JDK 9 b09, JDK 8u20 b10 and JDK 7U60 b15 are available on java.net

2014-04-25 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen,

Early Access builds for JDK 9 b09 https://jdk9.java.net/download/, JDK 
8u20 b10 https://jdk8.java.net/download.html and JDK 7U60 b15 
https://jdk7.java.net/download.html are available on java.net.


As we enter the later phases of development for JDK 7u60  JDK 8u20 , 
please log any show

stoppers as soon as possible.

Rgds, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Re: JDK 9 build 06 is available on java.net

2014-04-09 Thread Rory O'Donnell Oracle, Dublin ireland

Hi Mark,

I suggest you send an email to core-libs-...@openjdk.java.net
or log a bug.

Rgds, Rory

On 04/ 8/14 12:49 PM, Mark Thomas wrote:

On 08/04/2014 02:25, Rory O'Donnell Oracle, Dublin Ireland wrote:

Hi Mladen,

JDK 9 Build 06 Early Access Build is now available for download
https://jdk9.java.net/download  test.

Rgds, Rory


Rory,

Java 8 (and I am guessing Java 9) still has issues with UTF-8 decoding.

For the latest status, see the Tomcat 8 unit tests for Java 8 decoding
[1]. If you look at the change history you'll see how things improved
between Java 7 and Java 8. It should be obvious what the problems are
from that unit test but ask of the Tomcat dev list if things aren't clear.


Mark


[1]
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java?view=annotate



--
Rgds,
Rory O'Donnell

Senior Quality Engineering Manager
Java Platform Group
Oracle EMEA , Block P5,
East Point Business Park, Dublin 3
Phone: +353 (0)1 8033887


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: JDK 9 build 06 is available on java.net

2014-04-09 Thread Rory O'Donnell Oracle, Dublin ireland

Hi Mark,

If you log a bug, send me the incident number, I will follow
it up.

Rgds, Rory

On 04/ 9/14 12:00 PM, Mark Thomas wrote:

On 09/04/2014 04:36, Rory O'Donnell Oracle, Dublin ireland wrote:

Hi Mark,

I suggest you send an email to core-libs-...@openjdk.java.net
or log a bug.

I've already filed the bug against Java. As far as I recall I never
received any response  - not unusual in my experience of reporting bugs
with Java. I've pretty much reached the conclusion - after reporting
multiple bugs only to have them completely ignored - that reporting bugs
in Java is a waste of my time.

I'll try the e-mail route but I have little hope that anything will
actually come of it.

Mark



Rgds, Rory

On 04/ 8/14 12:49 PM, Mark Thomas wrote:

On 08/04/2014 02:25, Rory O'Donnell Oracle, Dublin Ireland wrote:

Hi Mladen,

JDK 9 Build 06 Early Access Build is now available for download
https://jdk9.java.net/download  test.

Rgds, Rory


Rory,

Java 8 (and I am guessing Java 9) still has issues with UTF-8 decoding.

For the latest status, see the Tomcat 8 unit tests for Java 8 decoding
[1]. If you look at the change history you'll see how things improved
between Java 7 and Java 8. It should be obvious what the problems are
from that unit test but ask of the Tomcat dev list if things aren't
clear.


Mark


[1]
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java?view=annotate




-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



--
Rgds,
Rory O'Donnell

Senior Quality Engineering Manager
Java Platform Group
Oracle EMEA , Block P5,
East Point Business Park, Dublin 3
Phone: +353 (0)1 8033887


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: JDK 9 build 06 is available on java.net

2014-04-09 Thread Rory O'Donnell Oracle, Dublin ireland

Thanks Henri!
On 04/ 8/14 01:22 PM, Henri Gomez wrote:
OpenJDK 8 and 9 have also their continuous build via Obuildfactory 
(https://github.com/hgomez/obuildfactory) and hosted in Bintray for 
many Linux flavor ie :


* http://dl.bintray.com/hgomez/obuildfactory-fedora18-x86-64/
* http://dl.bintray.com/hgomez/obuildfactory-opensuse122-i386/
* http://dl.bintray.com/hgomez/obuildfactory-centos6-i386/

:)



2014-04-08 13:49 GMT+02:00 Mark Thomas ma...@apache.org 
mailto:ma...@apache.org:


On 08/04/2014 02:25, Rory O'Donnell Oracle, Dublin Ireland wrote:
 Hi Mladen,

 JDK 9 Build 06 Early Access Build is now available for download
 https://jdk9.java.net/download  test.

 Rgds, Rory


Rory,

Java 8 (and I am guessing Java 9) still has issues with UTF-8
decoding.

For the latest status, see the Tomcat 8 unit tests for Java 8 decoding
[1]. If you look at the change history you'll see how things improved
between Java 7 and Java 8. It should be obvious what the problems are
from that unit test but ask of the Tomcat dev list if things
aren't clear.


Mark


[1]

http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java?view=annotate


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
mailto:dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
mailto:dev-h...@tomcat.apache.org




--
Rgds,
Rory O'Donnell

Senior Quality Engineering Manager
Java Platform Group
Oracle EMEA , Block P5,
East Point Business Park, Dublin 3
Phone: +353 (0)1 8033887



Re: JDK 9 build 06 is available on java.net

2014-04-09 Thread Rory O'Donnell Oracle, Dublin ireland

https://bugs.openjdk.java.net/browse/JDK-8039751

Dalibor has written a blog http://robilad.livejournal.com/139637.html 
on how to track your issues in the

JDK bug system. I hope this helps.

Rgds,Rory

On 04/ 9/14 01:25 PM, Mark Thomas wrote:

On 09/04/2014 05:59, Mark Thomas wrote:

On 09/04/2014 05:14, Rory O'Donnell Oracle, Dublin ireland wrote:

Hi Mark,

If you log a bug, send me the incident number, I will follow
it up.

I'll see if I can find the incident number for the bug I already
reported but I think I deleted the e-mail after 6 or so months of no
response. If I don't find it, I open a new incident.

Your Report (Review ID: JI-9011609) - UTF-8 decoder fails to handle some
edge cases correctly

I didn't say so in the bug report but I'm happy to walk Oracle through
any of the failing test cases if it isn't clear why any of them are
bugs. Just point them towards the Tomcat dev list.

If you can nudge the right folks into getting this fixed for both Java 7
and Java 8 that would great. I'd be extremely happy to be able to delete
Tomcat's customer UTF-8 decoder.

Mark



Mark



Rgds, Rory

On 04/ 9/14 12:00 PM, Mark Thomas wrote:

On 09/04/2014 04:36, Rory O'Donnell Oracle, Dublin ireland wrote:

Hi Mark,

I suggest you send an email to core-libs-...@openjdk.java.net
or log a bug.

I've already filed the bug against Java. As far as I recall I never
received any response  - not unusual in my experience of reporting bugs
with Java. I've pretty much reached the conclusion - after reporting
multiple bugs only to have them completely ignored - that reporting bugs
in Java is a waste of my time.

I'll try the e-mail route but I have little hope that anything will
actually come of it.

Mark



Rgds, Rory

On 04/ 8/14 12:49 PM, Mark Thomas wrote:

On 08/04/2014 02:25, Rory O'Donnell Oracle, Dublin Ireland wrote:

Hi Mladen,

JDK 9 Build 06 Early Access Build is now available for download
https://jdk9.java.net/download  test.

Rgds, Rory


Rory,

Java 8 (and I am guessing Java 9) still has issues with UTF-8 decoding.

For the latest status, see the Tomcat 8 unit tests for Java 8 decoding
[1]. If you look at the change history you'll see how things improved
between Java 7 and Java 8. It should be obvious what the problems are
from that unit test but ask of the Tomcat dev list if things aren't
clear.


Mark


[1]
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java?view=annotate




-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



--
Rgds,
Rory O'Donnell

Senior Quality Engineering Manager
Java Platform Group
Oracle EMEA , Block P5,
East Point Business Park, Dublin 3
Phone: +353 (0)1 8033887



JDK 9 build 06 is available on java.net

2014-04-08 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen,

JDK 9 Build 06 Early Access Build is now available for download 
https://jdk9.java.net/download  test.


Rgds, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



JDK 8 Update 20 build 05 JDK 7 Update 60 build 10 are available on java.net

2014-03-19 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen,

Mark Reinhold announced yesterday JDK 8: General Availability here 
http://mreinhold.org/blog/jdk8-ga


http://mreinhold.org/blog/jdk8-gaJDK 8 u20 Build 05 Early Access Build 
is now available for download http://jdk8.java.net/download.html  test.
JDK 7 u60 Build 10 Early Access Build is also available for download 
https://jdk7.java.net/download.html test.



Rgds, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



JDK 8 : Third Release Candidate - Build 132 is available on java.net

2014-03-06 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen,

JDK 8 Third Release Candidate , Build 132 is now available for download 
http://jdk8.java.net/download.html  test.

Please log all show stopper issues as soon as possible.

Rgds,Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



JDK 8 : Second Release Candidate - Build 129 is available on java.net

2014-02-13 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen,

JDK 8 Second Release Candidate , Build 129 is now available for download 
http://jdk8.java.net/download.html  test.

Please log all show stopper issues as soon as possible.

Thanks for your support, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



JDK 8 Build 128 is available on java.net

2014-02-04 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen,

JDK 8 Build b128 Early Access Build is now available for download 
http://jdk8.java.net/download.html  test.

Please log all show stopper issues as soon as possible.

I would encourage you to read another interesting blog by Eric Costlow 
regarding
 JDK 8 using TLS 1.2 as default 
https://blogs.oracle.com/java-platform-group/entry/java_8_will_use_tls 
. This first occurred in build 122, please do let me

know if you uncover any issues.

Thanks for your support, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



JDK 8 Build 126 JDK 7 Update 60 build 04 are available on java.net

2014-01-31 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen,

JDK 8 Build b126 Early Access Build is now available for download 
http://jdk8.java.net/download.html  test.
JDK 7u60 b04 Early Access Build is also available for download 
https://jdk7.java.net/download.html test.


Please log all show stopper issues as soon as possible.

Thanks for your support, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



JDK 8 Build 124 JDK 7 Update 60 build 03 are available on java.net

2014-01-22 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen,

JDK 8 Build b124 Early Access Build is now available for download 
http://jdk8.java.net/download.html  test.
JDK 7u60 b03 Early Access Build is also available for download 
https://jdk7.java.net/download.html test.


Please log all show stopper issues as soon as possible.

If you are going to FOSDEM next week,please let me know we should meet up.

Thanks for your support, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



JDK 8 Build 123 JDK 7 Update 60 build 02 are available on java.net

2014-01-14 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen,

We haven't heard from you in some time, how is your testing progressing ?
Please let me know if you are seeing any issues.

JDK 8 Build b123 Early Access Build is now available for download 
http://jdk8.java.net/download.html  test.
JDK 7u60 b02 Early Access Build is also available for download 
https://jdk7.java.net/download.html test.


We are now very late in the release cycle of JDK 8 , issues found late may
be postponed to JDK 9 time frame. Please log all show stopper issues as
soon as possible.

Thanks for your support, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



JDK 8 Build 121 JDK 7 Update 60 build 02 are available on java.net

2013-12-27 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen

Hope you are enjoying the holidays, all the best for 2014.

JDK 8 Build b121 Early Access Build is now available for download 
http://jdk8.java.net/download.html  test.
JDK 7u60 b02 Early Access Build is also available for download 
https://jdk7.java.net/download.html test.


We are now very late in the release cycle of JDK 8 , issues found late may
be postponed to JDK 9 time frame. Please log all show stopper issues as
soon as possible.

Thanks for your support, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



JDK 8 build 120 is available on java.net

2013-12-16 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen,

JDK 8 B120 EA Build is now available for download 
http://jdk8.java.net/download.html  test.


We are now very late in the release cycle, issues found late may be 
postponed to

JDK 9 time frame. Please log all show stopper issues as soon as possible.

Thanks for your support, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



JDK 8 build 119 is available on java.net

2013-12-11 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen,

JDK 8 B119 EA Build is now available for download 
http://jdk8.java.net/download.html  test.


We are now very late in the release cycle, issues found late may be 
postponed to

JDK 9 time frame. Please log all show stopper issues as soon as possible.

Thanks for your support, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



JDK 8 build 118 is available on java.net

2013-12-03 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen,

JDK 8 B118 EA Build is now available for download 
http://jdk8.java.net/download.html  test.


We need to hear of any issues asap, ideally we are looking to have 
issues reported by mid-December.


Thanks for your support, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Testing Tomcat with JDK 8 EA builds

2013-11-26 Thread Rory O'Donnell Oracle, Dublin Ireland

Hi Mladen,

JDK 8 B117 EA Build is now available for download 
http://jdk8.java.net/download.html  test.


As we get closer to the endgame we need to hear of any issues you have 
asap.

Ideally we are looking to have issues reported by mid-December ?

Thanks for your support, Rory

--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland