Details
-
Dependency upgrade
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.0, 1.5.1, 1.7.0
Description
Flume depends on Jetty 6
<dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-util</artifactId> <version>6.1.26</version> </dependency>
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.
Note that Jetty 7 and Jetty 8 are now also EOL (as of 2014)
Jetty 9 is the only stable and supported version of Jetty now.
Attachments
Attachments
Issue Links
- links to