Spring Projects Issues

Results 1569 comments of Spring Projects Issues

**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented I was trying to make a larger point that `ResourceHttpMessageConverter` is designed to render a Resource as whatever content type it is asked to (the same is...

**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented So is this a limitation of the HtmlUnit driver or our support for it? In other words could we expose the status code?

**[Rob Winch](https://jira.spring.io/secure/ViewProfile.jspa?name=rwinch)** commented I think [Christopher Smith](https://jira.spring.io/secure/ViewProfile.jspa?name=w_c_smith) is asking for MockMvc to be able to process `HttpServletResponse.sendError`. Since it is unable to, that means the error handling that leverages `HttpServletResponse.sendError`...

**[Marcel Overdijk](https://jira.spring.io/secure/ViewProfile.jspa?name=marceloverdijk)** commented +1 I'm annotating now each query method with the same EntityGraph definition unfortunately

**[Paul Warren](https://jira.spring.io/secure/[email protected])** commented For what it is worth I was able to reproduce this on the 1.10.x tagged code by adding this test to `JpaQueryExecutionUnitTests`:- ``` /** * @see DATAJPA-945...

**[victorlevasseur](https://jira.spring.io/secure/ViewProfile.jspa?name=victorlevasseur)** commented [Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke) This issue still exists in 2.0.4 and forces me to get an unpaged result in order to have all the results

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented What is "the right thing" here? Who is it? What does the repository query look like? I am also not getting "proxy for each alias". Isn't HostProjection...

**[Sebastian Staudt](https://jira.spring.io/secure/ViewProfile.jspa?name=koraktor)** commented Sorry for not being very explicit about my problem, here are some more details that hopefully answer your questions. There are various query methods in the repository...

**[Kamil](https://jira.spring.io/secure/ViewProfile.jspa?name=eximius)** commented I think I have simmilar problem. As stated in [this wise article](https://vladmihalcea.com/2016/05/30/the-open-session-in-view-anti-pattern/) we should use DTOs (Projections) when we want to query specific parts of Entity instead eagerly...

**[Kamil](https://jira.spring.io/secure/ViewProfile.jspa?name=eximius)** commented I think this post could be related to the issue: https://vladmihalcea.com/2017/09/13/the-best-way-to-fix-the-hibernate-hhh000104-firstresultmaxresults-specified-with-collection-fetch-applying-in-memory-warning-message/