Open sbodese opened 2 months ago
Hi Steffen,
So, I'll have to look at what changes were made in Hibernate 6.5, probably apply the changes, and release a new version.
Hi Szymon,
thanks. I got this exception even with Spring Boot 3.1.4.
Greetings Steffen
Yeah,
From what I checked Spring Boot 3.1.4 use hibernate 6.2 and Spring Boot 3.3.0 use hibernate 6.5. Below are the supported hibernate versions for this library (btw, sorry that there is a missing label in README.md file at the beginning)
https://github.com/starnowski/posjsonhelper?tab=readme-ov-file#hibernate-6-version-compatibility
Posjsonhelper | Hibernate 6 |
---|---|
0.3.0 | 6.4.0.Final |
0.2.0 - 0.2.1 | 6.1.5.Final |
Hi, thanks for this project to query more code driven complex json data with postgres.
I need a hint please, maybe i forgot to include a further maven dependency, but i got this error if i try a adapted "findAllByAllMatchingTags" function with a spring boot 3.3.3 project
Greetings Steffen
java.lang.NoSuchMethodError: 'org.hibernate.query.criteria.JpaExpression org.hibernate.query.sqm.NodeBuilder.value(java.lang.Object)' at com.github.starnowski.posjsonhelper.hibernate6.AbstractJsonBExtractPath.lambda$mapPathParameters$0(AbstractJsonBExtractPath.java:90) ~[hibernate6-0.4.1.jar:na] at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na] at java.base/java.util.Collections$2.tryAdvance(Collections.java:4853) ~[na:na] at java.base/java.util.Collections$2.forEachRemaining(Collections.java:4861) ~[na:na] at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na] at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na] at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[na:na] at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:na] at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[na:na] at com.github.starnowski.posjsonhelper.hibernate6.AbstractJsonBExtractPath.mapPathParameters(AbstractJsonBExtractPath.java:90) ~[hibernate6-0.4.1.jar:na]