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

Replace NoStackTraceThrowable with NoStackTraceException #4854 #4855

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

magicprinc
Copy link
Contributor

See #4854

@magicprinc
Copy link
Contributor Author

magicprinc commented Sep 12, 2023

NoStackTraceThrowable is marked as @Deprecated with javadoc @deprecated Use {@link NoStackTraceException} instead., but not deleted.
It allows fixing other vert.x modules (if any exists) eventually without breaking or fixing all at once.

If you want to delete NoStackTraceThrowable immediately, you can accept this PR, make a following and fix all other modules yourself 👍

… → NoStackTraceException

If some code catches NoStackTraceThrowable, it won't break, but shows deprecated waring.
After all code migrates to NoStackTraceException we can remove NoStackTraceThrowable:
VertxException → NoStackTraceException
I think nobody will miss changing parent of NoStackTraceThrowable from Throwable to RuntimeException
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.

None yet

2 participants