Open
Description
Use
<dependency>
<groupId>com.aliyungroupId>
<artifactId>alibabacloud-gws20190618artifactId>
<version>1.0.0version>
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