This is an automated email from the ASF dual-hosted git repository.
rmaucher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/main by this push:
new 3483b41 Remove code coverage ticker (does not seem to work anymore)
3483b41 is described below
commit 3483b417b2b1716d1dae9a534727ebbee8de896e
Author: remm <[email protected]>
AuthorDate: Tue Jun 9 10:55:49 2026 +0200
Remove code coverage ticker (does not seem to work anymore)
Clarify the tool works for Tomcat 11+ as well.
---
README.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.md b/README.md
index e697006..7489282 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,12 @@
# Apache Tomcat migration tool for Jakarta EE
-
-[](https://app.codecov.io/gh/apache/tomcat-jakartaee-migration/branch/main)
[](http://www.apache.org/licenses/LICENSE-2.0)
## Overview
The purpose of the tool is to take a web application written for Java EE 8 that
runs on Apache Tomcat 9 and convert it automatically so it runs on Apache
-Tomcat 10 which implements Jakarta EE 9.
+Tomcat 10 or newer, which implements Jakarta EE 9.
The tool can be used from the command line or as an Ant task.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]