vasiliy-mikhailov commented on PR #38932: URL: https://github.com/apache/shardingsphere/pull/38932#issuecomment-4851451333
Good catch, thanks. You are right that the module argLine was replacing the inherited jdk11+ flags instead of extending them. I moved the timezone into the argLine property so it composes with the parent Surefire config: the effective argLine now keeps the four --add-opens entries and -XX:+EnableDynamicAgentLoading and appends -Duser.timezone=Asia/Shanghai. Verified locally: the focused Snowflake test passes with no dynamic-agent warning (flags present), and it still fails on the pre-fix implementation (the timezone guard is intact). Pushed. -- 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]
