Spring Projects Issues

Results 621 issues of Spring Projects Issues

**[Praveen](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50830)** opened **[DATAJPA-1836](https://jira.spring.io/browse/DATAJPA-1836?redirect=false)** and commented Im using JPA stored procedure query to invoke a oracle 12c stored procedure which has 3 in and 3 out params , out of which...

type: bug

**[Ihor Herasymenko](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50559)** opened **[DATAJPA-1797](https://jira.spring.io/browse/DATAJPA-1797?redirect=false)** and commented Reproducible with the latest Spring Data (Neumann-SR4) and Spring Framework 5.2.9. Not reproducible with the latest Spring Data (Neumann-SR4) and Spring Framework 5.2.5. Looks...

type: bug
in: core

**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** opened **[DATAJPA-1551](https://jira.spring.io/browse/DATAJPA-1551?redirect=false)** and commented There are various issues that try to make some kind of customisation possible for queries. Most of these are somewhat ad hoc in that...

status: pending-design-work
type: enhancement

**[Vijay](https://jira.spring.io/secure/ViewProfile.jspa?name=s)** opened **[DATAJPA-1332](https://jira.spring.io/browse/DATAJPA-1332?redirect=false)** and commented I am having the exact issue that is mentioned on this link https://jira.spring.io/browse/DATAJPA-726 It is mentioned as solved there, but I am getting the same...

type: bug
in: query-parser
status: feedback-provided

**[Dimitri](https://jira.spring.io/secure/ViewProfile.jspa?name=newdimitri)** opened **[DATAJPA-1573](https://jira.spring.io/browse/DATAJPA-1573?redirect=false)** and commented I have this code: ```java public Predicate toPredicate(Root root, CriteriaQuery query, CriteriaBuilder builder){ ... query.groupBy(root.get("id")); ... } ``` Method ```java Repository.count(specification) ``` ignores GROUP BY...

type: bug
in: querydsl

**[Marcel Overdijk](https://jira.spring.io/secure/ViewProfile.jspa?name=marceloverdijk)** opened **[DATAJPA-1189](https://jira.spring.io/browse/DATAJPA-1189?redirect=false)** and commented Dynamic Projections in combination with Specifications and/or Pagination is not working. ``` Collection findProjectedBy(Specification spec, Class projection); Page findPagedProjectedBy(Specification spec, Pageable pageable, Class projection);...

in: core
type: enhancement
has: votes-jira

**[jonasblumer](https://jira.spring.io/secure/ViewProfile.jspa?name=jonasblumer)** opened **[DATAJPA-1627](https://jira.spring.io/browse/DATAJPA-1627?redirect=false)** and commented Using the same parameter for an equals comparison and a LIKE comparison will always pre- and append `%` to the parameter making the equals comparison...

type: bug
status: ideal-for-contribution

**[Eric Sirianni](https://jira.spring.io/secure/ViewProfile.jspa?name=sirianni)** opened **[DATAJPA-873](https://jira.spring.io/browse/DATAJPA-873?redirect=false)** and commented In the following example (native query): ``` SELECT name, position(:myParam IN name) as pos FROM foo WHERE name LIKE %:myParam% ``` The `LikeParameterBinding` does...

type: bug
in: core

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** opened **[DATAJPA-307](https://jira.spring.io/browse/DATAJPA-307?redirect=false)** and commented --- **Issue Links:** - [DATAJPA-1551](https://jira.spring.io/browse/DATAJPA-1551) Create an API to customize query creation and query processing - [DATAMONGO-1151](https://jira.spring.io/browse/DATAMONGO-1151) Introduce ability to append queries against a...

status: pending-design-work
type: enhancement
has: votes-jira

**[Thomas Lang](https://jira.spring.io/secure/[email protected])** opened **[DATAJPA-1482](https://jira.spring.io/browse/DATAJPA-1482?redirect=false)** and commented I have this repository: ```java public interface IRentalRepository extends CrudRepository { @Query(value = "select r.returndate as returnDate from rental r where r.returndate >= ?1...

type: bug
in: core