Skip to content

Commit

Permalink
Merge pull request quarkusio#19669 from geoand/rr-deprecated
Browse files Browse the repository at this point in the history
Add `forRemoval` to RESTEasy Reactive deprecations
  • Loading branch information
gsmet authored Aug 26, 2021
2 parents fc802a3 + 7d86461 commit ca6f2e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class ResteasyReactiveConfig {
*
* Use quarkus.security.jaxrs.deny-unannotated-endpoints instead
*/
@Deprecated
@Deprecated(forRemoval = true)
@ConfigItem(name = "deny-unannotated-endpoints")
public Optional<Boolean> denyJaxRs;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default List<ServerRestHandler> handlers(Phase phase, ResourceClass resourceClas
return handlers(phase);
}

@Deprecated
@Deprecated(forRemoval = true)
default List<ServerRestHandler> handlers(Phase phase) {
return Collections.emptyList();
}
Expand Down

0 comments on commit ca6f2e3

Please sign in to comment.