[fyi] please clean up unmaintainerd resources on www.java.com

2016-01-06 Thread Jiri Vanek
Hello! Please clean up http://www.java.com/ a bit. There are unused resources which one may encounter - or update them to be aligned to "correct ones" If this is bad thread, please resendm y note to proper people. I encountered it with plugin. Thats why awt... The correct ones are: maintained

Re: [OpenJDK 2D-Dev] [rfc]Stream doesn't reset mark in finally

2015-11-24 Thread Jiri Vanek
On 11/18/2015 06:17 PM, Jiri Vanek wrote: On 11/12/2015 02:24 PM, Sergey Bylokhov wrote: Hi, Jiri. This is a valid point, did you file a new CR for this issue? ping? Hello! here it is: https://jvanek.fedorapeople.org/oracle/jdk8/webrevs/resetInTryFinally/v1/ Patch: https

Re: [OpenJDK 2D-Dev] [rfc]Stream doesn't reset mark in finally

2015-11-18 Thread Jiri Vanek
you may on your own, depends on you) J. On 09.11.15 15:45, Alexander Scherbatiy wrote: On 11/7/2015 11:38 AM, Jiri Vanek wrote: Hello! Looking to imageIO.java (if this is bad thread, please redirect me!) 2d-dev alias should be also the right place to ask image related questions in AWT

[rfc]Stream doesn't reset mark in finally

2015-11-07 Thread Jiri Vanek
Hello! Looking to imageIO.java (if this is bad thread, please redirect me!) when reading images http://hg.openjdk.java.net/jdk8/jdk8/jdk/file/687fd7c7986d/src/share/classes/javax/imageio/ImageIO.java#l543 and ending at: // Perform mark/reset as a defensive measure

Re: Duplicated (or better multiplicated) image-decoder resolvers in openjdk

2015-11-04 Thread Jiri Vanek
ping? On 10/30/2015 02:13 PM, Jiri Vanek wrote: Hello! Recently I was doing ico imagereader-spi provider for icedtea-web (which is javaws (and plugin) implementation for openjdk) Yes, ico is stupid, but is in web standards so having its support is just natural. However, providing spi did

Duplicated (or better multiplicated) image-decoder resolvers in openjdk

2015-10-30 Thread Jiri Vanek
Hello! Recently I was doing ico imagereader-spi provider for icedtea-web (which is javaws (and plugin) implementation for openjdk) Yes, ico is stupid, but is in web standards so having its support is just natural. However, providing spi did not solved the problem i was bugged for. After smal

Re: Fwd: RFR: make life easier for general java plugin

2014-12-04 Thread Jiri Vanek
acces like getInstabce or whatever... And I did not find how to do this... If we say that modules are no blocker for itw, than making fields/methods from abve list package private, is more then enough. Thank you for your time spent on this, best regards, J. -phil. On 11/26/2014 9:41 AM,

Re: Fwd: RFR: make life easier for general java plugin

2014-11-26 Thread Jiri Vanek
ping? On 10/31/2014 03:30 PM, Mario Torre wrote: On Fri, 2014-10-31 at 14:54 +0100, Jiri Vanek wrote: On 06/19/2014 04:46 PM, Petr Pchelko wrote: Hello, Jiri. Sorry for the delayed answer. From the code point of view you current change looks OK to me. It's an internal package and w

Re: Fwd: RFR: make life easier for general java plugin

2014-10-31 Thread Jiri Vanek
This path looks more promising to me, because it will work in JDK9. Did any progress happen in that direction? hi guys! Do we need some JEP to make this happen? J. Thank you. With best regards. Petr. On 19 июня 2014 г., at 18:35, Jiri Vanek wrote: On 06/16/2014 11:34 AM, Jiri Vanek

Re: Fwd: RFR: make life easier for general java plugin

2014-06-19 Thread Jiri Vanek
m CZ, and thank you for trying to help us. J. Thank you. With best regards. Petr.h On 19 июня 2014 г., at 18:35, Jiri Vanek wrote: On 06/16/2014 11:34 AM, Jiri Vanek wrote: ping?? ping? On 05/21/2014 05:02 PM, Jiri Vanek wrote: Hi! IcedTea-Web [1] have now patch [3] from [2] thread,

Re: Fwd: RFR: make life easier for general java plugin

2014-06-19 Thread Jiri Vanek
On 06/16/2014 11:34 AM, Jiri Vanek wrote: ping?? ping? On 05/21/2014 05:02 PM, Jiri Vanek wrote: Hi! IcedTea-Web [1] have now patch [3] from [2] thread, to work pretty smooth with all Icedteas, all Openjdks and all Oracle javas. It even do work with IBM java. However, we needed to

Re: Fwd: RFR: make life easier for general java plugin

2014-06-16 Thread Jiri Vanek
ping? On 05/21/2014 05:02 PM, Jiri Vanek wrote: Hi! IcedTea-Web [1] have now patch [3] from [2] thread, to work pretty smooth with all Icedteas, all Openjdks and all Oracle javas. It even do work with IBM java. However, we needed to include few lines of copypasted code [3] line 274-283

Fwd: RFR: make life easier for general java plugin

2014-05-21 Thread Jiri Vanek
Hi! IcedTea-Web [1] have now patch [3] from [2] thread, to work pretty smooth with all Icedteas, all Openjdks and all Oracle javas. It even do work with IBM java. However, we needed to include few lines of copypasted code [3] line 274-283. Well it is not so much, but is potentially dangerous