linghengqian commented on PR #28805: URL: https://github.com/apache/shardingsphere/pull/28805#issuecomment-1909206656
> 不知道修复版本什么时候发布,有大佬知道怎么临时解决吗 @xiohuchi - You can manually compile the project by following the steps below, and upload the corresponding products in the local Maven repository to your private repository. This uses `SDKMAN!`. ```shell sdk install java 21.0.2-graalce sdk use java 21.0.2-graalce git clone [email protected]:apache/shardingsphere.git cd ./shardingsphere/ ./mvnw clean install -Prelease -T1C -DskipTests -Djacoco.skip=true -Dcheckstyle.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true -B ``` - I'm not the PMC for the project, so I can't make any subjective assumptions about when the next release will be. If you need a release sooner, you should start a discussion thread on the mailing list. -- 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]
