LiangliangSui commented on PR #1553: URL: https://github.com/apache/incubator-fury/pull/1553#issuecomment-2071793003
Hi @Munoon , you can append the following to the end of [native-image.properties](https://github.com/apache/incubator-fury/blob/main/java/fury-core/src/main/resources/META-INF/native-image/org.apache.fury/fury-core/native-image.properties) and it should resolve this CI error ``` org.apache.fury.reflect.Types$ClassOwnership, \ org.apache.fury.reflect.Types$ClassOwnership$1, \ org.apache.fury.reflect.Types$ClassOwnership$2 ``` -- 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]
