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.1 #958

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 Dec 16, 2024

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

Release notes

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

3.4.1

📗 Links

🐞 Bug Fixes

  • Fix Hql-Queries using CEILING and LN. #3711
  • JSqlParserQueryEnhancer produces invalid query that JSqlParser can't parse #3707
  • HQL parser rejects INSERT … ON CONFLICT clause #3689
  • Empty attributePaths on @EntityGraph produces exception #3682
  • Native query projection with records fail with ConverterNotFoundException #2757

📔 Documentation

  • Pageable warnings incosistent or wrong #3660
  • QueryTypeMismatchException if the DTO has a no-args constructor #3216

❤️ Contributors

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

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

... (truncated)

Commits
  • 72bd086 Release version 3.4.1 (2024.1.1).
  • 18e89cc Prepare 3.4.1 (2024.1.1).
  • e0bd821 Polishing.
  • ff6d2af Fix Hql-Queries using CEILING and LN.
  • aaef8b3 Polishing.
  • dcd36bf Use primary table alias for SQL count query derivation with DISTINCT queries.
  • 813bf49 Add reflection runtime hint for SqmQueryPart.
  • c5f0c63 Polishing.
  • 9cd3d63 Extract repeated string literals in SimpleJpaRepository to constants.
  • e4a2416 Refine NamedQuery error messages when using Sort/Pageable parameters.
  • Additional commits viewable in compare view

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

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 16, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/spring-data.version-3.4.1 branch from 9d76262 to c69c5e1 Compare December 17, 2024 08:20
Bumps `spring-data.version` from 3.3.5 to 3.4.1.

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

Updates `org.springframework.data:spring-data-envers` from 3.3.5 to 3.4.1
- [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 force-pushed the dependabot/maven/spring-data.version-3.4.1 branch from c69c5e1 to dc32058 Compare December 23, 2024 08:42
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