[JBoss JIRA] (ISPN-9824) Unable to build Infinispan with JDK 11
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-9824?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant reassigned ISPN-9824:
-------------------------------------
Assignee: Tristan Tarrant
> Unable to build Infinispan with JDK 11
> --------------------------------------
>
> Key: ISPN-9824
> URL: https://issues.jboss.org/browse/ISPN-9824
> Project: Infinispan
> Issue Type: Bug
> Components: Build
> Affects Versions: 9.4.3.Final
> Reporter: Vladimir Dosoudil
> Assignee: Tristan Tarrant
> Priority: Major
>
> It's not able to build Infinispan with JDK 11.
> Module infinispan-commons contains JDK specific classes which requires to be built in JDK 9+ (JDK 11 is LTS) but it's not able to build the whole Infinispan project with distribution profile related to fails on missing classes for infinispan-doclets module (referencing com.sun.javadoc*) using tools.jar which are not the part of JDK 9+ anymore. The failure is also on generating javadoc for infinispan-commons which uses sun.reflect.Reflection.getCallerClass which is discontinuing in JDK 11.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (ISPN-9720) JDK11: An illegal reflective access operation has occurred
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-9720?page=com.atlassian.jira.plugin.... ]
Diego Lovison updated ISPN-9720:
--------------------------------
Tester: Diego Lovison
> JDK11: An illegal reflective access operation has occurred
> ----------------------------------------------------------
>
> Key: ISPN-9720
> URL: https://issues.jboss.org/browse/ISPN-9720
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.4.1.Final
> Reporter: Tomas Hofman
> Assignee: Tomas Hofman
> Priority: Critical
> Labels: Java11
> Fix For: 10.0.0.Alpha2, 9.3.6.Final, 9.4.4.Final
>
>
> server prints infinispan warnings during deploying the deployment or start server with deployment:
> {noformat}
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.infinispan.marshall.exts.SecurityActions (jar:file:/home/mkopecky/playground/eap/7.2.0.GA.CR1/jboss-eap-7.2/modules/system/layers/base/org/infinispan/main/infinispan-core-9.3.3.Final-redhat-00001.jar!/) to field java.util.DoubleSummaryStatistics.count
> WARNING: Please consider reporting this to the maintainers of org.infinispan.marshall.exts.SecurityActions
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> {noformat}
> This is follow up for JBEAP-15475, as [~jamezp] mentioned in [his comment|https://issues.jboss.org/browse/JBEAP-15475?focusedCommentId=1364...].
> cc: [~msvehla], [~rsvoboda]
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (ISPN-9873) Remove listeners when the lock is removed
by Katia Aresti (Jira)
[ https://issues.jboss.org/browse/ISPN-9873?page=com.atlassian.jira.plugin.... ]
Katia Aresti updated ISPN-9873:
-------------------------------
Description:
When the ClusteredLockImpl object is created, two listeners are added to the cache. These listeners have to be removed when the ClusteredLockImpl object is removed. This causes a memory leak.
This issue has been detected by a user who sent a reproducer.
https://github.com/kzaida/clusteredLock-test
was:When the ClusteredLockImpl object is created, two listeners are added to the cache. These listeners have to be removed when the ClusteredLockImpl object is removed. This causes a memory leak.
> Remove listeners when the lock is removed
> -----------------------------------------
>
> Key: ISPN-9873
> URL: https://issues.jboss.org/browse/ISPN-9873
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.4.5.Final
> Reporter: Katia Aresti
> Assignee: Katia Aresti
> Priority: Critical
> Fix For: 9.4.6.Final
>
>
> When the ClusteredLockImpl object is created, two listeners are added to the cache. These listeners have to be removed when the ClusteredLockImpl object is removed. This causes a memory leak.
> This issue has been detected by a user who sent a reproducer.
> https://github.com/kzaida/clusteredLock-test
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (ISPN-9873) Remove listeners when the lock is removed
by Katia Aresti (Jira)
Katia Aresti created ISPN-9873:
----------------------------------
Summary: Remove listeners when the lock is removed
Key: ISPN-9873
URL: https://issues.jboss.org/browse/ISPN-9873
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.4.5.Final
Reporter: Katia Aresti
Assignee: Katia Aresti
Fix For: 9.4.6.Final
When the ClusteredLockImpl object is created, two listeners are added to the cache. These listeners have to be removed when the ClusteredLockImpl object is removed. This causes a memory leak.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months