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

GH-582: Fix filtering of unsupported algorithms in NamedFactory #583

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

tomaswolf
Copy link
Member

Also give the methods some javadoc.

Note that ignoreUnsupported ? f.isSupported : true is the same as !ignoreUnsupported || f.isSupported(), but I find the former easier to read and understand.

Fixes #582.

Also give the methods some javadoc.

Note that "ignoreUnsupported ? f.isSupported : true" is the same as
"!ignoreUnsupported || f.isSupported()", but I find the former easier
to read and understand.

Bug: apache#582
@tomaswolf tomaswolf merged commit 361da19 into apache:master Aug 14, 2024
7 checks passed
@quic-nasserg
Copy link

Thank you Thomas!

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.

NamedFactory uses wrong filter expression
2 participants