You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Andy Seaborne (Jira)" <ji...@apache.org> on 2021/04/09 18:30:00 UTC

[jira] [Resolved] (THRIFT-5375) Put org.apache.tomcat.embed:tomcat-embed-core into scope test

     [ https://issues.apache.org/jira/browse/THRIFT-5375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne resolved THRIFT-5375.
-----------------------------------
    Resolution: Not A Problem

> Put org.apache.tomcat.embed:tomcat-embed-core into scope test
> -------------------------------------------------------------
>
>                 Key: THRIFT-5375
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5375
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Java - Library
>    Affects Versions: 0.14.0, 0.14.1
>            Reporter: Andy Seaborne
>            Priority: Major
>
> 0.14.0 adds org.apache.tomcat.embed:tomcat-embed-core as a dependency with scope=compile. It becomes a dependency of systems using libthrift(java).
> It includes a tomcat-specific its own javax.servlet causing a conflict with javax.servlet:javax.servlet-api:jar:3.1.0 It gets included in combined jars that use Jetty.
> It causes tomcat-emdedded to be downstream systems that produce combined jars and docker images.
> The dependency was added by THRIFT-4949.
> The use of this seems to be specific to lib/java/test/org/apache/thrift/test/TestTServletServer.java and is not necessary at runtime.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)