Skip to content

Commit

Permalink
Add default value of modePackage in camel-quarkus-rest-openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfeng committed Jun 21, 2024
1 parent 44b5f7a commit a3338cf
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 @@ -146,7 +146,7 @@ If `true`, Camel Quarkus OpenAPI code generation is run for .json files discover

The package to use for generated model classes.
| `string`
| required icon:exclamation-circle[title=Configuration property is required]
| `org.apache.camel.quarkus`

|icon:lock[title=Fixed at build time] [[quarkus.camel.openapi.codegen.models]]`link:#quarkus.camel.openapi.codegen.models[quarkus.camel.openapi.codegen.models]`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static class CodeGenConfig {
/**
* The package to use for generated model classes.
*/
@ConfigItem
@ConfigItem(defaultValue = "org.apache.camel.quarkus")
public String modelPackage;

/**
Expand Down

0 comments on commit a3338cf

Please sign in to comment.