You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Pavlov (JIRA)" <ji...@apache.org> on 2018/07/23 17:36:00 UTC

[jira] [Created] (IGNITE-9058) Update Apache Tomcat dependency version

Dmitriy Pavlov created IGNITE-9058:
--------------------------------------

             Summary: Update Apache Tomcat dependency version
                 Key: IGNITE-9058
                 URL: https://issues.apache.org/jira/browse/IGNITE-9058
             Project: Ignite
          Issue Type: Improvement
            Reporter: Dmitriy Pavlov


Update tomcat-servlet-api to newer version (at least 8.0.52,  8.5.31+ or 9.0.8+)
{noformat}
<dependency>
    <groupId>org.apache.tomcat</groupId>
    <artifactId>tomcat-servlet-api</artifactId>
    <version>8.0.52</version>
</dependency>
{noformat}

At least Ignite-rest-http, ignite-urideploy, and ignite-web will be affected by this change.

It is required to run TC tartget RunAll to check all tests passed, it is required to build fabric using DEVNOTES.txt to make sure full build will be successfull

Probably it is required to run release step to make sure release candidate can be prepared.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)