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

Use rxjava3 version 3.1.1 with classes moved to non internal packages #254

Merged
merged 3 commits into from
Sep 29, 2021

Conversation

scottslewis
Copy link
Collaborator

No description provided.

private final List<Class<? extends Throwable>> retryExceptions = new ArrayList<Class<? extends Throwable>>();
private final List<Class<? extends Throwable>> failExceptions = new ArrayList<Class<? extends Throwable>>();
private Predicate<? super Throwable> exceptionPredicate = Functions.alwaysTrue();
private Predicate<? super Throwable> exceptionPredicate = new TruePredicate();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could this just be private Predicate<? super Throwable> exceptionPredicate = x -> true;

@rmichela rmichela merged commit 8d14c6c into salesforce:master Sep 29, 2021
@rmichela
Copy link
Collaborator

Released in 1.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants