solrbot opened a new pull request, #4531: URL: https://github.com/apache/solr/pull/4531
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.glassfish.jersey.media:jersey-media-json-jackson](https://projects.eclipse.org/projects/ee4j.jersey) ([source](https://redirect.github.com/eclipse-ee4j/jersey)) | dependencies | patch | `3.1.11` → `3.1.12` | | [org.glassfish.jersey.inject:jersey-hk2](https://projects.eclipse.org/projects/ee4j.jersey) ([source](https://redirect.github.com/eclipse-ee4j/jersey)) | dependencies | patch | `3.1.11` → `3.1.12` | | [org.glassfish.jersey.ext:jersey-entity-filtering](https://projects.eclipse.org/projects/ee4j.jersey) ([source](https://redirect.github.com/eclipse-ee4j/jersey)) | dependencies | patch | `3.1.11` → `3.1.12` | | [org.glassfish.jersey.core:jersey-server](https://projects.eclipse.org/projects/ee4j.jersey) ([source](https://redirect.github.com/eclipse-ee4j/jersey)) | dependencies | patch | `3.1.11` → `3.1.12` | | [org.glassfish.jersey.core:jersey-common](https://projects.eclipse.org/projects/ee4j.jersey) ([source](https://redirect.github.com/eclipse-ee4j/jersey)) | dependencies | patch | `3.1.11` → `3.1.12` | | [org.glassfish.jersey.core:jersey-client](https://projects.eclipse.org/projects/ee4j.jersey) ([source](https://redirect.github.com/eclipse-ee4j/jersey)) | dependencies | patch | `3.1.11` → `3.1.12` | --- ### Release Notes <details> <summary>eclipse-ee4j/jersey (org.glassfish.jersey.media:jersey-media-json-jackson)</summary> ### [`v3.1.12`](https://redirect.github.com/eclipse-ee4j/jersey/releases/tag/3.1.12) [Compare Source](https://redirect.github.com/eclipse-ee4j/jersey/compare/3.1.11...3.1.12) ##### What's Changed - Further Jakartify 3.0 by [@​jansupol](https://redirect.github.com/jansupol) in [#​5933](https://redirect.github.com/eclipse-ee4j/jersey/pull/5933) - Test for checking sources for javax references by [@​jansupol](https://redirect.github.com/jansupol) in [#​5935](https://redirect.github.com/eclipse-ee4j/jersey/pull/5935) - Avoid NoSuchMethodError during normal operation with Servlet 6+ by [@​Spikhalskiy](https://redirect.github.com/Spikhalskiy) in [#​5941](https://redirect.github.com/eclipse-ee4j/jersey/pull/5941) - Compatibility with CDI 4 by [@​jansupol](https://redirect.github.com/jansupol) in [#​5940](https://redirect.github.com/eclipse-ee4j/jersey/pull/5940) - Jackson update to 2.19.1 by [@​senivam](https://redirect.github.com/senivam) in [#​5945](https://redirect.github.com/eclipse-ee4j/jersey/pull/5945) - Better Configuration for Netty Connector by [@​jansupol](https://redirect.github.com/jansupol) in [#​5937](https://redirect.github.com/eclipse-ee4j/jersey/pull/5937) - Useless exception when client closes stream whilst response transfer … by [@​jbescos](https://redirect.github.com/jbescos) in [#​5952](https://redirect.github.com/eclipse-ee4j/jersey/pull/5952) - Configure the default connector by its config by [@​jansupol](https://redirect.github.com/jansupol) in [#​5951](https://redirect.github.com/eclipse-ee4j/jersey/pull/5951) - custom providers included in the fromString() results by [@​senivam](https://redirect.github.com/senivam) in [#​5949](https://redirect.github.com/eclipse-ee4j/jersey/pull/5949) - jnh-connector: Respect ClientProperties.CONNECT\_TIMEOUT by [@​chrisribble](https://redirect.github.com/chrisribble) in [#​5966](https://redirect.github.com/eclipse-ee4j/jersey/pull/5966) - Fix OSGi imports from JDK by [@​jansupol](https://redirect.github.com/jansupol) in [#​5974](https://redirect.github.com/eclipse-ee4j/jersey/pull/5974) - AbortResponse headers case insensitive header names by [@​jansupol](https://redirect.github.com/jansupol) in [#​5979](https://redirect.github.com/eclipse-ee4j/jersey/pull/5979) - Prevent leaking of annotation in a reused response. by [@​jansupol](https://redirect.github.com/jansupol) in [#​5978](https://redirect.github.com/eclipse-ee4j/jersey/pull/5978) - java.io.UncheckedIOException: java.io.IOException: Connection is [closed#5973](https://redirect.github.com/closed/jersey/issues/5973) by [@​jbescos](https://redirect.github.com/jbescos) in [#​5975](https://redirect.github.com/eclipse-ee4j/jersey/pull/5975) - Do not serialize version of Cookie for RFC 6265. by [@​jansupol](https://redirect.github.com/jansupol) in [#​5976](https://redirect.github.com/eclipse-ee4j/jersey/pull/5976) - Dependencies versions update by [@​senivam](https://redirect.github.com/senivam) in [#​5986](https://redirect.github.com/eclipse-ee4j/jersey/pull/5986) - Dependency update for the monitoring performance test-case by [@​senivam](https://redirect.github.com/senivam) in [#​5985](https://redirect.github.com/eclipse-ee4j/jersey/pull/5985) - No RxInvokerProvider SPI, must be registered. by [@​jansupol](https://redirect.github.com/jansupol) in [#​5988](https://redirect.github.com/eclipse-ee4j/jersey/pull/5988) - Introducing constants module by [@​jansupol](https://redirect.github.com/jansupol) in [#​5995](https://redirect.github.com/eclipse-ee4j/jersey/pull/5995) - Fix to invoke InvocationBuilderListener for each request. by [@​jansupol](https://redirect.github.com/jansupol) in [#​5998](https://redirect.github.com/eclipse-ee4j/jersey/pull/5998) - Helidon Container SE Bootstrap by [@​senivam](https://redirect.github.com/senivam) in [#​5999](https://redirect.github.com/eclipse-ee4j/jersey/pull/5999) - OSGi Package Incompatibility (Alternate) by [@​Pandrex247](https://redirect.github.com/Pandrex247) in [#​6003](https://redirect.github.com/eclipse-ee4j/jersey/pull/6003) - Fix releasing RequestScope multiple times. by [@​jansupol](https://redirect.github.com/jansupol) in [#​6004](https://redirect.github.com/eclipse-ee4j/jersey/pull/6004) - JDK 26 compatibility by [@​senivam](https://redirect.github.com/senivam) in [#​6008](https://redirect.github.com/eclipse-ee4j/jersey/pull/6008) - Adopt ASM 9.9 (JDK 26 support) by [@​senivam](https://redirect.github.com/senivam) in [#​6010](https://redirect.github.com/eclipse-ee4j/jersey/pull/6010) - Upgrading Netty, Jetty and Spring 6 by [@​shub-est](https://redirect.github.com/shub-est) in [#​6009](https://redirect.github.com/eclipse-ee4j/jersey/pull/6009) - Helidon container example by [@​senivam](https://redirect.github.com/senivam) in [#​6013](https://redirect.github.com/eclipse-ee4j/jersey/pull/6013) - Fix IllegalStateException: WELD-001578 (Jersey 6000) on JDK 24+. by [@​jansupol](https://redirect.github.com/jansupol) in [#​6021](https://redirect.github.com/eclipse-ee4j/jersey/pull/6021) - Deadlock with JerseyClassAnalyzer#resolverAnnotations [#​5996](https://redirect.github.com/eclipse-ee4j/jersey/issues/5996) by [@​jbescos](https://redirect.github.com/jbescos) in [#​6011](https://redirect.github.com/eclipse-ee4j/jersey/pull/6011) - Move ConstraintTo check into ServiceFinder, to a single spot. by [@​jansupol](https://redirect.github.com/jansupol) in [#​6019](https://redirect.github.com/eclipse-ee4j/jersey/pull/6019) - Issue [#​6002](https://redirect.github.com/eclipse-ee4j/jersey/issues/6002) | Ignore warnings for get method consumes entity by [@​Luc-Veldhuis](https://redirect.github.com/Luc-Veldhuis) in [#​6015](https://redirect.github.com/eclipse-ee4j/jersey/pull/6015) - Fix memory leak (port to 3.1) by [@​OndroMih](https://redirect.github.com/OndroMih) in [#​6088](https://redirect.github.com/eclipse-ee4j/jersey/pull/6088) ##### New Contributors - [@​chrisribble](https://redirect.github.com/chrisribble) made their first contribution in [#​5966](https://redirect.github.com/eclipse-ee4j/jersey/pull/5966) - [@​Luc-Veldhuis](https://redirect.github.com/Luc-Veldhuis) made their first contribution in [#​6015](https://redirect.github.com/eclipse-ee4j/jersey/pull/6015) **Full Changelog**: <https://github.com/eclipse-ee4j/jersey/compare/3.1.11...3.1.12> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/solrbot/renovate-github-action) <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzAuMTgiLCJ1cGRhdGVkSW5WZXIiOiI0My4xNzAuMTgiLCJ0YXJnZXRCcmFuY2giOiJicmFuY2hfOXgiLCJsYWJlbHMiOlsiZXhlbXB0LXN0YWxlIl19--> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
