Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] [jetty-dev] Jetty 9.3.22 Released!

http://central.maven.org/maven2/org/eclipse/jetty/jetty-bom/

You are correct, the jetty-bom in the 9.3.x series has been very problematic (release process wise).
As a result, the 9.3.22 version is unreleased (it failed during the release process).

We are planning a 9.3.23 release before xmas.  Either stay tuned for that, or upgrade to 9.4.8.v20171121


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Thu, Dec 14, 2017 at 3:26 AM, marco.signorini@xxxxxxxxx <marco.signorini@xxxxxxxxx> wrote:
Hi all,

I tried to import the jetty-bom for latest tag jetty-9.3.22.v20171030 and it doesn't exists.

Looking at https://github.com/eclipse/jetty.project/blob/jetty-9.3.22.v20171030/jetty-bom/pom.xml I can see that the pom version is SNAPSHOT

<parent>
  <groupId>org.eclipse.jetty</groupId>
  <artifactId>jetty-parent</artifactId>
  <version>25</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-bom</artifactId>
<version>9.3.22-SNAPSHOT</version>
<name>Jetty :: Bom</name>
<description>Jetty BOM artifact</description>
<inceptionYear>1995</inceptionYear>
<packaging>pom</packaging>

Is this expected? If yes, what's the GAV for jetty-bom tag 9.3.22?

Thanks,
Marco
...

2017-11-03 15:17 GMT+01:00 Chris Walker <chris@xxxxxxxxxxx>:

The Jetty team is happy to announce the immediate availability of a new release for the Eclipse Jetty 9.3.x branch.


Jetty 9.3.22 is a maintenance release and contains a number of bug fixes. It is recommended that all users upgrade as soon as they are able. Changes for this release are listed below.

This release available on the Eclipse Jetty project download page or from the Maven Central repository:

Documentation for this release can be found on the Eclipse Jetty project site:

If you find any issues with this release, or if you want to suggest future enhancements, please file an issue on the Jetty GitHub page:

Commercial production and development support for Jetty is offered through Webtide (www.webtide.com). Please contact us for more information or email jesse@xxxxxxxxxxx to learn more.

Best Regards,

The Jetty Development Team


jetty-9.3.22.v20171030 - 30 October 2017
 + 1213 Upgrade to ASM Version 6.0_ALPHA for JDK9
 + 1692 Annotation scanning should ignore `module-info.class` files
 + 1705 Rejected executions in QueuedThreadPool can lead to memory leaks
 + 1797 JEP 238 - Multi-Release JAR files break bytecode scanning
 + 1814 Move JavaVersion to jetty-util for future Java 9 support requirements
 + 1901 Reimplement PathWatcher as scanner
 + 1912 AbstractConnector EndPoint leak for failed SSL connections
 + 1914 jetty client fails to parse response with RFC2045 conformant Content-Type: charset="utf-8"
 + 1928 Backport #1705 to jetty-9.3.x

_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-dev



--
Email sent by Signorini Marco.

_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-dev


Back to the top