Ring Jetty9 Adapter Versions Save

An enhanced version of jetty adapter for ring, with additional features like websockets, http/2 and http/3

0.33.0

1 month ago

What's Changed

Upgrade

Note that from 0.33 of rj9a, we dropped dependencies to ring/ring-core and only depend on their protocol artifacts. This won't be a problem if your applications are just normal ring sync or async handlers. However, for websocket users, you will need to include ring/ring-core explicitly as dependency to be able to use websocket APIs.

Full Changelog: https://github.com/sunng87/ring-jetty9-adapter/compare/0.32.3...0.33.0

0.32.3

1 month ago

0.32.2

2 months ago

What's Changed

Full Changelog: https://github.com/sunng87/ring-jetty9-adapter/compare/0.32.1...0.32.2

0.32.0

3 months ago

What's Changed

Note that default value of ws-max-idle-timeout has been changed from 50s to 30s, for consistency with Jetty's defaults.

New Contributors

Full Changelog: https://github.com/sunng87/ring-jetty9-adapter/compare/0.31.1...0.32.0

0.31.0

4 months ago

This is the first release for new Ring 1.11 and its new websocket API.

What's Changed

Full Changelog: https://github.com/sunng87/ring-jetty9-adapter/compare/0.30.4...0.31.0

0.22.4

6 months ago

Upgraded Jetty to 11.0.18

0.30.2

6 months ago

Upgraded Jetty to 12.0.3.

0.30.1

7 months ago

What's Changed

Full Changelog: https://github.com/sunng87/ring-jetty9-adapter/compare/0.30.0...0.30.1

0.22.3

7 months ago

A maintenance release on Jetty 11 branch.

  • Updated Jetty to 11.0.17

Full Changelog: https://github.com/sunng87/ring-jetty9-adapter/compare/0.22.2...0.22.3

0.30.0

8 months ago

This version of rj9a introduces Jetty 12 , the latest milestone of Jetty web server. The new release requires a minimal JDK version of 17. It also removes servlet APIs completely for the first time.

What's Changed

Full Changelog: https://github.com/sunng87/ring-jetty9-adapter/compare/0.22.1...0.30.0