-
Notifications
You must be signed in to change notification settings - Fork 472
Issue #361: Add Support for Resolving Property Values #391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Could use |
I like the idea, but I'm unclear as to where the |
Indeed, a |
That's a good point. I'll make the necessary changes to reflect that (Passing |
Any news on this? |
@jghiloni Ollie has been on PTO since SpringOne so things may be slow in coming out right now. |
Ah, makes sense! No real rush, just noticed it was still open. |
I don't like that now the Maybe we can move the changes to the |
4ebc1be
to
266ad50
Compare
Catching up on @olivergierke 's comments on this feature. I'll try to see how this now operational PR can be retooled to not percolate this change into so many APIs. |
The related branch now shows a different solution that doesn't require altering any method signatures. It's also more composable. |
2e02d7a
to
856b6b9
Compare
5828e78
to
e643c37
Compare
Add Support for Resolving Property Values in @RequestMapping(value)
Creates extra methods in
AnnotationMappingDiscoverer
,ControllerLinkBuilder
, andControllerLinkBuilderFactory
to take anEnvironment
object that can be used resolve placeholders. Accepts nullEnvironment
s to allow for backward compatibility.