Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

springdoc.cache is not part of additional-spring-configuration-metadata.json #592

Closed
ahoehma opened this issue Apr 21, 2020 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@ahoehma
Copy link

ahoehma commented Apr 21, 2020

If I add this to a springboot application.yml

springdoc:
  cache:
    disabled: true

"cache" is marked as "unknown property".

I'm using spring-boot: 2.2.5.RELEASE, springdoc-openapi: 1.3.4

I checked out the current snapshot version 1.3.5-SNAPSHOT but I can't find the
file I'm searching for :) Maybe something was changed on spring-side regarding to
the schema for metadata?

/springdoc-openapi-common/src/main/resources/META-INF/additional-spring-configuration-metadata.json

In 1.3.4 I can see this file (not on source-code-level) I looked into the "jar".

@bnasslahsen
Copy link
Contributor

@ahoehma,

This will be fixed on the next release: v1.3.5.

@bnasslahsen bnasslahsen added the bug Something isn't working label Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants