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

Allow inheritance of SentryHandler class in sentry-jul package #1367

Merged

Conversation

davyrod
Copy link
Contributor

@davyrod davyrod commented Mar 30, 2021

📜 Description

Removing final keyword on sentry-jul SentryHandler class to allow inheritance for the creation of custom log handlers based on SentryHandler.

💡 Motivation and Context

Allows extension of SentryHandler to create custom LogHandlers that can be deployed to EE application servers like Glassfish/Payara.

Fixes #1360

💚 How did you test it?

Ran local tests

📝 Checklist

  • [x ] I reviewed the submitted code
  • I added tests to verify the changes
  • I updated the docs if needed
  • [ x] No breaking changes

🔮 Next steps

Removing final keyword on sentry-jul SentryHandler class
Copy link
Contributor

@marandaneto marandaneto left a comment

Choose a reason for hiding this comment

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

LGTM

@marandaneto
Copy link
Contributor

@davyrod thanks for the contribution :)

@marandaneto marandaneto merged commit f67dc0f into getsentry:main Mar 31, 2021
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.

Unable to extend SentryHandler in JUL for configuration in Payara/Glassfish
2 participants