Skip to content

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.

2 participants