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

Support whether data comes from an uncaught exception or not #102

Merged
merged 4 commits into from
Feb 15, 2018

Conversation

rokob
Copy link
Contributor

@rokob rokob commented Feb 9, 2018

There are certain use cases where people want to know if a set of data
comes from an uncaught exception or not. Add this information to the
data object and to the filter interface. This way we can use our
existing filter and transform infrastructure for dealing with this data.

Fixes #93

@@ -21,6 +21,27 @@
*/
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we can mark this method as deprecated.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was trying to change this interface so that this change would not be a breaking change by deprecating this and providing a default implementation of the method below. But it looks like default interface implementations are not supported before Java 8, so the only thing I can see to do is to make a semver major breaking change.

There are certain use cases where people want to know if a set of data
comes from an uncaught exception or not. Add this information to the
data object and to the filter interface. This way we can use our
existing filter and transform infrastructure for dealing with this data.

Fixes #93
@rivkahstandig3636 rivkahstandig3636 added this to the v1.0.1 milestone Feb 14, 2018
@rokob rokob merged commit b0acbf0 into master Feb 15, 2018
@rokob rokob deleted the add-uncaught-info branch December 18, 2018 22:14
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.

3 participants