yuzhiyang1 commented on PR #16307:
URL: https://github.com/apache/dubbo/pull/16307#issuecomment-4610035531

   The CI failure was caused by the previous follow-up enforcing the full 
strict allow-list check for classes with writeReplace(). That also rejected JDK 
immutable collection implementations such as java.util.ImmutableCollections in 
Java 21 samples. I narrowed the writeReplace path to enforce only the 
Serializable requirement, which is the bypass covered by this issue, and added 
a regression test for JDK immutable lists under STRICT mode. The latest Build 
and Test run is now green.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to