Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spring-data-jpa from 2.5.4 to 3.1.1 #715

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2023

Bumps spring-data-jpa from 2.5.4 to 3.1.1.

Release notes

Sourced from spring-data-jpa's releases.

3.1.1

📗 Links

⭐ New Features

  • Polishing. #3021
  • Add support for Hibernate CTE in HQL parser #2981
  • Projection fails when using subquery [DATAJPA-1713] #2008

🐞 Bug Fixes

  • JPQL parser can't handle an attribute named "value" #3028
  • Hibernate duration literals such as "5 MINUTE" no longer pass validation #3025
  • CAST(:param as java.util.UUID) no longer passes validation #3024
  • Keyset positionFunction does not retain directional state and uses position of one-off #2999
  • Keyset-scrolling queries add identifier columns twice when Sort already sorts by Id #2996
  • BadJpqlGrammarException when using column names coinciding with functions in projection #2994
  • existsById(…) fails with NullPointerException when metadata does not exist #2991
  • “Floor” (and likely other reserved identifiers) cannot be used as entity name or entity field name in custom queries #2982
  • NPE in HqlQueryTransformer.isSubquery for INSERT from SELECT HQL #2977
  • BadJpqlGrammarException: Line 1:236 token recognition error at: '!'; #2970
  • Spring Data JPA generates incorrect JPQL query for pagination request #2969
  • BadJpqlGrammarException in 3.1.0 when using "round" in a select query #2964
  • BadJpqlGrammarException with latest relase when using ORDER BY NULLS LAST #2962
  • Pageable Always Adding From Entity to Sort Field Name #2960
  • Resolve handling of ESCAPE clause with LIKE queries on EclipseLink #2955
  • Resolve handling of ESCAPE clause with LIKE queries on Hibernate #2954
  • Calling stored procedures can leave open cursors #2915
  • Remove Shared EntityManager's synthetic setting to support bean post processing. #2730

📔 Documentation

  • Add section to ref docs highlighting alternate strategies for implementing queries. #3005

🔨 Dependency Upgrades

  • Upgrade to Hibernate 6.2.4.Final #3029
  • Upgrade to Maven Wrapper 3.9.2 #3018

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

3.1.0

📗 Links

⭐ New Features

... (truncated)

Commits
  • 35fd299 Release version 3.1.1 (2023.0.1).
  • 4506406 Prepare 3.1.1 (2023.0.1).
  • 05d4930 Upgrade to Hibernate 6.2.4.Final.
  • 7f9783c Handle VALUE function properly in JPQL queries.
  • cd1587b Polishing.
  • 32f876e Polishing.
  • f25c24f Remove synthetic attribute from SharedEntityManager.
  • 572efd2 Handle dateTimeField property with HQL.
  • 0d03612 Properly handle CAST functions on HQL.
  • 3132f49 Retain scroll direction in Keyset position function of the correct item.
  • 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 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 [spring-data-jpa](https://github.com/spring-projects/spring-data-jpa) from 2.5.4 to 3.1.1.
- [Release notes](https://github.com/spring-projects/spring-data-jpa/releases)
- [Commits](spring-projects/spring-data-jpa@2.5.4...3.1.1)

---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-jpa
  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 Jul 3, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2023

Superseded by #722.

@dependabot dependabot bot closed this Jul 17, 2023
@dependabot dependabot bot deleted the dependabot/maven/master/org.springframework.data-spring-data-jpa-3.1.1 branch July 17, 2023 21:50
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.

0 participants