You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In pekko-connectors-google-fcm_3-1.1.0-M1-RC1.jar in org/apache/pekko/stream/connectors/google/firebase/fcm/v1/models/FcmOption (begin and and of the .tasty file)
In pekko-connectors-huawei-push-kit_3-1.1.0-M1-RC1.jar in org/apache/pekko/stream/connectors/huawei/pushkit/models/Response (begin and and of the .tasty file)
The text was updated successfully, but these errors were encountered:
OK, so interestingly FcmOption is really small, so that is a good start for a reproducer.
FcmOption has 3 @Child annotations, one for each class extending FcmOption. It seems when compiling the module after a clean, somehow references to FcmJsonSupport.scala are added to those @Child annotations in the tasty file for FcmOption (but it seems nondeterministic to which of the @Child annotations they're attached). When compiling FcmOption.scala in isolation, however (even from sbt), those references are not added at all.
Similar to apache/pekko-http#566
pekko-connectors-google-fcm_3-1.1.0-M1-RC1.jar
inorg/apache/pekko/stream/connectors/google/firebase/fcm/v1/models/FcmOption
(begin and and of the .tasty file)pekko-connectors-huawei-push-kit_3-1.1.0-M1-RC1.jar
inorg/apache/pekko/stream/connectors/huawei/pushkit/models/Response
(begin and and of the .tasty file)The text was updated successfully, but these errors were encountered: