You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2023/08/10 16:56:33 UTC

[GitHub] [incubator-pekko] pjfanning commented on a diff in pull request #94: Adds whitelist for custom serializer of classes in pekko package

pjfanning commented on code in PR #94:
URL: https://github.com/apache/incubator-pekko/pull/94#discussion_r1290424953


##########
actor/src/main/resources/reference.conf:
##########
@@ -741,6 +741,9 @@ pekko {
     # to reduce noise.
     warn-on-no-serialization-verification = on
 
+    # list of fqcn of classes that may use non-pekko serializer within pekko package without warn log
+    warn-non-pekko-serializer-allow-list = ${?pekko.actor.warn-non-pekko-serializer-allow-list} []

Review Comment:
   might be worth updating the comment to mention that this is new to Pekko v1.1.0



-- 
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@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org