gudzpoz commented on issue #2668: URL: https://github.com/apache/fory/issues/2668#issuecomment-3338772308
It turns out instead of `--initialize-at-build-time=org.example.App`, one should probably use `--initialize-at-build-time=org.example` to include all registered classes. Otherwise, `java.lang.NoSuchFieldException` is always thrown for any class with fields. I'm closing this issue. (But probably the docs can improve a bit?) -- 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]
