Skip to content

Commit

Permalink
Add forRemoval to RESTEasy Reactive deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Aug 26, 2021
1 parent 6299721 commit 7d86461
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 7d86461

Please sign in to comment.