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/15 23:11:34 UTC

[GitHub] [geode] kirklund opened a new pull request #7367: GEODE-9817: Enable customized source set paths for ClassAnalysisRule

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


   Adds support for customizing source set paths of ClassAnalysisRule.
   
   PROBLEM
   
   Modules external to Geode must be structured the same as Geode
   source code in order to use ClassAnalysisRule and the
   Analyze*Serializables tests. This is necessary to better facilitate
   pluggability of modules that need to provide sanctioned serializable
   lists.
   
   SOLUTION
   
   Add source set path customization to ClassAnalysisRule, introduce
   a new layer of Analyze*Serializables test base classes that can be
   directly extended in order to customize source set paths in
   ClassAnalysisRule. Also includes improvements to some iterating
   of classes during analysis.
   
   [prereq for backport of GEODE-9980 and GEODE-9758]
   
   (cherry picked from commit 5d1e91932dff296632916a6ceccfb36039357acd)
   


-- 
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 #7367: [1.14] GEODE-9817: Enable customized source set paths for ClassAnalysisRule

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


   


-- 
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 commented on pull request #7367: [1.14] GEODE-9817: Enable customized source set paths for ClassAnalysisRule

Posted by GitBox <gi...@apache.org>.
kirklund commented on pull request #7367:
URL: https://github.com/apache/geode/pull/7367#issuecomment-1041270497


   There are so many failures with java.net.BindException: Address already in use (Bind failed). I hope that I'm not missing a real failure some where. I'm going to merge!


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