Skip to content

Commit

Permalink
fix: use EndpointExposed annotation name when configuring parser in M…
Browse files Browse the repository at this point in the history
…aven Plugin (#650) (CP: 1.2) (#672)

fix: use EndpointExposed annotation name when configuring parser in Maven Plugin (#650)

fix: use EndpExp annot. name when configuring parser

Co-authored-by: Anton Platonov <[email protected]>

Co-authored-by: Luciano Vernaschi <[email protected]>
Co-authored-by: Anton Platonov <[email protected]>
  • Loading branch information
3 people authored Nov 23, 2022
1 parent 780be11 commit 3dc6c98
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ public ParserProcessor plugins(

public OpenAPI process() {
var builder = new ParserConfig.Builder().classPath(classPath)
.endpointAnnotation(endpointAnnotationName);
.endpointAnnotation(endpointAnnotationName)
.endpointExposedAnnotation(endpointExposedAnnotationName);

preparePlugins(builder);
prepareOpenAPIBase(builder);
Expand Down

0 comments on commit 3dc6c98

Please sign in to comment.