Skip to content

Commit 6adfaff

Browse files
committed
Add missing @configitem to FilterConfig
Fixes #45676
1 parent e75b0fd commit 6adfaff

File tree

1 file changed

+1
-0
lines changed
  • extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime

1 file changed

+1
-0
lines changed

extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/FilterConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ public class FilterConfig {
3434
/**
3535
* Order in which this path config is applied. Higher priority takes precedence
3636
*/
37+
@ConfigItem
3738
public OptionalInt order;
3839
}

0 commit comments

Comments
 (0)