Spring Projects Issues
Spring Projects Issues
**[Milan Milanov](https://jira.spring.io/secure/ViewProfile.jspa?name=milanov)** commented Again [Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder), i'd be happy to try and tackle this, with the necessary guidance :)
**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** commented I don't want to add logic for `Zoned*` variants of date and time types. In almost all cases we have seen, the timezone should not be tied...
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...
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
**[Jeff Evans](https://jira.spring.io/secure/ViewProfile.jspa?name=jeff.evans)** commented Suggested fix is just to have the overloaded method using Resource arguments use the getInputStream method and a reader around that: ``` public abstract class AssertFile {...
**[Mahmoud Ben Hassine](https://jira.spring.io/secure/ViewProfile.jspa?name=mbenhassine)** commented Hi [Jeff Evans](https://jira.spring.io/secure/ViewProfile.jspa?name=jeff.evans) Thank you for this suggestion. PRs are always welcome! You can open a PR with this improvement if you want and we will...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented Care to add some numbers to back "significantly slows down"? We have quite some extensive benchmarks in Spring Boot that indicate that Spring Data JPA only adds...
**[Сергей Цыпанов](https://jira.spring.io/secure/ViewProfile.jspa?name=stsypanov)** commented Sure, currently my metrics are approximate, right now I try to create sime reliable benchmark. We have a project with Spring Data JPA under Spring Boot. Once...
**[Сергей Цыпанов](https://jira.spring.io/secure/ViewProfile.jspa?name=stsypanov)** commented P.S. On your project we have 93 repository interfaces extending JpaRepository and 118 `@Query` methods
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented Thanks, [Сергей Цыпанов](https://jira.spring.io/secure/ViewProfile.jspa?name=stsypanov). That's very helpful information. What puzzles me a bit is that having two Spring Data modules on the classpath actually triggers a strict repository...