Skip to content

Upgrade resilience4j version and remove resilience4j retry internals from azure-kusto-ingest#421

Merged
AsafMah merged 1 commit intoAzure:masterfrom
jirou97:master
Mar 30, 2025
Merged

Upgrade resilience4j version and remove resilience4j retry internals from azure-kusto-ingest#421
AsafMah merged 1 commit intoAzure:masterfrom
jirou97:master

Conversation

@jirou97
Copy link
Contributor

@jirou97 jirou97 commented Mar 23, 2025

Issue

We have been running a spring boot upgrade from 2.7 to 3.3.x and also upgrading the azure-kusto-java library to the latest available version. The issue is that we cannot use the latest resilience4j versions but we have to use the version 1.7.1(which was released 4 years ago) because of how it is utilized here.

Changed

Upgraded resilience4j version from 1.7.1 to 2.3.0(latest). This was done because in version:
2.0.0 - Spring boot 2.7 is being supported
2.0.1 - Spring boot 3 is being supported
2.2.0 - Micronaut 4 is being supported

You can check their releases for more (https://github.com/resilience4j/resilience4j/releases)

Fixed

Removed internals of resilience4j-retry library from ResourceManager.

Feel free to review this PR and mark any concern.

@jirou97
Copy link
Contributor Author

jirou97 commented Mar 23, 2025

@microsoft-github-policy-service agree

Copy link
Collaborator

@ohadbitt ohadbitt left a comment

Choose a reason for hiding this comment

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

thanks
please remove io.vavr version const

@jirou97
Copy link
Contributor Author

jirou97 commented Mar 25, 2025

Could you include this in your next release please?

@AsafMah AsafMah merged commit 7f37df0 into Azure:master Mar 30, 2025
1 check passed
@AsafMah
Copy link
Contributor

AsafMah commented Mar 30, 2025

@ohadbitt
Copy link
Collaborator

@jirou97

Could you include this in your next release please?

reverted as it failed our pipelines

@jirou97
Copy link
Contributor Author

jirou97 commented Mar 30, 2025

Just noticed that resilience4j retry >= 2.0.0 is build with java17 as mentioned in the https://github.com/resilience4j/resilience4j/releases/tag/v2.0.0 .
Is there a way for your library to support this?

@dimroussis
Copy link

Hello all!
@ohadbitt @AsafMah
Could you please evaluate the aforementioned comment? We are forced to fallback to resiliecne4j-retry version that is almost 5 years old.

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.

4 participants