You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using methods such as Customer.retrieve() and cust.toJson() a warning is printed to console from GSON lib:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.gson.internal.reflect.UnsafeReflectionAccessor (file:/C:/Users/Tom/.m2/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar) to constructor java.net.Proxy()
WARNING: Please consider reporting this to the maintainers of com.google.gson.internal.reflect.UnsafeReflectionAccessor
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
Seems like this issue will cause serious fault down the line if unfixed.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
When using methods such as
Customer.retrieve()
andcust.toJson()
a warning is printed to console from GSON lib:WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.gson.internal.reflect.UnsafeReflectionAccessor (file:/C:/Users/Tom/.m2/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar) to constructor java.net.Proxy()
WARNING: Please consider reporting this to the maintainers of com.google.gson.internal.reflect.UnsafeReflectionAccessor
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
Seems like this issue will cause serious fault down the line if unfixed.
Thanks
The text was updated successfully, but these errors were encountered: