Skip to content

SPR-11055 REST parameter annotations on supertypes/interfaces #976

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

Closed
wants to merge 1 commit into from

Conversation

mbenson
Copy link

@mbenson mbenson commented Feb 23, 2016

Walk up the method override hierarchy in order to discover
REST parameter annotations declared on superclasses and
interfaces. Because method parameter annotations are not
inherited, this is not otherwise (and therefore was not
previously) possible.

Issue: SPR-11055

REST parameter annotations declared on superclasses and
interfaces. Because method parameter annotations are not
inherited, this is not otherwise (and therefore was not
previously) possible.

Issue: SPR-11055
@rstoyanchev
Copy link
Contributor

I'm closing this PR for now. As per comments on the ticket in JIRA this would most certainly be implemented differently, possibly with some meaningful constraints.

@gerardbosch
Copy link

gerardbosch commented Dec 21, 2018

Hi there. How was this finally addressed (can't find the PR with the solution); and in which Spring version? Thx.

@sbrannen
Copy link
Member

It was addressed in Spring Framework 5.1 as you can see in the JIRA issue:

https://jira.spring.io/browse/SPR-11055

@sbrannen
Copy link
Member

And these were the commits:

@gerardbosch
Copy link

Thanks, I will check it, I think it was merged (or solved anyway) in Spring 4.3. Is that possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants