Skip to content

Releases: eclipse-ee4j/tyrus

2.2.2

24 Jan 23:14

Choose a tag to compare

What's Changed

  • bugfix: TyrusHttpUpgradeHandler holds on to ClassLoader after session… by @lprimak in #943
  • bugfix: found another case of TyrusHttpUpgradeHandler holding on to C… by @lprimak in #944
  • Allow re-use by making these public with a public constructor by @zenbones in #949
  • Updated Jetty, GlassFish, Grizzly and fixes to pass all tests locally by @dmatej in #950
  • Configuration for deployment to Maven Central by @dmatej in #951
  • Maven central snapshots fixed by @dmatej in #952

New Contributors

Full Changelog: 2.2.1...2.2.2-RELEASE

2.2.1

19 Jan 10:44

Choose a tag to compare

What's Changed

  • Fix OSGi export for Tyrus Client by @jansupol in #889
  • Release Test checks sources for legal documents by @jansupol in #906
  • Fix websocket redeployment by @kalinchan in #910
  • Prevent scheduling timeoutexecutor for negative timeout values. by @jansupol in #917
  • Fix write synchronization in ProtocolHandler by @jansupol in #918
  • Replace synchronized with a lock when IO op is involved. by @jansupol in #919
  • Created MOJO to update jars by additional files (license, versions...) by @jansupol in #921
  • Add OWASP plugin into a Scan profile by @jansupol in #923
  • Support Tyrus ExecutorService using virtual threads by @jansupol in #927
  • Drop virtual threads in ScheduledExecutorService by @jansupol in #928
  • Generate source jar for client bundles by @senivam in #929
  • Extracting maven plugin into separate profile by @senivam in #931
  • Fix for SPI OSGi manifest.mf by @senivam in #930
  • Configure output dir for the apidocs bundle by @senivam in #934
  • Fix SSL with the Grizzly Client by @jansupol in #938
  • Update classversion checker by @jansupol in #941

Dependabot

  • Bump org.eclipse.jetty:jetty-server from 9.4.55.v20240627 to 9.4.56.v20240826 in /tests/qa/lifecycle-test by @dependabot[bot] in #922
  • Bump org.eclipse.jetty:jetty-server from 9.4.51.v20230217 to 9.4.55.v20240627 in /tests/qa/lifecycle-test by @dependabot[bot] in #914
  • Bump commons-io:commons-io from 2.7 to 2.14.0 in /tests/qa/lifecycle-test by @dependabot[bot] in #912

New Contributors

Full Changelog: 2.2.0...2.2.1

2.1.6

20 Oct 09:29

Choose a tag to compare

  • [Pull 891] - Fix OSGi export for Tyrus Client
  • 2.0.8

    03 Oct 10:07

    Choose a tag to compare

  • [Pull 927] - Support Tyrus ExecutorService using virtual threads
  • 1.22

    29 Jul 04:32

    Choose a tag to compare

  • [Pull 858] - Updated legal information
  • [Pull 864] - Allow to set the UpgradeResponse status and headers
  • [Pull 868] - Cleanup of dependencies, legal files, added pre-release checks
  • [Pull 871] - Better Support deployment handshake statuses != 101
  • [Pull 874] - Support JDK 7 again
  • [Pull 879] - Support user-defined reason phrase
  • [Pull 889] - Fix OSGi export for Tyrus Client
  • [Pull 917] - Prevent scheduling timeoutexecutor for negative timeout values.
  • [Pull 918] - Fix write synchronization in ProtocolHandler
  • [Pull 919] - Replace synchronized with a lock when IO op is involved.
  • 2.2.0

    01 Aug 15:45

    Choose a tag to compare

  • [Pull 876] - Adopt Jakarta EE 11 dependencies and new Grizzly
  • [Pull 895] - Preparation for 2.2.0
  • [Pull 898] - Prepare dependencies for Tyrus 2.2.0-M2
  • [Pull 904] - Dependencies for 2.2
  • 2.0.7

    19 Jun 19:50

    Choose a tag to compare

  • [Pull 890] - Fix OSGi export for Tyrus Client
  • [Pull 900] - Support JDK 8 with EE 9 Tyrus
  • 2.1.5

    18 Jan 19:45

    Choose a tag to compare

  • [Pull 881] - Merge 2.0.x into 2.1.x
  • [Pull 883] - Adopt new Grizzly 4.0.2
  • 2.0.6

    10 Jan 12:10

    Choose a tag to compare

  • [Pull 860] - Merge MSTR into 2.0.x
  • [Pull 873] - Merge remote-tracking branch 'master' into 2.0.x
  • [Pull 877] - Merge remote-tracking branch 'master' into '2.0.x'
  • [Pull 880] - Merge master into 2.0.x
  • 2.1.4

    02 Nov 12:20

    Choose a tag to compare

  • [Pull 849] - Updated dependencies and use CompletableFuture by TyrusFuture internally
  • [Pull 861] - Merge 2.0.x -> 2.x