Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Higher version JDK has more constraits on reflection and protect the consistence of class definition, now given the following warnings
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.servicecomb.foundation.common.utils.ReflectUtils (file:/C:/Users/Administrator/.m2/repository/org/apache/servicecomb/foundation-common/2.0.0-SNAPSHOT/foundation-common-2.0.0-SNAPSHOT.jar) to field java.lang.reflect.Field.modifiers
WARNING: Please consider reporting this to the maintainers of org.apache.servicecomb.foundation.common.utils.ReflectUtils
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