[ 
https://issues.apache.org/jira/browse/JCR-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16211113#comment-16211113
 ] 

Julian Reschke edited comment on JCR-4191 at 10/19/17 2:24 PM:
---------------------------------------------------------------

[~kwin] - isn't it the other way around: visible with Java 8, but not visible 
with Java 9?

target/baseline.xml excerpt:
{noformat}
  <package name="org.apache.jackrabbit.webdav.lock" delta="changed">
    <mismatch>true</mismatch>
    <newerVersion>1.0.0</newerVersion>
    <olderVersion>1.0.0</olderVersion>
    <suggestedVersion>1.0.1</suggestedVersion>
    <error>Version increase required</error>
    <attributes>
      <version>1.0.0</version>
      
<uses>org.apache.jackrabbit.webdav,org.apache.jackrabbit.webdav.property,org.apache.jackrabbit.webdav.xml,org.w3c.dom</uses>
    </attributes>
    <class name="org.apache.jackrabbit.webdav.lock.Scope" delta="changed">
      <method name="hashCode()" delta="changed">
        <annotated name="jdk.internal.HotSpotIntrinsicCandidate" 
delta="removed"/>
      </method>
    </class>
  </package>
{noformat}


was (Author: reschke):
[~kwin] - isn't it the other way around: visible with Java 8, but not visible 
with Java 9?

> 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 bunde plugin is 
> *run* with Java 9?.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to