Spring Projects Issues

Results 1565 comments of Spring Projects Issues

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented Can you please verify this issue is still present if you move away from the class level `@RequestMapping`? Using that causes the controller to be picked up...

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...

**[Juergen Hoeller](https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller)** commented [Rob Winch](https://jira.spring.io/secure/ViewProfile.jspa?name=rwinch), could you sketch the bean registration logic for a use case such as the above? What would it take to register those underlying beans via...

**[Rob Winch](https://jira.spring.io/secure/ViewProfile.jspa?name=rwinch)** commented [Juergen Hoeller](https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller) Thanks for reaching out. I have put together a small (very simplified) [sample](https://github.com/rwinch/SPR-13779-programatic-registration-javaconfig-beans) that demonstrates the use case above. Some of the simplifications are: *...

**[Janne Valkealahti](https://jira.spring.io/secure/ViewProfile.jspa?name=jvalkeal)** commented I think these issues for getting proper programmatic registration of beans can be boiled down to a very simple missing feature, from JavaConfig returning a list of...

**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented We have these cases in the MVC Java config: 1. `ViewResolver` and `HandlerExceptionResolver` beans -- either a default set or the set of instances provided by the...

**[Sébastien Deleuze](https://jira.spring.io/secure/ViewProfile.jspa?name=sdeleuze)** commented See also my [functional Spring Boot draft proposal](https://github.com/bclozel/spring-boot-web-reactive/issues/46#issuecomment-271078696) since I think this use case could take advantage of what is discussed here.

**[Juergen Hoeller](https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller)** commented So is there anything that we **need** to do for 5.0 still? If yes, could the stakeholders please summarize their current position :-)

**[Rob Winch](https://jira.spring.io/secure/ViewProfile.jspa?name=rwinch)** commented [Juergen Hoeller](https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller) Thanks for reaching out. I chatted with [Sébastien Deleuze](https://jira.spring.io/secure/ViewProfile.jspa?name=sdeleuze) I don't think this is really solved from my perspective. He is going to see if...