Skip to content

Log missing ignore file on info - #12765

Open
Bukama wants to merge 1 commit into
swagger-api:masterfrom
Bukama:changewarningtolog
Open

Bukama wants to merge 1 commit into
swagger-api:masterfrom
Bukama:changewarningtolog

Conversation

@Bukama

@Bukama Bukama commented Sep 20, 2026

Copy link
Copy Markdown

Apply OpenAPI's change to Swagger-Codegen

closes #11741

PR checklist

  • Read the contribution guidelines.
  • Ran the shell script under ./bin/ to update Petstore sample so that CIs can verify the change. (For instance, only need to run ./bin/{LANG}-petstore.sh and ./bin/security/{LANG}-petstore.sh if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in .\bin\windows\.
  • Filed the PR against the correct branch: 3.0.0 branch for changes related to OpenAPI spec 3.0. Default: master.

Description of the PR

Currently the information about a missing ignore file is logged as a WARNING, even that it does not influence the plugins work at all. This PR reduces the logging to INFO and adds the checked directory to the message. This adjustment was taken over from the exact same issue at OpenAPI's PR 8742 where it was fixed by AnthonyWhitakerJr.

Apply OpenAPI's [1] change to Swagger-Codegen

closes swagger-api#11741

[1] OpenAPITools/openapi-generator#8742
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[JAVA] WARNING message even when the maven plugin is running correctly

1 participant