Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate from cobertura to jacoco #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nicetry001
Copy link

tested the build via jenkins remote deployment for tomcat using JDK11,

Welcome to Java Maven Calculator Web App!!!
Sat Apr 02 21:18:22 UTC 2022

{"result":34,"time":"Sat Apr 02 21:17:25 UTC 2022","x":8,"y":26}
{"result":4,"time":"Sat Apr 02 21:17:48 UTC 2022","x":12,"y":8}
{"result":88,"time":"Sat Apr 02 21:18:00 UTC 2022","x":11,"y":8}
{"result":1,"time":"Sat Apr 02 21:18:11 UTC 2022","x":12,"y":12}

due to cobertura JDK8 below only support
migrating to jacoco for JDK9+ support
sun.tool jar file missing error fix

tested the build via jenkins remote deployment for tomcat using JDK11,

Welcome to Java Maven Calculator Web App!!!
Sat Apr 02 21:18:22 UTC 2022

{"result":34,"time":"Sat Apr 02 21:17:25 UTC 2022","x":8,"y":26}
{"result":4,"time":"Sat Apr 02 21:17:48 UTC 2022","x":12,"y":8}
{"result":88,"time":"Sat Apr 02 21:18:00 UTC 2022","x":11,"y":8}
{"result":1,"time":"Sat Apr 02 21:18:11 UTC 2022","x":12,"y":12}

due to cobertura JDK8 below only support
migrating to jacoco for JDK9+ support
sun.tool jar file missing error fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant