RE: Behavior change in the jar tool JDK11 vs JDK8.

2022-03-15 Thread Pasam Soujanya1
documentation if exists, with this behavior change. We couldn't find it in the release notes of 9,10,11. Thanks, Pasam Soujanya. From: Alan Bateman Sent: Tuesday, March 15, 2022 5:39 PM To: Pasam Soujanya1 Cc: core-libs-dev@openjdk.java.net Subject: [EXTERNAL] Re

RE: Behavior change in the jar tool JDK11 vs JDK8.

2022-03-15 Thread Pasam Soujanya1
, if this behavior introduced in JDK9 was intentional, I am good with it. Thank you for the advice! Thanks, Pasam Soujanya. From: Alan Bateman Sent: Tuesday, March 15, 2022 2:27 PM To: Pasam Soujanya1 Cc: core-libs-dev@openjdk.java.net ; fo...@univ-mlv.fr Subject

Behavior change in the jar tool JDK11 vs JDK8.

2022-03-14 Thread Pasam Soujanya1
There is a significant difference in the way the JAR tool (starting JDK11) seems to be responding to target files that are not present , when compared to JDK8. With JDK 8, the jar tool just reports about target files that are absent, and creates the jar file with whatever targets are available.