You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Tristan Stevens (JIRA)" <ji...@apache.org> on 2016/10/14 12:18:21 UTC

[jira] [Updated] (FLUME-2698) Upgrade Jetty Version

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

Tristan Stevens updated FLUME-2698:
-----------------------------------
    Affects Version/s: v1.7.0
                       v1.6.0

> Upgrade Jetty Version
> ---------------------
>
>                 Key: FLUME-2698
>                 URL: https://issues.apache.org/jira/browse/FLUME-2698
>             Project: Flume
>          Issue Type: Bug
>          Components: Web
>    Affects Versions: v1.6.0, v1.5.1, v1.7.0
>            Reporter: Joakim Erdfelt
>
> Flume depends on Jetty 6
> {code:xml}
>       <dependency>
>         <groupId>org.mortbay.jetty</groupId>
>         <artifactId>jetty-util</artifactId>
>         <version>6.1.26</version>
>       </dependency>
> {code}
> Which was EOL (End of Life) back in 2010 and is no longer fit for production use (without heavy customizations and modifications like Google does for GAE, just to keep it safe and vulnerability free)
> Jetty was moved to Eclipse.org back during the Jetty 7 days.
> http://eclipse.org/jetty/
> Note that [Jetty 7 and Jetty 8 are now also EOL|https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00069.html] (as of 2014)
> Jetty 9 is the only stable and supported version of Jetty now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)