Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SignalR Java Client updated to RxJava3 #457

Open
BrennanConroy opened this issue Apr 1, 2021 · 0 comments
Open

SignalR Java Client updated to RxJava3 #457

BrennanConroy opened this issue Apr 1, 2021 · 0 comments
Labels
6.0.0 Announcement Breaking change Documented The breaking change has been published to the .NET Core docs

Comments

@BrennanConroy
Copy link
Member

BrennanConroy commented Apr 1, 2021

SignalR Java Client updated to RxJava3

RxJava2 had it's end-of-life in February 2021. We are updating the SignalR Java Client to the newer RxJava3.

Version introduced

6.0.0-preview4

Old behavior

The RxJava package reference in the library was RxJava2.

New behavior

The RxJava package reference in the library is now RxJava3.
You can read https://github.com/ReactiveX/RxJava/wiki/What's-different-in-3.0 for what changed in RxJava3.

Reason for change

The old dependency (RxJava2) is no longer maintained.

Recommended action

If you were using RxJava2 in your app/library you might need to update to RxJava3. See https://github.com/ReactiveX/RxJava/wiki/What's-different-in-3.0 for help.

Category

ASP.NET

Affected APIs

"Not detectable via API analysis"

Discussion issue for this announcement: dotnet/aspnetcore#31450


Issue metadata

  • Issue type: breaking-change
@aspnet aspnet locked and limited conversation to collaborators Apr 1, 2021
@Rick-Anderson Rick-Anderson added the Documented The breaking change has been published to the .NET Core docs label Apr 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
6.0.0 Announcement Breaking change Documented The breaking change has been published to the .NET Core docs
Projects
None yet
Development

No branches or pull requests

2 participants