-
-
Notifications
You must be signed in to change notification settings - Fork 544
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hello
When I use lazy initialization, this parameter in application.yaml
:
spring:
main:
lazy-initialization: true
The swagger UI models and controllers generator are getting completely corrupted
Springdoc openapi version: 1.4.6
Springboot version: 2.3.3
Nots:
When I fallback to 1.4.5, everything's OK
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
kfirfer commentedon Sep 21, 2020
In order to be more precise, this is the set of the dependencies I using:
bnasslahsen commentedon Sep 21, 2020
@kfirfer,
I confirm this issue. And a fix is now available on master.
Please note that for your dependency declaration, you don't need springdoc-openapi-common as it's already transitively referenced by other modules.
kfirfer commentedon Sep 21, 2020
@bnasslahsen
Thanks a lot !