-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress deprecation warnings in generated undertow services (#245)
## Before this PR Undertow service handlers for deprecated endpoints fail to compile when using `-Xlint:deprecation`. This wasn't a problem for Jersey services because the deprecated methods were not called in the generated code. ## After this PR Undertow service handlers suppress deprecation warnings when calling deprecated endpoints.
- Loading branch information
1 parent
5762117
commit 4cfdb0b
Showing
2 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters