fix(deps): update dependency org.springframework.data:spring-data-jpa to v4#556
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update dependency org.springframework.data:spring-data-jpa to v4#556renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
3299aed to
f32bb2a
Compare
f32bb2a to
59151d8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.7.18→4.0.5Release Notes
spring-projects/spring-data-jpa (org.springframework.data:spring-data-jpa)
v4.0.5Compare Source
📗 Links
⭐ New Features
JpaSortin Querydsl sorting #4211🐞 Bug Fixes
java.sqlpackage #4231ConverterNotFoundException#4230java.sql.Clob#4228SimpleJpaRepository.existsById(…)returnsfalsewhen multiple rows exist for the same ID #4227List#4223🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v4.0.4Compare Source
📗 Links
🐞 Bug Fixes
AotMetamodel#4208IDENTITYidentifier generation #4207📔 Documentation
core-conceptslink #4194🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v4.0.3Compare Source
📗 Links
⭐ New Features
Expressionsutility for type-safe Criteria Query Expression resolution #4086🐞 Bug Fixes
findBy(…)#4172IS NULL#4171idbreaks EclipseLink queries #4167JpaSpecificationExecutor.findBy(…)returns join product of nested relations #3908🔨 Dependency Upgrades
v4.0.2Compare Source
📗 Links
⭐ New Features
ELSEoptional inCASEexpressions #4142🐞 Bug Fixes
findByNameIn(List)fails withIllegalArgumentExceptionusing EclipseLink #4145Specificationnullness declarations inSimpleJpaRepositoryandJpaSpecificationExecutor#4131hibernate.hbm2ddl.auto=update#4130NullPointerExceptioninQuery.setParameter(…)bindingnulltoINparameters #4112📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v4.0.1Compare Source
📗 Links
⭐ New Features
ReturnedType.inputPropertiesaccess #4088🐞 Bug Fixes
NullPointerExceptioninQuery.setParameter(…)bindingnulltoINparameters #4112executeUpdatefor derived@Modifyingqueries #4102@EntityGraphnot applied to AOT repository query methods #4097IncorrectResultSizeDataAccessExceptionrunningGROUP BYcount query #4096Set#4094InvalidDataAccessApiUsageExceptionusingIgnoreCasefor nested property #4087📔 Documentation
JPASpecificationExecutor#2499🔨 Dependency Upgrades
v4.0.0Compare Source
📗 Links
⭐ New Features
Streamablefrom AOT repository methods #4070InvalidDataAccessApiUsageExceptionforJpaOrdervalidation #4062PredicateSpecificationfor improved reuse #4035TypeCollectorFiltersto filter$$_hibernatefields and methods #4014@RevisionTimestampproperty name #4003delete<...>ById(id: MyId)method #3995Specification.where(Specification)#3992Specification.unrestricted()to3.5.x#3942SharedEntityManagerbean registration in favor of JPA 3.2 qualifiedEntityManagerinjection #3926SELECTclause in JPQL optional #3903SELECTclause in JPQL optional #3902EntityManagerinitialization duringPersistenceProviderlookup #3885LIMIT/OFFSETwithout ordering #3882delete(Predicate)toQuerydslJpaPredicateExecutor#3878delete(Predicate)toQuerydslJpaPredicateExecutor#3877EntityManagerfor AOT contribution #3876LocalVariableNameFactoryin repository contributor #3875JpaRepositoryFragmentsContributorin JPA Repository Factory and Repository Factory Bean #3874fromClause #3864@EnableJpaRepositoriesconfiguration for AOT processing #3838Query.getSingleResultOrNull()#3701CriteriaQuerywith String-based queries #3653DeclaredQueryto decouple the query definition from its introspected state #3622CriteriaQuerywith String-based JPQL queries #3588NULLSprecedence usingSortfor Criteria Queries #3587QueryEnhancerSelectorto configure whichQueryEnhancerFactoryto use #3527EntityManageraccess to avoid conflicts with Hibernate-native multi-tenancy #3425JOINfor predicates that compare the primary key of a@ManyToOnerelationship #3349JpaSort.unsafe(…)used with Specifications to order-byExpression#3172@RevisionTimestampproperty name #2850IllegalArgumentExceptionit they already are one #2736PropertyPathandTypeInformationtypes tocorepackage #3393🐞 Bug Fixes
JpqlQueryBuilderdoes not consider@Entityname #4036StringAotQueryfromEntityMetadata#4030Specification.unrestricted()inSpecification.not(..)#4024Specification.unrestricted()semantics #4023deleteByreturning primitive number queries fail withClassCastException#4015CYCLEwithout space betweenSETandidentifier#4012findRevisionsthrows exception when usingPageable.unpaged()#3999/* ... */comments in@Queryfail to parse when migrating from Spring Boot 3.3.5 to Spring Boot 3.5.5 / Spring Data JPA (HQL parser mismatch on/) #3997SimpleJpaRepository.deleteAllByIdInBatch(…)JPQL #3993INon batch delete by Id #3990JpqlQueryBuilder#3989QueryByExampleExecutor.findBy()#3986QueryUtils.applyAndBind(…)usingIN(entities)does not work with EclipseLink #3983ExpressionBasedStringQuerydoes not expand#{#entityName}for native queries #3979@Nullableannotations toJpaSpecificationExecutor.findBy(…)#3974PersistenceProvider.fromEntityManagerFactory(…)throwsNullPointerExceptionusing Hotswap Agent #3923QueryUtilsfails to detect aliases whenSELECTitems are comma-separated without spaces #3911JpaSpecificationExecutor.findBy(…)returns join product of nested relations #3908?|erroneously detected as parameter bind marker #3907LIKEwithESCAPEclause #3873JSqlParserQueryEnhancerfails withClassCastExceptionduring query introspection #3869CASTfunction #3863Specification.not()fails withNullPointerExceptionwhen otherSpecificationreturnsnull#3849QueryRewriternot applied to count queries #3801📔 Documentation
@Enable…Repositories#3366🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.5.11Compare Source
📗 Links
⭐ New Features
JpaSortin Querydsl sorting #4211🐞 Bug Fixes
SimpleJpaRepository.existsById(…)returnsfalsewhen multiple rows exist for the same ID #4227🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.5.10Compare Source
📗 Links
📔 Documentation
core-conceptslink #4194🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.5.9Compare Source
📗 Links
🐞 Bug Fixes
findBy(…)#4172JpaSpecificationExecutor.findBy(…)returns join product of nested relations #3908🔨 Dependency Upgrades
v3.5.8Compare Source
📗 Links
📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.5.7Compare Source
📗 Links
⭐ New Features
ReturnedType.inputPropertiesaccess #4088🔨 Dependency Upgrades
v3.5.6Compare Source
📗 Links
📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.5.5Compare Source
📗 Links
⭐ New Features
IllegalArgumentExceptionit they already are one #2736🐞 Bug Fixes
Specification.unrestricted()inSpecification.not(..)#4024Specification.unrestricted()semantics #4023deleteByreturning primitive number queries fail withClassCastException#4015CYCLEwithout space betweenSETandidentifier#4012findRevisionsthrows exception when usingPageable.unpaged()#3999📔 Documentation
@Enable…Repositories#3366🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.5.4Compare Source
📗 Links
⭐ New Features
delete<...>ById(id: MyId)method #3995🐞 Bug Fixes
/* ... */comments in@Queryfail to parse when migrating from Spring Boot 3.3.5 to Spring Boot 3.5.5 / Spring Data JPA (HQL parser mismatch on/) #3997SimpleJpaRepository.deleteAllByIdInBatch(…)JPQL #3993INon batch delete by Id #3990QueryUtils.applyAndBind(…)usingIN(entities)does not work with EclipseLink #3983ExpressionBasedStringQuerydoes not expand#{#entityName}for native queries #3979🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.5.3Compare Source
📗 Links
📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.5.2Compare Source
📗 Links
⭐ New Features
Specification.unrestricted()to3.5.x#3942🐞 Bug Fixes
PersistenceProvider.fromEntityManagerFactory(…)throwsNullPointerExceptionusing Hotswap Agent #3923🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.5.1Compare Source
📗 Links
⭐ New Features
EntityManagerinitialization duringPersistenceProviderlookup #3885EntityManageraccess to avoid conflicts with Hibernate-native multi-tenancy #3425🐞 Bug Fixes
QueryUtilsfails to detect aliases whenSELECTitems are comma-separated without spaces #3911JpaSpecificationExecutor.findBy(…)returns join product of nested relations #3908?|erroneously detected as parameter bind marker #3907📔 Documentation
Specification.where(spec)is deprecated without further notice #3893🔨 Dependency Upgrades
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.5.0Compare Source
📗 Links
⭐ New Features
NullHandlinginJSqlParserQueryEnhancer#3886LIMIT/OFFSETwithout ordering #3882QueryMethodconstructor #3833NullHandlinginQueryUtils#3811findBy(…)using QuerydslPredicatethat returns aSlice#3764StringQueryparameter index allocation #3758.project(...)#3716IS NOT NULLwhen argument isnull#3675QueryUtils.applyAndBind(…)to avoidStackOverflowErrorwith many entities #2870fetchjoins inQueryUtilswhen creating order by expressions #2756🐞 Bug Fixes
LIKEwithESCAPEclause #3873JSqlParserQueryEnhancerfails withClassCastExceptionduring query introspection #3869CASTfunction #3863Specification.not()fails withNullPointerExceptionwhen otherSpecificationreturnsnull#3849INexpressions #3834QueryRewriternot applied to count queries #3801Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.