Skip to content

Incompatible with spring-data-jpa 3.5.0 #251

@dmarotta77

Description

@dmarotta77

What steps will reproduce the problem ?

Steps to reproduce the behavior:

  1. Clone the Cosium/spring-data-jpa-entity-graph project from GitHub.
  2. In the pom.xml file of the cloned project, set the <spring.data.jpa> property to 3.5.0.
  3. Run test

What is the expected output ?

The project should build successfully, and all existing tests should pass without errors, demonstrating compatibility with Spring Data JPA 3.5.0.

What happens instead ?

Existing tests fail with java.lang.IllegalArgumentException. Specifically, many tests produce the following error:

Caused by: java.lang.IllegalArgumentException: At least 2 parameter(s) provided but only 1 parameter(s) present in query

Environment

  • Spring Data JPA version: 3.5.0
  • spring-data-jpa-entity-graph version: 3.2.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions