Skip to content

Commit e02d677

Browse files
authored
docs: update java-camel
1 parent 1ccdbe8 commit e02d677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/generators/java-camel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
111111
|useOptional|Use Optional container for optional parameters| |false|
112112
|useResponseEntity|Use the `ResponseEntity` type to wrap return values of generated API methods. If disabled, method are annotated using a `@ResponseStatus` annotation, which has the status of the first response declared in the Api definition| |true|
113113
|useSealed|Whether to generate sealed model interfaces and classes| |false|
114-
|useSpringBoot3|Generate code and provide dependencies for use with Spring Boot 3.x. (Use jakarta instead of javax in imports). Enabling this option will also enable `useJakartaEe`.| |false|
114+
|useSpringBoot3|Generate code and provide dependencies for use with Spring Boot ≥ 3 (use jakarta instead of javax in imports). Enabling this option will also enable `useJakartaEe`.| |false|
115115
|useSpringBuiltInValidation|Disable `@Validated` at the class level when using built-in validation.| |false|
116116
|useSpringController|Annotate the generated API as a Spring Controller| |false|
117117
|useSwaggerUI|Open the OpenApi specification in swagger-ui. Will also import and configure needed dependencies| |true|

0 commit comments

Comments
 (0)