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.

Лицензия

Лицензия

Категории

Категории

Tomcat Контейнер Application Servers
Группа

Группа

org.apache.tomcat
Идентификатор

Идентификатор

jakartaee-migration
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://tomcat.apache.org
Организация-разработчик

Организация-разработчик

The Apache Software Foundation

Скачать jakartaee-migration

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.apache.ant : ant jar 1.10.9

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.0
0.2.0
0.1.0