Skip to content

Commit 2cdd1a1

Browse files
authored
Add AsyncApiDocket bean migration guide link (#64)
1 parent 3b94a73 commit 2cdd1a1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/faq.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,7 @@ Enable the fully qualified class name (FQN) option (`springwolf.use-fqn=true`) s
6868
6969
### How to migrate from the deprecated `AsyncApiDocket` bean to Spring properties
7070
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.
7672
7773
### Is Spring Boot 2.X supported
7874

0 commit comments

Comments
 (0)