Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2025

Bumps spring-data.version from 3.4.3 to 3.5.0.
Updates org.springframework.data:spring-data-jpa from 3.4.3 to 3.5.0

Release notes

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

3.5.0

📗 Links

⭐ New Features

  • Support NullHandling in JSqlParserQueryEnhancer #3886
  • Support HQL LIMIT/OFFSET without ordering #3882
  • Adopt to deprecated QueryMethod constructor #3833
  • Support NullHandling in QueryUtils #3811
  • Add support for findBy(…) using Querydsl Predicate that returns a Slice #3764
  • Refine StringQuery parameter index allocation #3758
  • Improve compatibility to use OpenFeign's Querydsl fork #3748
  • Support custom countSpec in SimpleJpaRepository.findAll #3727
  • FluentQuery ignores .project(...) #3716
  • NEGATING_SIMPLE_PROPERTY should use IS NOT NULL when argument is null #3675
  • Refine Specification API #3578
  • java.lang.IllegalStateException is thrown by invoking findBy method #3294
  • Rewrite string-queries to use constructor expressions when return type is DTO #3076
  • Improve QueryUtils.applyAndBind(…) to avoid StackOverflowError with many entities #2870
  • Reuse existing fetch joins in QueryUtils when creating order by expressions #2756
  • Implement class-based DTO projections for Fluent API #2327

🐞 Bug Fixes

  • EQL parser fails to parse LIKE with ESCAPE clause #3873
  • JSqlParserQueryEnhancer fails with ClassCastException during query introspection #3869
  • JPQL and EQL parser reject CAST function #3863
  • DTO Projection rewriting rewrites queries returning properties to DTO form #3862
  • Specification.not() fails with NullPointerException when other Specification returns null #3849
  • HQL parser rejects HAVING without GROUP BY #3840
  • EQL parser rejects array of constants in IN expressions #3835
  • EQL parser rejects reserved words and functions in IN expressions #3834
  • Error when using reserved words in JPQL query for entity field names and packages #3832
  • EqlParser prohibits the use of reserved words (JPQL aggregate functions) in entity field names #3829
  • QueryRewriter not applied to count queries #3801
  • Regression using HQL queries with paging and implicit select #3792
  • No argument for named parameter using parameter multiple times with IN binding #3784
  • Invalid JoinType in QueryByExamplePredicateBuilder when using MatchMode ANY #3763
  • FluentQuery.page(Pagable pagable) does not consider Pageable.sort #3762
  • Add sorting ability for unpaged request in QuerydslPredicateExecutor [DATACMNS-1405] #3761
  • Using the by keyword on a duration object causes a BadJpqlGrammarException #3757
  • ParameterBinder creation fails during count query derivation of declared queries using parameters only in ORDER BY #3756
  • SELECT HQL without entity alias results in SELECT COUNT(null) query #3744
  • Missing HQL support for JDBC literals #3739
  • Generating countQuery for queries with CTE fails with actual pagination #3726
  • 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
  • Should the @Transactional annotation be added to the delete method in the SimpleJpaRepository class, which takes a parameter of type Specification? Otherwise, it may cause a JDBC connection read-only exception when calling this method due to the @Transactional(readOnly = true) annotation on the class. #3188

... (truncated)

Commits
  • 527f1b4 Release version 3.5 GA (2025.0.0).
  • 9f74166 Prepare 3.5 GA (2025.0.0).
  • 33e694f Support NullHandling in JSqlParserQueryEnhancer.
  • 7e87a62 Upgrade to Hibernate 6.6.15.Final.
  • 260d202 Support HQL LIMIT/OFFSET without ordering.
  • 16493ff Fix EQL and JPQL LIKE with ESCAPE clause parsing.
  • 7d409db Update CI Properties.
  • 4034710 Upgrade to JSqlParser 5.2.
  • 5e3b590 Upgrade to Upgrade to Hibernate 6.6.14.Final.
  • 255420b Update CI Properties.
  • Additional commits viewable in compare view

Updates org.springframework.data:spring-data-commons from 3.4.3 to 3.5.0

Release notes

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

3.5.0

📗 Links

⭐ New Features

  • Allow subclasses of ReturnedType #3286
  • QueryMethod uses non-final createParameters method #3263
  • Introduce public ReactivePageableExecutionUtils variant of pageable utils #3209
  • Deprecate pure repository SpEL support components for removal #3207
  • Introduce Vector abstraction #3193
  • Introduce org.springframework.data.mapping.Parameter.getRequiredName() and Parameter.hasName() #3088
  • KPropertyPath doesn't support Iterables #3010
  • Add support for find using predicate/pageable that returns a Slice [DATACMNS-541] #1011

🐞 Bug Fixes

  • DeferredRepositoryInitializationListener is registered multiple times #3287
  • Spring Data Commons 3.3.4 breaks @ModelAttribute handling #3258
  • Repository information cache map keeps growing until out of memory #3252
  • KotlinBeanInfoFactory doesn't consider get-prefixed methods as getters for boolean properties #3249
  • Kotlin Interface projections nullabillity issues #3242
  • Problem with class-based projections since Spring Framework 6.1.x #3225
  • PropertyAccessingMethodInterceptor fails with IllegalStateException when target method is bridged #3215
  • Fix NPE in CrudRepositoryExtensions #3187
  • ProxyingHandlerMethodArgumentResolver conflicts with @AuthenticationPrincipal #2937
  • Invalid @NonNullApi [DATACMNS-1616] #2044

📔 Documentation

  • JavaDoc of CrudRepository.deleteById is too unspecific #3280
  • Documentation enhancement: Separate examples of methods with special parameters and methods without #3268
  • Fix broken docs caused by incorrect feature-scroll usage in Antora #3262
  • Split extensions ref doc page into page with includes #3243
  • Document that fluent findBy(…) queries must return a result #3237
  • Document OpenFeign Querydsl support #3236
  • Fix typos in reference documentation and Javadoc #3235
  • Refining QBE documentation #3226
  • Fix typo #3223
  • QueryTypeMismatchException if the DTO has a no-args constructor #3216
  • Refine Value Expression documentation #3214
  • Limit.of(0) gives exception #3102

❤️ Contributors

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

... (truncated)

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.4.3 to 3.5.0.

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

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

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

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 May 16, 2025
@aureamunoz aureamunoz merged commit aa77232 into main Jun 9, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/maven/spring-data.version-3.5.0 branch June 9, 2025 09:28
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.

2 participants