linghengqian opened a new pull request, #18175: URL: https://github.com/apache/shardingsphere/pull/18175
Fixes #17779 . Changes proposed in this pull request: - update pom.xml . - update LICENSE. - As a remark, on Groovy 4.0.3, if users need to restore Groovy's support for GraalVM Native Image, they need to manually add the following fields in `conf/reflect-config.json`. Refer to https://github.com/oracle/graal/issues/4492#issuecomment-1143649719 . ```json { "name": "org.codehaus.groovy.runtime.dgm$53", "allDeclaredConstructors": true, "allPublicConstructors": true, "allDeclaredMethods": true, "allPublicMethods": true } ``` -- 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]
