Apache Tomcat Migration Tool for Jakarta EE

This tool is a work in progress. The aim 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.

License

License

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

org.apache.tomcat
ArtifactId

ArtifactId

jakartaee-migration
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Apache Tomcat Migration Tool for Jakarta EE
This tool is a work in progress. The aim 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.
Project URL

Project URL

https://tomcat.apache.org
Project Organization

Project Organization

The Apache Software Foundation

Download jakartaee-migration

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.tomcat/jakartaee-migration/ -->
<dependency>
    <groupId>org.apache.tomcat</groupId>
    <artifactId>jakartaee-migration</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomcat/jakartaee-migration/
implementation 'org.apache.tomcat:jakartaee-migration:1.0.0'
// https://jarcasting.com/artifacts/org.apache.tomcat/jakartaee-migration/
implementation ("org.apache.tomcat:jakartaee-migration:1.0.0")
'org.apache.tomcat:jakartaee-migration:jar:1.0.0'
<dependency org="org.apache.tomcat" name="jakartaee-migration" rev="1.0.0">
  <artifact name="jakartaee-migration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomcat', module='jakartaee-migration', version='1.0.0')
)
libraryDependencies += "org.apache.tomcat" % "jakartaee-migration" % "1.0.0"
[org.apache.tomcat/jakartaee-migration "1.0.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.bcel : bcel jar 6.5.0
org.apache.commons : commons-compress jar 1.20
commons-io : commons-io jar 2.8.0

provided (1)

Group / Artifact Type Version
org.apache.ant : ant jar 1.10.9

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.2.0
0.1.0