Question about the Spring Framework API Versioning support in 3.0.x Annotations vs Functional #3227
Answered
by
bnasslahsen
spencergibb
asked this question in
Q&A
|
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? |
Answered by
bnasslahsen
Feb 25, 2026
Replies: 1 comment
|
You're right, @spencergibb; only annotations work for now. |
0 replies
Answer selected by
spencergibb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.