Skip to content

Commit

Permalink
Remove terminal filters
Browse files Browse the repository at this point in the history
  • Loading branch information
dstepanov committed Nov 29, 2023
1 parent 844956b commit 7ed3e35
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 166 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* @since 4.2.0
*/
@Internal
sealed interface InternalHttpFilter extends GenericHttpFilter, Ordered permits AroundLegacyFilter, AsyncFilter, MethodFilter, TerminalFilter, TerminalReactiveFilter {
sealed interface InternalHttpFilter extends GenericHttpFilter, Ordered permits AroundLegacyFilter, AsyncFilter, MethodFilter {

/**
* If the filter supports filtering a request.
Expand Down
80 changes: 0 additions & 80 deletions http/src/main/java/io/micronaut/http/filter/TerminalFilter.java

This file was deleted.

This file was deleted.

0 comments on commit 7ed3e35

Please sign in to comment.