File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
fj-doc-maven-plugin/src/main/resources/config/template/flavour Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Changed
11+
12+ - [ fj-doc-maven-plugin] removed annotation @Tags for quarkus X flavour
13+
1014### Fixed
1115
12- - [ fj-doc-maven-plugin] Fix path test openrtf quarkus X
16+ - [ fj-doc-maven-plugin] Fix path test openrtf quarkus X flavour
1317
1418## [ 8.9.4] - 2024-10-16
1519
Original file line number Diff line number Diff line change 3030<#macro createQuarkusPathPrefix context outputMime outputExtension outputDescription pathPrefix >
3131 @APIResponse(responseCode = "200", description = "The ${outputDescription} document content" )
3232 @APIResponse(responseCode = "500", description = "In case of an unexpected error" )
33- @Tags( { @Tag( name = "document" ), @Tag( name = "${outputDescription?lower_case } " ) } )
33+ @Tag( name = "document" )
34+ @Tag( name = "${outputDescription?lower_case } " )
3435 @Operation( operationId = "${outputDescription} Example", summary = "Example ${outputDescription} generation",
3536 description = "Generates an example ${outputDescription} document using Fugerit Venus Doc handler" )
3637 @GET
You can’t perform that action at this time.
0 commit comments