[jira] [Updated] (JCLOUDS-1542) Java 11 warns of illegal reflective access

2020-06-26 Thread Ignasi Barrera (Jira)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ignasi Barrera updated JCLOUDS-1542:

Fix Version/s: 2.3.0

> Java 11 warns of illegal reflective access
> --
>
> Key: JCLOUDS-1542
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1542
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-core
>Affects Versions: 2.2.0
>Reporter: ctranxuan
>Priority: Major
> Fix For: 2.3.0
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> When using JClouds BlobStore for Google Cloud Storage with Java 11, some 
> warning are displayed by the JVM about illegal reflective access:
>  
> {quote}WARNING: An illegal reflective access operation has occurred
>  WARNING: Illegal reflective access by org.jclouds.reflect.Reflection2$1 
> ([file:/.../jclouds-core.jar|file:///.../jclouds-core.jar]) to constructor 
> java.lang.String(char[],int,int,java.lang.Void)
>  WARNING: Please consider reporting this to the maintainers of 
> org.jclouds.reflect.Reflection2$1
>  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
> {quote}
>  
> JClouds works but as stated, these illegal reflective accesses may be denied 
> in upper Java versions.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (JCLOUDS-1542) Java 11 warns of illegal reflective access

2020-06-26 Thread Ignasi Barrera (Jira)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ignasi Barrera updated JCLOUDS-1542:

Component/s: (was: jclouds-labs-google)
 (was: jclouds-blobstore)
 jclouds-core

> Java 11 warns of illegal reflective access
> --
>
> Key: JCLOUDS-1542
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1542
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-core
>Affects Versions: 2.2.0
>Reporter: ctranxuan
>Priority: Major
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> When using JClouds BlobStore for Google Cloud Storage with Java 11, some 
> warning are displayed by the JVM about illegal reflective access:
>  
> {quote}WARNING: An illegal reflective access operation has occurred
>  WARNING: Illegal reflective access by org.jclouds.reflect.Reflection2$1 
> ([file:/.../jclouds-core.jar|file:///.../jclouds-core.jar]) to constructor 
> java.lang.String(char[],int,int,java.lang.Void)
>  WARNING: Please consider reporting this to the maintainers of 
> org.jclouds.reflect.Reflection2$1
>  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
> {quote}
>  
> JClouds works but as stated, these illegal reflective accesses may be denied 
> in upper Java versions.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (JCLOUDS-1542) Java 11 warns of illegal reflective access

2020-04-15 Thread ctranxuan (Jira)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ctranxuan updated JCLOUDS-1542:
---
Component/s: (was: jclouds-core)
 jclouds-labs-google
 jclouds-blobstore

> Java 11 warns of illegal reflective access
> --
>
> Key: JCLOUDS-1542
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1542
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-blobstore, jclouds-labs-google
>Affects Versions: 2.2.0
>Reporter: ctranxuan
>Priority: Major
>
> When using JClouds for Google Cloud Storage with Java 11, some warning are 
> displayed by the JVM about illegal reflective access:
>  
> {quote}WARNING: An illegal reflective access operation has occurred
>  WARNING: Illegal reflective access by org.jclouds.reflect.Reflection2$1 
> ([file:/.../jclouds-core.jar|file:///.../jclouds-core.jar]) to constructor 
> java.lang.String(char[],int,int,java.lang.Void)
>  WARNING: Please consider reporting this to the maintainers of 
> org.jclouds.reflect.Reflection2$1
>  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
> {quote}
>  
> JClouds works but as stated, these illegal reflective accesses may be denied 
> in upper Java versions.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (JCLOUDS-1542) Java 11 warns of illegal reflective access

2020-04-15 Thread ctranxuan (Jira)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ctranxuan updated JCLOUDS-1542:
---
Description: 
When using JClouds BlobStore for Google Cloud Storage with Java 11, some 
warning are displayed by the JVM about illegal reflective access:

 
{quote}WARNING: An illegal reflective access operation has occurred
 WARNING: Illegal reflective access by org.jclouds.reflect.Reflection2$1 
([file:/.../jclouds-core.jar|file:///.../jclouds-core.jar]) to constructor 
java.lang.String(char[],int,int,java.lang.Void)
 WARNING: Please consider reporting this to the maintainers of 
org.jclouds.reflect.Reflection2$1
 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
{quote}
 

JClouds works but as stated, these illegal reflective accesses may be denied in 
upper Java versions.

  was:
When using JClouds for Google Cloud Storage with Java 11, some warning are 
displayed by the JVM about illegal reflective access:

 
{quote}WARNING: An illegal reflective access operation has occurred
 WARNING: Illegal reflective access by org.jclouds.reflect.Reflection2$1 
([file:/.../jclouds-core.jar|file:///.../jclouds-core.jar]) to constructor 
java.lang.String(char[],int,int,java.lang.Void)
 WARNING: Please consider reporting this to the maintainers of 
org.jclouds.reflect.Reflection2$1
 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
{quote}
 

JClouds works but as stated, these illegal reflective accesses may be denied in 
upper Java versions.


> Java 11 warns of illegal reflective access
> --
>
> Key: JCLOUDS-1542
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1542
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-blobstore, jclouds-labs-google
>Affects Versions: 2.2.0
>Reporter: ctranxuan
>Priority: Major
>
> When using JClouds BlobStore for Google Cloud Storage with Java 11, some 
> warning are displayed by the JVM about illegal reflective access:
>  
> {quote}WARNING: An illegal reflective access operation has occurred
>  WARNING: Illegal reflective access by org.jclouds.reflect.Reflection2$1 
> ([file:/.../jclouds-core.jar|file:///.../jclouds-core.jar]) to constructor 
> java.lang.String(char[],int,int,java.lang.Void)
>  WARNING: Please consider reporting this to the maintainers of 
> org.jclouds.reflect.Reflection2$1
>  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
> {quote}
>  
> JClouds works but as stated, these illegal reflective accesses may be denied 
> in upper Java versions.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (JCLOUDS-1542) Java 11 warns of illegal reflective access

2020-04-15 Thread ctranxuan (Jira)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ctranxuan updated JCLOUDS-1542:
---
Description: 
When using JClouds for Google Cloud Storage with Java 11, some warning are 
displayed by the JVM about illegal reflective access:

 
{quote}WARNING: An illegal reflective access operation has occurred
 WARNING: Illegal reflective access by org.jclouds.reflect.Reflection2$1 
([file:/.../jclouds-core.jar|file:///.../jclouds-core.jar]) to constructor 
java.lang.String(char[],int,int,java.lang.Void)
 WARNING: Please consider reporting this to the maintainers of 
org.jclouds.reflect.Reflection2$1
 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
{quote}
 

JClouds works but as stated, these illegal reflective accesses may be denied in 
upper Java versions.

  was:
When using JClouds with Java 11, some warning are displayed by the JVM about 
illegal reflective access:

 {quote}WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jclouds.reflect.Reflection2$1 
(file:/.../jclouds-core.jar) to constructor 
java.lang.String(char[],int,int,java.lang.Void)
WARNING: Please consider reporting this to the maintainers of 
org.jclouds.reflect.Reflection2$1
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
{quote}

JClouds works but as stated, these illegal reflective accesses may be denied in 
upper Java versions.


> Java 11 warns of illegal reflective access
> --
>
> Key: JCLOUDS-1542
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1542
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-core
>Affects Versions: 2.2.0
>Reporter: ctranxuan
>Priority: Major
>
> When using JClouds for Google Cloud Storage with Java 11, some warning are 
> displayed by the JVM about illegal reflective access:
>  
> {quote}WARNING: An illegal reflective access operation has occurred
>  WARNING: Illegal reflective access by org.jclouds.reflect.Reflection2$1 
> ([file:/.../jclouds-core.jar|file:///.../jclouds-core.jar]) to constructor 
> java.lang.String(char[],int,int,java.lang.Void)
>  WARNING: Please consider reporting this to the maintainers of 
> org.jclouds.reflect.Reflection2$1
>  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
> {quote}
>  
> JClouds works but as stated, these illegal reflective accesses may be denied 
> in upper Java versions.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)