[
https://issues.apache.org/jira/browse/IGNITE-9058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16558224#comment-16558224
]
ASF GitHub Bot commented on IGNITE-9058:
----------------------------------------
GitHub user daradurvs opened a pull request:
https://github.com/apache/ignite/pull/4435
IGNITE-9058 Updated Apache Tomcat dependency to version 9.0.10
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/daradurvs/ignite ignite-9058-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4435.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4435
----
commit 34e6553a584d6e1f64198beeb952bf70d58a123d
Author: Fedotov <vanen31@...>
Date: 2018-07-26T11:56:36Z
updated to 9.0.10
----
> 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
> Assignee: Ivan Fedotov
> Priority: Major
> Fix For: 2.7
>
>
> Update tomcat-servlet-api to newer version (at least 8.0.52, 8.5.31+ or
> 9.0.9+). E.g. to
> {noformat}
> <dependency>
> <groupId>org.apache.tomcat</groupId>
> <artifactId>tomcat-servlet-api</artifactId>
> <version>9.0.10</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)