You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "terrymanu (via GitHub)" <gi...@apache.org> on 2023/04/16 14:49:39 UTC

[GitHub] [shardingsphere] terrymanu opened a new issue, #25184: Re-design for ShardingSphere groovy expr

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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] terrymanu closed issue #25184: Re-design for ShardingSphere groovy expr

Posted by "terrymanu (via GitHub)" <gi...@apache.org>.
terrymanu closed issue #25184: Re-design for ShardingSphere groovy expr
URL: https://github.com/apache/shardingsphere/issues/25184


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] terrymanu commented on issue #25184: Re-design for ShardingSphere groovy expr

Posted by "terrymanu (via GitHub)" <gi...@apache.org>.
terrymanu commented on issue #25184:
URL: https://github.com/apache/shardingsphere/issues/25184#issuecomment-1510410674

   Great


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] linghengqian commented on issue #25184: Re-design for ShardingSphere groovy expr

Posted by "linghengqian (via GitHub)" <gi...@apache.org>.
linghengqian commented on issue #25184:
URL: https://github.com/apache/shardingsphere/issues/25184#issuecomment-1510405109

   - I work on this issue.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org