You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/02/10 17:24:31 UTC

[GitHub] [geode] kirklund opened a new pull request #7355: GEODE-9980: Improve error handling of serial filters

kirklund opened a new pull request #7355:
URL: https://github.com/apache/geode/pull/7355


   Improves the error handling of serial filter configuration and
   filtering. The API throws a runtime exception wrapping any thrown
   exceptions.
   
   When geode.enableGlobalSerialFilter is FALSE:
   * Startup succeeds without throwing any exceptions even if an older
     version of Java throws "java.lang.ClassNotFoundException
     sun.misc.ObjectInputFilter".
   
   When geode.enableGlobalSerialFilter is TRUE:
   * Startup fails by throwing an exception when configuration of serial
     filter fails for any reason.
   
   Renames ObjectInputFilter to avoid confusion with the Java interface of
   the same name.
   
   Fixes a bug found in ReflectiveFacadeGlobalSerialFilterTest which
   resulted in configuring a non-mocked process-wide serial filter that
   polluted the JVM for all later tests.
   
   Fixes other minor details in LocatorLauncher, InternalDataSerializer
   and various related tests.
   
   (cherry picked from commit ce57e9fd2b8b644cadc469209e12e4fbd281e0d9)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] kirklund merged pull request #7355: GEODE-9980: Improve error handling of serial filters

Posted by GitBox <gi...@apache.org>.
kirklund merged pull request #7355:
URL: https://github.com/apache/geode/pull/7355


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org