You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,11 +68,7 @@ Enable the fully qualified class name (FQN) option (`springwolf.use-fqn=true`) s
68
68
69
69
### How to migrate from the deprecated `AsyncApiDocket` bean to Spring properties
70
70
71
-
1. `consumers` and/or `producers` defined in the `AsyncApiDocket` have to be converted to the `@AsyncListener` and/or `@AsyncPublisher` annotation approach.
72
-
See the [Consumers](configuration/documenting-consumers.md) and [Producers](configuration/documenting-producers.md) page on how to map the properties.
73
-
2. Map all entries of the docket to its Spring properties equivalent.
74
-
The Spring properties equivalent start with `springwolf.docket.`.
75
-
Example: The title within the info object is `springwolf.docket.info.title=my title`
71
+
See https://github.com/springwolf/springwolf-core/issues/445.
0 commit comments