samply / blaze

A FHIR® Server with internal, fast CQL Evaluation Engine
https://samply.github.io/blaze
Apache License 2.0
141 stars 19 forks source link

chore(deps): update dependency info.sunng/ring-jetty9-adapter to v0.33.3 #1833

Closed renovate[bot] closed 6 days ago

renovate[bot] commented 6 days ago

Mend Renovate

This PR contains the following updates:

Package Update Change
info.sunng/ring-jetty9-adapter minor 0.22.6 -> 0.33.3

Release Notes

sunng87/ring-jetty9-adapter (info.sunng/ring-jetty9-adapter) ### [`v0.33.3`](https://togithub.com/sunng87/ring-jetty9-adapter/releases/tag/0.33.3) [Compare Source](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.33.2...0.33.3) #### What's Changed - feat: support http2 request headers that contains multiple cookie fields by [@​rmrt1n](https://togithub.com/rmrt1n) in [https://github.com/sunng87/ring-jetty9-adapter/pull/137](https://togithub.com/sunng87/ring-jetty9-adapter/pull/137) - Updated ring libraries to 1.12.2 #### New Contributors - [@​rmrt1n](https://togithub.com/rmrt1n) made their first contribution in [https://github.com/sunng87/ring-jetty9-adapter/pull/137](https://togithub.com/sunng87/ring-jetty9-adapter/pull/137) **Full Changelog**: https://github.com/sunng87/ring-jetty9-adapter/compare/0.33.2...0.33.3 ### [`v0.33.2`](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.33.1...0.33.2) [Compare Source](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.33.1...0.33.2) ### [`v0.33.1`](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.33.0...0.33.1) [Compare Source](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.33.0...0.33.1) ### [`v0.33.0`](https://togithub.com/sunng87/ring-jetty9-adapter/releases/tag/0.33.0) [Compare Source](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.32.4...0.33.0) #### What's Changed - feat: update ring to 1.12 by [@​sunng87](https://togithub.com/sunng87) in [https://github.com/sunng87/ring-jetty9-adapter/pull/131](https://togithub.com/sunng87/ring-jetty9-adapter/pull/131) - fix: correct check for websocket ping implementation by [@​sunng87](https://togithub.com/sunng87) in [https://github.com/sunng87/ring-jetty9-adapter/pull/135](https://togithub.com/sunng87/ring-jetty9-adapter/pull/135) #### 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 ### [`v0.32.4`](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.32.3...0.32.4) [Compare Source](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.32.3...0.32.4) ### [`v0.32.3`](https://togithub.com/sunng87/ring-jetty9-adapter/releases/tag/0.32.3) [Compare Source](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.32.2...0.32.3) #### What's Changed - fix: add back wrap jetty handler by [@​sunng87](https://togithub.com/sunng87) in [https://github.com/sunng87/ring-jetty9-adapter/pull/130](https://togithub.com/sunng87/ring-jetty9-adapter/pull/130) **Full Changelog**: https://github.com/sunng87/ring-jetty9-adapter/compare/0.32.2...0.32.3 ### [`v0.32.2`](https://togithub.com/sunng87/ring-jetty9-adapter/releases/tag/0.32.2) [Compare Source](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.32.1...0.32.2) #### What's Changed - feat: upgarde http3 module to latest QuicServerConnector api by [@​sunng87](https://togithub.com/sunng87) in [https://github.com/sunng87/ring-jetty9-adapter/pull/129](https://togithub.com/sunng87/ring-jetty9-adapter/pull/129) **Full Changelog**: https://github.com/sunng87/ring-jetty9-adapter/compare/0.32.1...0.32.2 ### [`v0.32.1`](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.32.0...0.32.1) [Compare Source](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.32.0...0.32.1) ### [`v0.32.0`](https://togithub.com/sunng87/ring-jetty9-adapter/releases/tag/0.32.0) [Compare Source](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.31.1...0.32.0) #### What's Changed - Add `ws-configurator` parameter by [@​eneroth](https://togithub.com/eneroth) in [https://github.com/sunng87/ring-jetty9-adapter/pull/125](https://togithub.com/sunng87/ring-jetty9-adapter/pull/125) - feat: add more options for websocket by [@​sunng87](https://togithub.com/sunng87) in [https://github.com/sunng87/ring-jetty9-adapter/pull/126](https://togithub.com/sunng87/ring-jetty9-adapter/pull/126) Note that default value of `ws-max-idle-timeout` has been changed from `50s` to `30s`, for consistency with Jetty's defaults. #### New Contributors - [@​eneroth](https://togithub.com/eneroth) made their first contribution in [https://github.com/sunng87/ring-jetty9-adapter/pull/125](https://togithub.com/sunng87/ring-jetty9-adapter/pull/125) **Full Changelog**: https://github.com/sunng87/ring-jetty9-adapter/compare/0.31.1...0.32.0 ### [`v0.31.1`](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.31.0...0.31.1) [Compare Source](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.31.0...0.31.1) ### [`v0.31.0`](https://togithub.com/sunng87/ring-jetty9-adapter/releases/tag/0.31.0) [Compare Source](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.30.4...0.31.0) This is the first release for new Ring 1.11 and its new websocket API. #### What's Changed - feat: proof of concept implementation for ring.websocket by [@​sunng87](https://togithub.com/sunng87) in [https://github.com/sunng87/ring-jetty9-adapter/pull/116](https://togithub.com/sunng87/ring-jetty9-adapter/pull/116) - fix: ring websocket implementation fix by [@​sunng87](https://togithub.com/sunng87) in [https://github.com/sunng87/ring-jetty9-adapter/pull/121](https://togithub.com/sunng87/ring-jetty9-adapter/pull/121) **Full Changelog**: https://github.com/sunng87/ring-jetty9-adapter/compare/0.30.4...0.31.0 ### [`v0.30.4`](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.30.3...0.30.4) [Compare Source](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.30.3...0.30.4) ### [`v0.30.3`](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.30.2...0.30.3) [Compare Source](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.30.2...0.30.3) ### [`v0.30.2`](https://togithub.com/sunng87/ring-jetty9-adapter/releases/tag/0.30.2) [Compare Source](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.30.1...0.30.2) Upgraded Jetty to 12.0.3. ### [`v0.30.1`](https://togithub.com/sunng87/ring-jetty9-adapter/releases/tag/0.30.1) [Compare Source](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.30.0...0.30.1) #### What's Changed - feat: upgrade jetty to 12.0.2 and improve buffered output stream by [@​sunng87](https://togithub.com/sunng87) in [https://github.com/sunng87/ring-jetty9-adapter/pull/118](https://togithub.com/sunng87/ring-jetty9-adapter/pull/118) **Full Changelog**: https://github.com/sunng87/ring-jetty9-adapter/compare/0.30.0...0.30.1 ### [`v0.30.0`](https://togithub.com/sunng87/ring-jetty9-adapter/releases/tag/0.30.0): - Jetty 12 for Clojure [Compare Source](https://togithub.com/sunng87/ring-jetty9-adapter/compare/0.22.6...0.30.0) 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 - feat: Jetty 12 by [@​sunng87](https://togithub.com/sunng87) in [https://github.com/sunng87/ring-jetty9-adapter/pull/106](https://togithub.com/sunng87/ring-jetty9-adapter/pull/106) - feat: add option to enable virtual threads support for thread pool by [@​sunng87](https://togithub.com/sunng87) in [https://github.com/sunng87/ring-jetty9-adapter/pull/112](https://togithub.com/sunng87/ring-jetty9-adapter/pull/112) - fix: character encoding was previously returning content-type by [@​jasonjckn](https://togithub.com/jasonjckn) in [https://github.com/sunng87/ring-jetty9-adapter/pull/114](https://togithub.com/sunng87/ring-jetty9-adapter/pull/114) - Breaking change: `async-timeout` support was disabled as we are looking for its implementation on Jetty 12 Core APIs. **Full Changelog**: https://github.com/sunng87/ring-jetty9-adapter/compare/0.22.1...0.30.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

alexanderkiel commented 6 days ago

Will be handled by #1336

renovate[bot] commented 6 days ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.33.3). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.