chaokunyang commented on code in PR #2701:
URL: https://github.com/apache/fory/pull/2701#discussion_r2422536204
##########
java/fory-core/src/main/java/org/apache/fory/Fory.java:
##########
@@ -89,6 +93,10 @@
public final class Fory implements BaseFory {
private static final Logger LOG = LoggerFactory.getLogger(Fory.class);
+ // Static collections for GraalVM Feature support
Review Comment:
Could we remove those fields, `TypeResolver` already has static variable to
capture registered classes and generated serializers
--
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]