Don't use mvnrepository.com, its always out of date. sometime critically so (as in years out of date).
Use http://search.maven.org/ instead, that is maintained by Sonatype (the caretakers of the Maven Central Repository system) and is very up to date. -- Joakim Erdfelt <[email protected]> webtide.com <http://www.webtide.com/> - intalio.com/jetty Expert advice, services and support from from the Jetty & CometD experts eclipse.org/jetty - cometd.org On Fri, Sep 12, 2014 at 9:23 AM, Peter Ondruška < [email protected]> wrote: > oops, sorry, was looking at > http://mvnrepository.com/artifact/org.eclipse.jetty instead of maven.org, > my fault. > > On 12 September 2014 18:18, Joakim Erdfelt <[email protected]> wrote: > >> All 3 are in the central maven repository now. >> >> Which artifact isn't working for you specifically? >> >> -- >> Joakim Erdfelt <[email protected]> >> webtide.com <http://www.webtide.com/> - intalio.com/jetty >> Expert advice, services and support from from the Jetty & CometD experts >> eclipse.org/jetty - cometd.org >> >> >> On Fri, Sep 12, 2014 at 9:08 AM, Peter Ondruška < >> [email protected]> wrote: >> >>> Dear Jesse, >>> >>> any chance maven repo gets updated as well. Thanks >>> >>> On 9 September 2014 18:50, Jesse McConnell <[email protected]> >>> wrote: >>> >>>> We are pleased to announce the availability of Jetty 9.2.3, Jetty >>>> 8.1.16 and Jetty 7.6.16! >>>> >>>> The Jetty 9 release is a standard point release with 25 total issues >>>> resolved. The Jetty 7 and Jetty 8 releases continue to be released in >>>> lockstep with 3 and 7 issues resolved respectively. >>>> >>>> We encourage everyone using Jetty 9.2.2 to update when they get the >>>> chance. Additionally we encourage anyone using Jetty 7 and 8 to >>>> update as well, ideally to Jetty 9. We have been clear for some time >>>> now that public support for Jetty 7 and 8 will dry up on the mailing >>>> lists over time and our current plans are to cease maintenance >>>> releases for anything outside of a security vulnerability for Jetty 7 >>>> and 8 entirely at years end. >>>> >>>> If you haven't already, now is the time to plan your migration to Jetty >>>> 9. >>>> >>>> The issues resolved are listed below. >>>> >>>> Distribution Downloads: >>>> >>>> - http://download.eclipse.org/jetty/ >>>> >>>> The artifacts are also available in the Global Central Repository. >>>> >>>> - http://central.maven.org/ >>>> >>>> Eclipse P2 repositories are available as well. >>>> >>>> If you find an issue with this release you can open a bug through the >>>> guided bugzilla page located here: >>>> >>>> - >>>> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty&format=guided >>>> >>>> Documentation can be found at our documentation hub >>>> >>>> - https://www.eclipse.org/jetty/documentation/ >>>> >>>> Finally, a reminder that both dev and prod support are offered through >>>> Webtide >>>> (www.webtide.com), feel free to contact us through that site or ping >>>> me directly if you are interested in learning more. Documentation >>>> PDF's are available for direct download on the webtide.com website as >>>> well. >>>> >>>> cheers, >>>> The Jetty Development Team >>>> >>>> >>>> jetty-9.2.3.v20140905 - 05 September 2014 >>>> + 347110 renamed class transformer methods >>>> + 411163 Add embedded jetty code example with JSP enabled >>>> + 435322 Added a idleTimeout to the SharedBlockerCallback >>>> + 435533 Handle 0 sized async gzip >>>> + 435988 ContainerLifeCycle: beans never stopped on remove >>>> + 436862 Update jetty-osgi to asm-5 and spifly-1.0.1 >>>> + 438500 Odd NoClassDef errors when shutting down the >>>> jetty-maven-plugin via >>>> the stop goal >>>> + 440255 ensure 500 is logged on thrown Errors >>>> + 441073 isEarlyEOF on HttpInput >>>> + 441475 org.eclipse.jetty.server.ResourceCache exceptions under high >>>> load >>>> + 441479 Jetty hangs due to deadlocks in session manager >>>> + 441649 Update to jsp and el Apache Jasper 8.0.9 >>>> + 441756 Ssl Stackoverflow on renegotiate >>>> + 441897 Fixed etag handling in gzipfilter >>>> + 442048 fixed sendRedirect %2F encoding >>>> + 442383 Improved insufficient threads message >>>> + 442628 Update example xml file for second server instance to extract >>>> wars >>>> + 442642 Quickstart generates valid XML >>>> + 442759 Allow specific ServletContainerInitializers to be excluded >>>> + 442950 Embedded Jetty client requests to localhost hangs with high >>>> cpu usage >>>> (NIO OP_CONNECT Solaris/Sparc). >>>> + 443049 Improved HttpParser illegal character messages >>>> + 443158 Fixed HttpOutput spin >>>> + 443172 web-fragment.xml wrongly parsed for applications running in >>>> serlvet >>>> 2.4 mode >>>> + 443231 java.lang.NullPointerException on scavenge scheduling when >>>> session id >>>> manager declared before shared scheduler >>>> + 443262 Distinguish situation where jetty looks for tlds in META-INF >>>> but >>>> finds none vs does not look >>>> >>>> >>>> jetty-8.1.16.v20140903 - 03 September 2014 >>>> + 409788 Large POST body causes java.lang.IllegalStateException: >>>> SENDING => >>>> HEADERS. >>>> + 433689 Evict idle HttpDestinations from client >>>> + 433802 check EOF in send1xx >>>> + 438996 Scavenger-Timer in HashSessionManager can die because of >>>> IllegalStateException from getMaxInactiveInterval >>>> + 442048 fixed sendRedirect %2F encoding >>>> + 442839 highly fragmented websocket messages can result in corrupt >>>> binary >>>> messages >>>> >>>> >>>> jetty-7.6.16.v20140902 - 02 September 2014 >>>> + 409788 Large POST body causes java.lang.IllegalStateException: >>>> SENDING => >>>> HEADERS. >>>> + 433802 check EOF in send1xx >>>> + 442839 highly fragmented websocket messages can result in corrupt >>>> binary >>>> messages >>>> >>>> >>>> -- >>>> jesse mcconnell >>>> [email protected] >>>> _______________________________________________ >>>> jetty-users mailing list >>>> [email protected] >>>> To change your delivery options, retrieve your password, or unsubscribe >>>> from this list, visit >>>> https://dev.eclipse.org/mailman/listinfo/jetty-users >>>> >>> >>> >>> _______________________________________________ >>> jetty-users mailing list >>> [email protected] >>> To change your delivery options, retrieve your password, or unsubscribe >>> from this list, visit >>> https://dev.eclipse.org/mailman/listinfo/jetty-users >>> >> >> >> _______________________________________________ >> jetty-users mailing list >> [email protected] >> To change your delivery options, retrieve your password, or unsubscribe >> from this list, visit >> https://dev.eclipse.org/mailman/listinfo/jetty-users >> > > > _______________________________________________ > jetty-users mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users >
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
