Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GWS Async API caused warning in JDK 11 #4

Open
sinri opened this issue Mar 10, 2023 · 0 comments
Open

GWS Async API caused warning in JDK 11 #4

sinri opened this issue Mar 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@sinri
Copy link

sinri commented Mar 10, 2023

Use

<dependency>
            <groupId>com.aliyun</groupId>
            <artifactId>alibabacloud-gws20190618</artifactId>
            <version>1.0.0</version>
</dependency>

to call api would cause the following warnings in JDK 11 (maybe related to all versions above 8)

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.hc.core5.util.ReflectionUtils$1 (file:/Users/***/.m2/repository/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar) to method sun.security.ssl.SSLEngineImpl.getApplicationProtocol()
WARNING: Please consider reporting this to the maintainers of org.apache.hc.core5.util.ReflectionUtils$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
@yndu13 yndu13 added the bug Something isn't working label Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants