Question about the Spring Framework API Versioning support in 3.0.x Annotations vs Functional #3227
-
|
Regarding #2975, I have a question about the support for Spring Framework API Versioning. This sample uses annotations. I have a demo where I want to use webmvc.fn rather than annotations (sample here). So I've mashed up the two. Where the annotation version reads the version information automatically, I need to do the following to see similar information with the functional version: Am I missing anything or is that the way to do it with webmvc.fn? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You're right, @spencergibb; only annotations work for now. |
Beta Was this translation helpful? Give feedback.
You're right, @spencergibb; only annotations work for now.
I've created #3229 to add
webmvc/webflux.fn support for the next release (planned end of this month).Please feel free to follow the issue and suggest any additional enhancements.