Skip to content

Commit 38caf28

Browse files
committed
[fj-doc-maven-plugin] removed annotation @tags for quarkus X flavour
1 parent 5c2cd2b commit 38caf28

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

fj-doc-maven-plugin/src/main/resources/config/template/flavour/flavour-macro.ftl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
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

0 commit comments

Comments
 (0)