Releases: eclipse-ee4j/tyrus
Releases · eclipse-ee4j/tyrus
1.20
[Pull 807] - Fix support of encoded query params
2.1.0
[Pull 765] - Use Servlet context path for ServerEndpointConfig in upgradeHttpToWebSocket
[Pull 766] - Adopting 2.1.0 API and EE 10 dependencies
[Pull 767] - Support ClientEndpointConfig#getSSLContext
[Pull 770] - Updating archetype and documenting it.
[Pull 776] - Pass the Server Address, Server Port, and UserProperties to Session.
[Pull 779] - Pass ServerEnpointConfigWrapper to @onopen method
[Pull 780] - Updated Jakarta EE 10 versions
[Pull 781] - OSGi should allow Grizzly 3 and 4
[Pull 788] - Add a jpms related fix
2.0.3
[Pull 796] - JPMS related dependency fix
1.19
[Pull 773] - Prevent IAE for close reason phrase > 123 bytes
[Pull 783] - Send Origin header with https:// schema for secure requests
[Pull 785] - Fix leaking programatic endpoints in the CdiComponentProvider cache.
[Pull 792] - Fix another leaks related to CdiComponentProvider cache
2.0.2
[Issue 753] - Implement WebSocketContainer#upgradeHttpToWebSocket
[Issue 754] - Allow to add an Endpoint after the Init phase
[Issue 755] - Add JPMS support
[Pull 756] - Implementation of 2.1 ServerContainer#upgradeHttpToWebSocket
[Pull 760] - Add module-infos.
[Pull 763] - Allow EE10 JAX-B, CDI, and Servlet APIs
1.18
[Pull 707] - Support of TLSv1.3 by JDK Client
[Pull 708] - Lambda MessageHandler support
[Pull 719] - Bump junit from 4.10 to 4.13.1
[Pull 725] - remove potential test order dependency
[Pull 727] - Fixed class loader leaks
[Pull 729] - [646] Fixed possible client hang when connecting to server.
[Pull 730] - Bump commons-io from 2.2 to 2.7 in /tests/qa/lifecycle-test
[Pull 731] - Build With JDK 17
[Pull 736] - Fix two flaky tests in `MaxMessageSizeDeploymentTest`
[Pull 739] - Updated dependencies
[Pull 745] - Parent pom update
2.0.0-M2
Updated dependencies to Jakarta EE 9. Uses:
- jakarta.annotation:jakarta.annotation-api:2.0.0-RC1
- jakarta.websocket:jakarta.websocket-api:2.0.0-RC1
- jakarta.websocket:jakarta.websocket-client-api:2.0.0-RC1
- jakarta.enterprise:jakarta.enterprise.cdi-api:3.0.0-M3
- jakarta.ejb:jakarta.ejb-api:4.0.0-RC2
- jakarta.json:jakarta.json-api:2.0.0-RC2
- jakarta.xml.bind:jakarta.xml.bind-api:3.0.0-M3
- jakarta.servlet:jakarta.servlet-api:5.0.0-M1
1.17
Main new features:
- Works with JDK 11
- Use extensions from WebsocketContainer#getInstalledExtensions when AnnotatedEndpoint is created
- Provide more detailed information in Writer SPI for the integration layer