Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps org.springframework.data:spring-data-jpa from 3.5.5 to 4.0.1.

Release notes

Sourced from org.springframework.data:spring-data-jpa's releases.

4.0.1

📗 Links

⭐ New Features

  • Propagate well-known property JPA names to AOT metamodel initialization #4106
  • Add sequence support for AOT dialect #4103
  • Defer ReturnedType.inputProperties access #4088

🐞 Bug Fixes

  • NullPointerException in Query.setParameter(…) binding null to IN parameters #4112
  • AOT repositories use executeUpdate for derived @Modifying queries #4102
  • Apply fetch graph by name in AOT repositories. #4100
  • SpringDataJpaAotDialect must not return null for getSqlAstTranslatorFactory() #4098
  • Named @EntityGraph not applied to AOT repository query methods #4097
  • AOT repositories fail with IncorrectResultSizeDataAccessException running GROUP BY count query #4096
  • AOT-generated repository fragment does not convert collection result to Set #4094
  • Derived query fails withInvalidDataAccessApiUsageException using IgnoreCase for nested property #4087

📔 Documentation

  • Document projection support for JPASpecificationExecutor #2499

🔨 Dependency Upgrades

  • Upgrade to Eclipselink 5.0.0-B13 #4117

4.0.0

📗 Links

⭐ New Features

  • Add support for returning Streamable from AOT repository methods #4070
  • Consistently use InvalidDataAccessApiUsageException for JpaOrder validation #4062
  • Remove deprecated API that is marked for removal #4057
  • Revise PredicateSpecification for improved reuse #4035
  • Text block queries are stored twice in hibernate HQL interpretation cache #4034
  • Add TypeCollectorFilters to filter $$_hibernate fields and methods #4014
  • Allow customization of @RevisionTimestamp property name #4003
  • Reintroduce Specification.where(Specification) #3998
  • Add possbility to return Entity from delete<...>ById(id: MyId) method #3995
  • Reintroduce Specification.where(Specification) #3992
  • Backport Specification.unrestricted() to 3.5.x #3942
  • Replace regex with startsWith / endsWith check for LIKE pattern detection #3932
  • Deprecate SharedEntityManager bean registration in favor of JPA 3.2 qualified EntityManager injection #3926
  • Remove unnecessary join when filtering on relationship id #3922
  • Enable AOT repository generation by default #3904
  • Make identification variables and the SELECT clause in JPQL optional #3903
  • Make identification variables and the SELECT clause in JPQL optional #3902
  • Enable AOT repositories by default #3899

... (truncated)

Commits
  • 20a0f85 Release version 4.0.1 (2025.1.1).
  • 37e2eba Prepare 4.0.1 (2025.1.1).
  • 16c91c2 Upgrade to Eclipselink 5.0.0-B13.
  • 0fdce15 Polishing.
  • 6dd5946 Update CI Properties.
  • af2c144 Polishing.
  • a33623f Upgrade to Hibernate 7.1.11.Final.
  • 73ef6fe Polishing.
  • 6d7e77d Do not translate empty collection to null for derived Hibernate query bindings.
  • 79c15d4 Document projection support for JPASpecificationExecutor.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.springframework.data:spring-data-jpa](https://github.com/spring-projects/spring-data-jpa) from 3.5.5 to 4.0.1.
- [Release notes](https://github.com/spring-projects/spring-data-jpa/releases)
- [Commits](spring-projects/spring-data-jpa@3.5.5...4.0.1)

---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-jpa
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 15, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2026

Superseded by #1089.

@dependabot dependabot bot closed this Jan 19, 2026
@dependabot dependabot bot deleted the dependabot/maven/org.springframework.data-spring-data-jpa-4.0.1 branch January 19, 2026 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant