You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: KeepFilter is only implemented as a regular filter, so to apply it by type one must use the deprecated PropertyTypeMatcher. Ergo PropertyTypeMatcher should not be deprecated until all the regular filters are implemented as type filters.
That is, it's a bad idea to deprecate something without providing an alternative.
The text was updated successfully, but these errors were encountered:
Problem:
KeepFilter
is only implemented as a regular filter, so to apply it by type one must use the deprecatedPropertyTypeMatcher
. ErgoPropertyTypeMatcher
should not be deprecated until all the regular filters are implemented as type filters.That is, it's a bad idea to deprecate something without providing an alternative.
The text was updated successfully, but these errors were encountered: