terrymanu opened a new issue, #25184: URL: https://github.com/apache/shardingsphere/issues/25184
1. Add the shardingsphere-infra-expr module for put all groovy related logics here. 2. Add the shardingsphere-infra-expr-spi sub-module, which contains the JVMInlineExpressionParser interface that can be used by each sub-module. 3. Add the shardingsphere-infra-expr-core sub-module, which contains the InlineExpressionParser and the logic for copying bytecode in the POM file. 4. Add the shardingsphere-infra-expr-hotsopt and shardingsphere-infra-expr-espresso sub-modules, where the latter can depend on the former. 5. Consider using ByteBuddy to simplify the implementation of jar copy and reflection. (Optional) -- 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]
