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

build(deps): bump spring-data.version from 3.3.5 to 3.4.0 #949

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps spring-data.version from 3.3.5 to 3.4.0.
Updates org.springframework.data:spring-data-jpa from 3.3.5 to 3.4.0

Release notes

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

3.4.0

📗 Links

⭐ New Features

  • Add support for value expressions in repository query methods #3619
  • Optimize entity deletion in SimpleJpaRepository #3564
  • Support NULLS {FIRST | LAST} in JPQL queries #3529
  • Support of CTE with Pageable #3504
  • Sorting of Pageable.unpaged(sort) is ignored by JPA Repository #3476
  • Split string query transformation into multiple parts #3326
  • Redundant parameter in the Limit query #3242
  • Add @NativeQuery annotation as alias for @Query(nativeQuery=true) #3155
  • Provide an option to disable JSqlParserQueryEnhancer #2989

🐞 Bug Fixes

  • NPE in HqlQueryTransformer.isSubquery for UPDATE HQL #3649
  • findLastChangeRevision() returns the wrong result in a multi-node env #3643
  • QueryEnhancer.hasConstructorExpression() returns false for some_function(…) IS TRUE #3628
  • limit in FetchableFluentQueryBySpecification addes duplicate order by clause #3600
  • Fix typo in assertion message #3565
  • Exceptions in NamedQuery creation lead to query derivation #3550
  • Native query with #sort generates a broken query #3546
  • Сan no longer use distinct and cast(... as ...) together #3536
  • [Virtual Threads] Possible Thread Pinning in PartTreeJpaQuery.QueryPreparer#createQuery() #3505
  • Missing @Transactional on SimpleJpaRepository.delete(spec) #3499
  • BadJpqlGrammarException when parsing query containing lateral keyword used as property name. #3496
  • Spring Data JPA generates incorrect JPQL query for sorted pagination request with UNION clause #3427
  • @Procedure returning also ResultSet no longer returns Map for OUT params #2381
  • Procedure with one output parameter [DATAJPA-1442] #1759

📔 Documentation

  • Reflect IS NULL/IS NOT NULL usage for derived queries using null as argument #3674
  • Allow returning Map from the repository methods #3636
  • Reorder documentation of class-based projection support for JPA Native Queries #3599
  • Bundle Javadoc with Antora documentation site #3549
  • Update docs #3544
  • Fix typo in documentation #3489
  • How to pass collection to stored procedure when using @Procedure #3081

🔨 Dependency Upgrades

  • Upgrade to Hibernate 6.6.2.Final #3667
  • Upgrade to Maven Wrapper 3.9.9 #3663
  • Upgrade to Hibernate 6.6.1.Final #3613
  • Upgrade to JSqlParser 5.0 #3606
  • Upgrade to Hibernate 6.6 #3574
  • Upgrade to Maven Wrapper 3.9.8 #3570
  • Upgrade to Hibernate 6.5.2.Final #3567
  • Upgrade to Eclipselink 4.x #3507

... (truncated)

Commits
  • eb98159 Release version 3.4 GA (2024.1.0).
  • 88a4317 Prepare 3.4 GA (2024.1.0).
  • 010075d Reflect IS NULL/IS NOT NULL usage for derived queries using null as arg...
  • 1db98f5 Polishing.
  • dfd1dbf Upgrade test dependency versions.
  • c6e8ee0 Upgrade to Hibernate 6.6.2.Final.
  • 3cb234c Update CI Properties.
  • e8d52f9 Update CI Properties.
  • 3350758 Upgrade to Maven Wrapper 3.9.9.
  • a75d7b0 Polishing.
  • Additional commits viewable in compare view

Updates org.springframework.data:spring-data-envers from 3.3.5 to 3.4.0

Commits

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 `spring-data.version` from 3.3.5 to 3.4.0.

Updates `org.springframework.data:spring-data-jpa` from 3.3.5 to 3.4.0
- [Release notes](https://github.com/spring-projects/spring-data-jpa/releases)
- [Commits](spring-projects/spring-data-jpa@3.3.5...3.4.0)

Updates `org.springframework.data:spring-data-envers` from 3.3.5 to 3.4.0
- [Release notes](https://github.com/SpringSource/spring-data-envers/releases)
- [Commits](https://github.com/SpringSource/spring-data-envers/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 18, 2024
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