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 2021/09/08 20:24:42 UTC

[GitHub] [geode] kirklund opened a new pull request #6848: GEODE-9486: Fix validate-serializable-objects (with Windows fixes) (#…

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


   …6823)
   
   * GEODE-9486: Fix validate-serializable-objects
   
   Rename DistributedSystemService to SanctionedSerializablesService and
   remove unused init(DistributedSystem).
   
   Move SanctionedSerializablesService to geode-serialization.
   
   Implement SanctionedSerializablesService in both geode-core and
   geode-management to remove special case for each in
   InternalDataSerializer.
   
   Fix sanctioned serializables support in geode-management and
   geode-apis-compatible-with-redis.
   
   Add sanctioned serializables support to geode-serialization and
   geode-pulse.
   
   Add sanctioned serializables support to geode-junit and geode-dunit
   to simplify writing tests for validate-serializable-objects and prevent
   having to list out DUnit Rules and other test framework classes when
   validate-serializable-objects is enabled.
   
   Use ExecutorServiceRule and reformat json strings in
   RestRegionAPIIntegrationTest.
   
   Reorganize QueryCommandDUnitTestBase.
   
   Use InvalidClassException instead of Exception in
   ObjectInputStreamFilterWrapper fatal log message.
   
   Improve assertion messages in ResourceUtils.
   
   Move loadSanctionedSerializablesServices and loadClassNames to
   new SanctionedSerializables in geode-serialization.
   
   Exclude Pulse GemFireAuthentication from sanctioned serializables.
   
   Add SerializationTest Category to all AnalyzeSerializables integration
   tests.
   
   Tidy up SANCTIONED_SERIALIZABLES_DEPENDENCIES_PATTERN.
   
   Convert to AssertJ and use BeforeClass in
   InternalDataSerializerSerializationAcceptlistTest.
   
   Note: If Git or GitHub is showing invalid file renames in the diffs, you
   may need to pull the branch locally and configure diff.renameLimit to
   something lower than the default value of 50.
   
   (cherry picked from commit acbd0ff3c37a5e1fe3018d3f7288df385159ac4c)


-- 
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 closed pull request #6848: DRAFT: GEODE-9486: Fix validate-serializable-objects (with Windows fixes) (#…

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


   


-- 
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