solrbot opened a new pull request, #2212: URL: https://github.com/apache/solr/pull/2212
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.glassfish.jersey.containers:jersey-container-jetty-http](https://projects.eclipse.org/projects/ee4j.jersey) ([source](https://togithub.com/eclipse-ee4j/jersey)) | dependencies | minor | `2.39.1` -> `2.41` | --- ### Release Notes <details> <summary>eclipse-ee4j/jersey (org.glassfish.jersey.containers:jersey-container-jetty-http)</summary> ### [`v2.41`](https://togithub.com/eclipse-ee4j/jersey/releases/tag/2.41) [Compare Source](https://togithub.com/eclipse-ee4j/jersey/compare/2.40...2.41) <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5294'>Pull 5294</a>] - HTTP/2 for Jetty connector</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5296'>Pull 5296</a>] - HTTP/2 for Jetty container</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5350'>Pull 5350</a>] - Using Java7+ NIO API for improved performance</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5359'>Pull 5359</a>] - Race condition</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5364'>Pull 5364</a>] - Save time by not inspecting configuration for property when in PropertiesDelegate</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5365'>Pull 5365</a>] - Update war.plugin to work with jdk 21</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5373'>Pull 5373</a>] - Issue #​3493 - backport BeanParams support from 3.x</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5378'>Pull 5378</a>] - GraalVM 20.0.1 adaptation</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5379'>Pull 5379</a>] - RFC 6570 implementation</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5387'>Pull 5387</a>] - Encode curly brackets in proxy client</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5390'>Pull 5390</a>] - update license check plugin to the latest released version</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5391'>Pull 5391</a>] - Added jersey-micrometer module</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5392'>Pull 5392</a>] - Fix nio failures on Windows</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5393'>Pull 5393</a>] - Deprecate duplicated methods and fields in MBR/MBW</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5394'>Pull 5394</a>] - Allowing using SSLContext supplier per request by the NettyConnector</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5405'>Pull 5405</a>] - Prevent Class Cast Exception in cases where two classloaders handle t…</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5410'>Pull 5410</a>] - Jetty HTTP2 modules added to the bom/pom.xml</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5412'>Pull 5412</a>] - Netty Expect:100-continue feature support</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5417'>Pull 5417</a>] - Fix normalizing URIs with percent encoded symbols</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5418'>Pull 5418</a>] - ApiDocs fixes</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5423'>Pull 5423</a>] - Filter headers for netty HTTP redirect and CONNECT requests</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5424'>Pull 5424</a>] - Fix Jackson 15 -> Jackson 2.15</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5426'>Pull 5426</a>] - Propagate back-pressure correctly in MP REST Client SSE publisher</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5427'>Pull 5427</a>] - UserGuide and example extended for Micrometer integration</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5431'>Pull 5431</a>] - Expect:100-continue fixes for Netty</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5432'>Pull 5432</a>] - Decode extended filename in multipart content-disposition</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5435'>Pull 5435</a>] - Fixing servlet ResponseWriter#writeResponseStatusAndHeaders for error states</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5436'>Pull 5436</a>] - Support multipart by Jetty & Netty</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5440'>Pull 5440</a>] - Adopt ASM 9.6</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5442'>Pull 5442</a>] - Review Netty Connector</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5443'>Pull 5443</a>] - proper way of removing a handler (Netty Connector, Expect100ContinueHandler)</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5444'>Pull 5444</a>] - ApiDocs bundle fix</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5445'>Pull 5445</a>] - Fix query param in UriBuilder</li> ### [`v2.40`](https://togithub.com/eclipse-ee4j/jersey/releases/tag/2.40) [Compare Source](https://togithub.com/eclipse-ee4j/jersey/compare/2.39.1...2.40) <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5298'>Pull 5298</a>] - Do not encode slash in templates in MP RestClient</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5299'>Pull 5299</a>] - Do not completely swallow the cdi exception on error</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5305'>Pull 5305</a>] - Adopt ASM 9.5</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5306'>Pull 5306</a>] - Support NettyConnector & RequestEntityProcessing.BUFFERED</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5310'>Pull 5310</a>] - Better support inheritance in Resource Methods</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5311'>Pull 5311</a>] - Changes to InterceptorInvocationContext related to the integration with Helidon</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5319'>Pull 5319</a>] - Additional logging for SNI</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5320'>Pull 5320</a>] - Guard list of headers for modifications</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5324'>Pull 5324</a>] - Handle equals and hashCode on MicroProfile client proxies</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5326'>Pull 5326</a>] - Return null instead of throwing exception when querystring parameter is missing</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5330'>Pull 5330</a>] - Fix possible NPE in netty client</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5331'>Pull 5331</a>] - allow for resource methods to return <? extends XYZ></li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5335'>Pull 5335</a>] - Redirect GuardianList#toString to original toString</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5345'>Pull 5345</a>] - Allow for setting connector provider via properties</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5348'>Pull 5348</a>] - dependencies update</li> <li>[<a href='https://github.com/eclipse-ee4j/jersey/pull/5349'>Pull 5349</a>] - Parametrize ParamConverters to allow throwing IAE</li> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* * * * *" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/solrbot/renovate-github-action) <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44OS43IiwidXBkYXRlZEluVmVyIjoiMzcuODkuNyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org