apache / servicecomb-pack

Apache ServiceComb Pack is an eventually data consistency solution for micro-service applications. ServiceComb Pack currently provides TCC and Saga distributed transaction co-ordination solutions by using Alpha as a transaction coordinator and Omega as an transaction agent .
https://servicecomb.apache.org/
Apache License 2.0
1.93k stars 436 forks source link

SCB-2275 Fixed coveralls-maven-plugin fails on Java 11 #721

Closed coolbeevip closed 3 years ago

coolbeevip commented 3 years ago

CI build fails with JDK 11 https://github.com/apache/servicecomb-pack/actions/runs/714189795

Error: Failed to execute goal org.eluder.coveralls:coveralls-maven-plugin:4.3.0:report (default-cli) on project pack: Execution default-cli of goal org.eluder.coveralls:coveralls-maven-plugin:4.3.0:report failed: A required class was missing while executing org.eluder.coveralls:coveralls-maven-plugin:4.3.0:report: javax/xml/bind/DatatypeConverter

See also:

https://github.com/trautonen/coveralls-maven-plugin/issues/112