Skip to content

Commit

Permalink
Add missing @configitem to FilterConfig
Browse files Browse the repository at this point in the history
Fixes quarkusio#45676

(cherry picked from commit 6adfaff)
  • Loading branch information
gsmet committed Jan 21, 2025
1 parent 1410c55 commit cf09488
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ public class FilterConfig {
/**
* Order in which this path config is applied. Higher priority takes precedence
*/
@ConfigItem
public OptionalInt order;
}

0 comments on commit cf09488

Please sign in to comment.