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

Upgrade Unirest dependency to 4.2.0 #583

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Upgrade Unirest dependency to 4.2.0 #583

merged 1 commit into from
Nov 29, 2023

Conversation

rafaavc
Copy link
Contributor

@rafaavc rafaavc commented Nov 28, 2023

Updated the Unirest dependency due to a concurrency issue that affected the version being used (Kong/unirest-java#92), and that was showing up when using W in another project.

Does this change relate to existing issues or pull requests?

No

Does this change require an update to the documentation?

No

How has this been tested?

Tested this manually.

@rafaavc rafaavc requested a review from jcazevedo November 28, 2023 18:32
Copy link
Member

@jcazevedo jcazevedo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

One thing to note is that Unirest 4 requires at least Java 11 and we're currently publishing Apso (and running CI) in Java 8. This wasn't noticeable in CI because we don't use W in Apso's tests. We could keep publishing Apso using Java 8 and let downstream users deal with the incompatibilities (for those still in Java 8), but I think it might be safer to just embrace Java 11.

@jcazevedo
Copy link
Member

We can handle that in a separate PR.

@jcazevedo jcazevedo merged commit 9bdcd2d into master Nov 29, 2023
6 checks passed
@jcazevedo jcazevedo deleted the w-unirest-upgrade branch November 29, 2023 11:31
@jcazevedo jcazevedo mentioned this pull request Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants