linghengqian commented on PR #27549: URL: https://github.com/apache/shardingsphere/pull/27549#issuecomment-1656692293
- @zhaojinchao95 I retested `11.0.18-tem` under Ubuntu 22.04 LTS and still no compilation errors. Do you have time to help re-review? ```shell sudo apt install unzip zip curl sed -y curl -s "https://get.sdkman.io" | bash source "$HOME/.sdkman/bin/sdkman-init.sh" sdk install java 11.0.18-tem sdk use java 11.0.18-tem git clone [email protected]:linghengqian/shardingsphere.git -b update-atomikos cd ./shardingsphere/ ./mvnw clean install -Prelease -T1C -DskipTests -Djacoco.skip=true -Dcheckstyle.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true -B ./mvnw clean install -Prelease -T1C ``` -  -- 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]
