On Wed, 8 Sep 2021 06:22:38 GMT, wxiang
wrote:
>> There is a bug for URLClassPath.findResources with JarIndex.
>> With some discussions about the bug, the current priority is to remove the
>> JAR index support in URLClassPath,
>> and don’t need to do anything to the jar tool in the short term,
On Wed, 15 Sep 2021 05:59:13 GMT, Alan Bateman wrote:
> > Yes, I will take care of it. Need I create a new PR?
>
> Up to you, it's okay to continue with this one if you want, we would just
> need to change the description here and in JBS.
I created a new PR https://github.com/openjdk/jdk/pull/
On Wed, 15 Sep 2021 01:45:49 GMT, wxiang
wrote:
> Yes, I will take care of it. Need I create a new PR?
Up to you, it's okay to continue with this one if you want, we would just need
to change the description here and in JBS.
-
PR: https://git.openjdk.java.net/jdk/pull/5383
On Wed, 8 Sep 2021 06:30:34 GMT, wxiang
wrote:
>> wxiang has updated the pull request incrementally with one additional commit
>> since the last revision:
>>
>> Some minor changes
>>
>> Include:
>> 1. remove public for INDEX_NAME in JarFile
>> 2. recover the definition for INDEX_NAM
On Wed, 8 Sep 2021 06:30:34 GMT, wxiang
wrote:
>> wxiang has updated the pull request incrementally with one additional commit
>> since the last revision:
>>
>> Some minor changes
>>
>> Include:
>> 1. remove public for INDEX_NAME in JarFile
>> 2. recover the definition for INDEX_NAM
On Wed, 8 Sep 2021 06:30:34 GMT, wxiang
wrote:
> Create CSR: https://bugs.openjdk.java.net/browse/JDK-8273473
Thanks. I've updated the CSR to make it clearer what this change is about.
There is still some TDB for the JAR file spec.
-
PR: https://git.openjdk.java.net/jdk/pull/5383
On Wed, 8 Sep 2021 06:22:38 GMT, wxiang
wrote:
>> There is a bug for URLClassPath.findResources with JarIndex.
>> With some discussions about the bug, the current priority is to remove the
>> JAR index support in URLClassPath,
>> and don’t need to do anything to the jar tool in the short term,
On Wed, 8 Sep 2021 06:22:38 GMT, wxiang
wrote:
>> There is a bug for URLClassPath.findResources with JarIndex.
>> With some discussions about the bug, the current priority is to remove the
>> JAR index support in URLClassPath,
>> and don’t need to do anything to the jar tool in the short term,
On Tue, 7 Sep 2021 17:39:20 GMT, Sean Mullan wrote:
>> src/java.base/share/classes/java/util/jar/JarVerifier.java line 147:
>>
>>> 145:
>>> 146: if (uname.equals(JarFile.MANIFEST_NAME) ||
>>> 147: uname.equals(JarFile.INDEX_NAME)) {
>>
>> It would be use
> There is a bug for URLClassPath.findResources with JarIndex.
> With some discussions about the bug, the current priority is to remove the
> JAR index support in URLClassPath,
> and don’t need to do anything to the jar tool in the short term, except just
> to move JarIndex to the jdk.jartool mo
On Tue, 7 Sep 2021 10:39:01 GMT, Lance Andersen wrote:
>> src/java.base/share/classes/java/util/jar/JarFile.java line 220:
>>
>>> 218: * The index file name.
>>> 219: */
>>> 220: public static final String INDEX_NAME = "META-INF/INDEX.LIST";
>>
>> Adding this as a public field mea
On Tue, 7 Sep 2021 07:12:29 GMT, Alan Bateman wrote:
>> There is a bug for URLClassPath.findResources with JarIndex.
>> With some discussions about the bug, the current priority is to remove the
>> JAR index support in URLClassPath,
>> and don’t need to do anything to the jar tool in the short
On Tue, 7 Sep 2021 07:03:20 GMT, Alan Bateman wrote:
>> There is a bug for URLClassPath.findResources with JarIndex.
>> With some discussions about the bug, the current priority is to remove the
>> JAR index support in URLClassPath,
>> and don’t need to do anything to the jar tool in the short
On Tue, 7 Sep 2021 03:34:27 GMT, wxiang
wrote:
> There is a bug for URLClassPath.findResources with JarIndex.
> With some discussions about the bug, the current priority is to remove the
> JAR index support in URLClassPath,
> and don’t need to do anything to the jar tool in the short term, exc
There is a bug for URLClassPath.findResources with JarIndex.
With some discussions about the bug, the current priority is to remove the JAR
index support in URLClassPath,
and don’t need to do anything to the jar tool in the short term, except just to
move JarIndex to the jdk.jartool module.
Th
15 matches
Mail list logo