Spring Projects Issues

Results 621 issues of Spring Projects Issues

**[Mihály Mikó](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49628)** opened **[DATAJPA-1736](https://jira.spring.io/browse/DATAJPA-1736?redirect=false)** and commented The main issue is that I have an entity with a field of List type (with Converter to de/serialize) and I would like to...

type: bug

**[cda](https://jira.spring.io/secure/ViewProfile.jspa?name=cdalxndr)** opened **[DATAJPA-1721](https://jira.spring.io/browse/DATAJPA-1721?redirect=false)** and commented Using **SimpleJpaRepository.findById(ID is)** results in a query with left outer joins for each eager relationship. Using **SimpleJpaRepository.findAllById(Iterable ids)** results in a query that fetches current...

in: core
type: enhancement

**[anpieber](https://jira.spring.io/secure/ViewProfile.jspa?name=anpieber)** opened **[DATAJPA-1697](https://jira.spring.io/browse/DATAJPA-1697?redirect=false)** and commented Dear Spring-Development-Team, Auditing for users is not working for quite a while now (since the upgrade from 2.0.4.RELEASE to 2.1.4.RELEASE). I know that it worked...

in: core
type: enhancement

**[ahaczewski](https://jira.spring.io/secure/ViewProfile.jspa?name=ahaczewski)** opened **[DATAJPA-1682](https://jira.spring.io/browse/DATAJPA-1682?redirect=false)** and commented One of the uses of Spring Data JPA in my company is to store plain Protocol Buffers messages and in `@Entity` we have a field...

type: regression

**[Csongor Szita](https://jira.spring.io/secure/ViewProfile.jspa?name=szita.csongor)** opened **[DATAJPA-1125](https://jira.spring.io/browse/DATAJPA-1125?redirect=false)** and commented The current QueryByExamplePredicateBuilder not handle cycling- and self-reference, so it throw StackOverflowException. For example if we have the below entity-s: ```java @Entity class User{...

type: enhancement

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** opened **[DATAJPA-770](https://jira.spring.io/browse/DATAJPA-770?redirect=false)** and commented Currently, `JpaPersistentEntity` assumes that identifiers are represented by a single property. This unfortunately doesn't hold true for use cases that involve `@IdClass`. The code...

type: bug
in: core

**[Roman Golovan](https://jira.spring.io/secure/ViewProfile.jspa?name=xwandi)** opened **[DATAJPA-1590](https://jira.spring.io/browse/DATAJPA-1590?redirect=false)** and commented Example 59 under [https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#_native_queries.](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#_native_queries) A _Pageable_ object can be constructed having a _Sort_ argument: ```java public interface UserRepository extends JpaRepository { @Query(value = "SELECT...

type: enhancement

**[Sri Ram](https://jira.spring.io/secure/ViewProfile.jspa?name=sriram11)** opened **[DATAJPA-1503](https://jira.spring.io/browse/DATAJPA-1503?redirect=false)** and commented --- No further details from [DATAJPA-1503](https://jira.spring.io/browse/DATAJPA-1503?redirect=false)

type: enhancement

**[Сергей Цыпанов](https://jira.spring.io/secure/ViewProfile.jspa?name=stsypanov)** opened **[DATAJPA-1445](https://jira.spring.io/browse/DATAJPA-1445?redirect=false)** and commented Consider the method ```java @Override @Modifying(flushAutomatically = true) public void deleteContractDataBySnapshotId(Long snapshotId) { //getSession().flush(); String query = "delete from table sn where sn.smth =...

type: bug
in: core

**[Andreas Klöber](https://jira.spring.io/secure/ViewProfile.jspa?name=akloeber)** opened **[DATAJPA-1425](https://jira.spring.io/browse/DATAJPA-1425?redirect=false)** and commented We encountered an error with HSQLDB when updating an entity with a Blob field while leaving that Blob untouched (only other fields are updated)....

type: bug
in: core