Releases: eclipse-ee4j/jersey
Releases · eclipse-ee4j/jersey
4.0.0-M1
[Pull 5550] - Comply with 4.0 API
[Pull 5575] - implementation of UriInfo#getMatchedResourceTemplate(s) & API JAX-B drop
[Pull 5581] - Additional JDK related cleanup in poms
[Pull 5591] - Added TCK run on Tomcat
2.42
[Pull 5469] - Allow @priority for ExceptionMapper
[Pull 5473] - SameSite is capital first letter only.
[Pull 5475] - RegularExpression in Uri Template IS NOT optional
[Pull 5487] - Prevent Netty connection from being stuck
[Pull 5493] - [2.x] backport of the #5490
[Pull 5506] - Adopt Jackson 2.16.1
[Pull 5507] - prevent NPE when WebAppException#getResponse returns null
[Pull 5511] - Add URL of KeyStore and TrustStore to SslConfigurator
[Pull 5514] - ASCII encode ContentDisposition file name
[Pull 5536] - Add Apache5 properties to be grabbed by config
[Pull 5537] - Put duplicated methods into a common superclass
[Pull 5542] - Propagate Future.cancel() to connectors
[Pull 5544] - Add a logger for a request notifying Jersey Container is involved
[Pull 5557] - Drop JDK 7 profile
[Pull 5560] - [2.x] versions update
[Pull 5561] - [2.x] GitHub action validations added
3.1.5
[Issue 5491] - 3.1.4 broken release, JettyConnectorProvider always throws exception
[Pull 5481] - [3.1] Jetty 12 HTTP/2 support
[Pull 5484] - Adding Jetty 12 modules to release JDK version check
[Pull 5488] - [3.1] Enable Jetty 11 container
[Pull 5490] - JerseyEventSink#send throwing non IOExceptions
[Pull 5498] - Jetty 11 container adopted for backwards compatibility
[Pull 5499] - Fix for apidocs bundle generation
[Pull 5500] - Adding jersey-test-framework-provider-jetty-http2 to the bom/pom.xml
3.1.4
[Pull 5293] - HTTP/2 for JNH connector
[Pull 5372] - Jetty 12 multirelease
[Pull 5396] - Support a single EntityPart as an entity
[Pull 5398] - Created an example with Jakarta REST 3.1 SeBootstrap & Multipart
[Pull 5399] - Enable @FormParam EntityPart injection to fields
[Pull 5407] - Describe Java SE compatibility and Jetty modules compatibility
[Pull 5462] - HTTP/2 Jetty 11 support removed (to be re-worked for Jetty 12)
[Pull 5464] - Examples cleanup
[Pull 5466] - Drop 11 for Jetty11 classnames
3.0.12
[Pull 5449] - User Guide: Jackson 2.14 -> 2.15 migration
[Pull 5450] - Updated Parsson
[Pull 5452] - Non-Jakarta dependencies version update
[Pull 5453] - Jakarta dependencies version update
2.41
[Pull 5294] - HTTP/2 for Jetty connector
[Pull 5296] - HTTP/2 for Jetty container
[Pull 5350] - Using Java7+ NIO API for improved performance
[Pull 5359] - Race condition
[Pull 5364] - Save time by not inspecting configuration for property when in PropertiesDelegate
[Pull 5365] - Update war.plugin to work with jdk 21
[Pull 5373] - Issue #3493 - backport BeanParams support from 3.x
[Pull 5378] - GraalVM 20.0.1 adaptation
[Pull 5379] - RFC 6570 implementation
[Pull 5387] - Encode curly brackets in proxy client
[Pull 5390] - update license check plugin to the latest released version
[Pull 5391] - Added jersey-micrometer module
[Pull 5392] - Fix nio failures on Windows
[Pull 5393] - Deprecate duplicated methods and fields in MBR/MBW
[Pull 5394] - Allowing using SSLContext supplier per request by the NettyConnector
[Pull 5405] - Prevent Class Cast Exception in cases where two classloaders handle t…
[Pull 5410] - Jetty HTTP2 modules added to the bom/pom.xml
[Pull 5412] - Netty Expect:100-continue feature support
[Pull 5417] - Fix normalizing URIs with percent encoded symbols
[Pull 5418] - ApiDocs fixes
[Pull 5423] - Filter headers for netty HTTP redirect and CONNECT requests
[Pull 5424] - Fix Jackson 15 -> Jackson 2.15
[Pull 5426] - Propagate back-pressure correctly in MP REST Client SSE publisher
[Pull 5427] - UserGuide and example extended for Micrometer integration
[Pull 5431] - Expect:100-continue fixes for Netty
[Pull 5432] - Decode extended filename in multipart content-disposition
[Pull 5435] - Fixing servlet ResponseWriter#writeResponseStatusAndHeaders for error states
[Pull 5436] - Support multipart by Jetty & Netty
[Pull 5440] - Adopt ASM 9.6
[Pull 5442] - Review Netty Connector
[Pull 5443] - proper way of removing a handler (Netty Connector, Expect100ContinueHandler)
[Pull 5444] - ApiDocs bundle fix
[Pull 5445] - Fix query param in UriBuilder
3.1.3
[Pull 5374] - exclude release and version-agnostic tests from release
2.40
[Pull 5298] - Do not encode slash in templates in MP RestClient
[Pull 5299] - Do not completely swallow the cdi exception on error
[Pull 5305] - Adopt ASM 9.5
[Pull 5306] - Support NettyConnector & RequestEntityProcessing.BUFFERED
[Pull 5310] - Better support inheritance in Resource Methods
[Pull 5311] - Changes to InterceptorInvocationContext related to the integration with Helidon
[Pull 5319] - Additional logging for SNI
[Pull 5320] - Guard list of headers for modifications
[Pull 5324] - Handle equals and hashCode on MicroProfile client proxies
[Pull 5326] - Return null instead of throwing exception when querystring parameter is missing
[Pull 5330] - Fix possible NPE in netty client
[Pull 5331] - allow for resource methods to return
[Pull 5335] - Redirect GuardianList#toString to original toString
[Pull 5345] - Allow for setting connector provider via properties
[Pull 5348] - dependencies update
[Pull 5349] - Parametrize ParamConverters to allow throwing IAE