[
https://issues.apache.org/jira/browse/JCR-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16179018#comment-16179018
]
Julian Reschke commented on JCR-4191:
-------------------------------------
Note that
{noformat}
/Program\ Files/Java/jdk-9/bin/java -jar
/Users/jre/Downloads/biz.aQute.bnd-3.4.0.jar baseline -da
target/jackrabbit-webdav-2.15.7-SNAPSHOT.jar target/jackrabbit-webdav-2.14.2.jar
{noformat}
does not show this behavior. Also note that changing the bnd lib dependency:
{noformat}
diff --git a/jackrabbit-parent/pom.xml b/jackrabbit-parent/pom.xml
index ce66d8ad6..b26fe0df2 100644
--- a/jackrabbit-parent/pom.xml
+++ b/jackrabbit-parent/pom.xml
@@ -318,6 +318,13 @@
<artifactId>maven-bundle-plugin</artifactId>
<version>3.3.0</version>
<inherited>true</inherited>
+ <dependencies>
+ <dependency>
+ <groupId>biz.aQute.bnd</groupId>
+ <artifactId>biz.aQute.bnd</artifactId>
+ <version>3.4.0</version>
+ </dependency>
+ </dependencies>
<configuration>
<instructions>
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
{noformat}
did not help.
> baseline checks fails for jackrabbit-webdav under Java 9
> --------------------------------------------------------
>
> Key: JCR-4191
> URL: https://issues.apache.org/jira/browse/JCR-4191
> Project: Jackrabbit Content Repository
> Issue Type: Sub-task
> Components: jackrabbit-webdav
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Fix For: 2.16
>
>
> with:
> {noformat}
> [INFO] * org.apache.jackrabbit.webdav.lock changed 1.0.0
> 1.0.0 1.0.1 Version increase required
> [INFO] ~ class org.apache.jackrabbit.webdav.lock.Scope
> [INFO] ~ method hashCode()
> [INFO] - annotated jdk.internal.HotSpotIntrinsicCandidate
> {noformat}
> Note that {{hashCode()}} was indeed added for JCR-4100, but why does have
> adding {{hashCode()}} have this effect, and only when the tools is run with
> Java0
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)