Darrel Schneider created GEODE-9467:
---------------------------------------

             Summary: pdx ReflectionBasedAutoSerializer will fail on java 9 and 
later
                 Key: GEODE-9467
                 URL: https://issues.apache.org/jira/browse/GEODE-9467
             Project: Geode
          Issue Type: Bug
          Components: serialization
            Reporter: Darrel Schneider


The pdx ReflectionBasedAutoSerializer will not work on java 9 and later because 
it calls Field.setAccessible which is not allowed under normal conditions 
starting with java 9 (see: 
[https://stackoverflow.com/questions/41265266/how-to-solve-inaccessibleobjectexception-unable-to-make-member-accessible-m).]

The call is made in 
org.apache.geode.pdx.internal.AutoSerializableManager#getClassInfo and is 
required for the auto serializer to function correctly.

 

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to