0

I am using

   <dependency>
        <groupId>com.paypal.sdk</groupId>
        <artifactId>checkout-sdk</artifactId>
        <version>1.0.5</version>
    </dependency>
    <dependency>
        <groupId>com.paypal.sdk</groupId>
        <artifactId>rest-api-sdk</artifactId>
        <version>1.14.0</version>
    </dependency>

these two dependencies for processing payment through PayPal.

While I am redirecting users to PayPal for Approval of agreement I am getting the following 5 lines warning in the console.

  • WARNING: An illegal reflective access operation has occurred

  • WARNING: Illegal reflective access by com.paypal.base.DefaultHttpConnection$1 (file:/C:/Users/ShashiSharma/.m2/repository/com/paypal/sdk/rest-api-sdk/1.14.0/rest-api-sdk-1.14.0.jar) to field sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate

  • WARNING: Please consider reporting this to the maintainers of com.paypal.base.DefaultHttpConnection$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

0 Answers0