Re: Grails Hibernate 6 Branch

2025-05-14 Thread James Daugherty
I would run the following: ./gradlew clean ./gradlew build -PskipTests --no-build-cache --rerun-tasks After doing this, does it work in that branch? If so I can dig into this problem. On Tue, May 13, 2025 at 10:17 PM Walter Duque de Estrada wrote: > I definitely can run gradle verify for the

Re: Grails Hibernate 6 Branch

2025-05-13 Thread Walter Duque de Estrada
I definitely can run gradle verify for the project, but when I run any of the TCK tests with IntelliJ I get the following: java.util.NoSuchElementException: No value present at java.base/java.util.Optional.get(Optional.java:143) at org.apache.grails.data.testing.tck.base.Grails

Re: Grails Hibernate 6 Branch

2025-05-11 Thread Walter Duque de Estrada
Agreed on working from this branch. Thanks for all the work Walter > On May 11, 2025, at 4:36 PM, James Daugherty > wrote: > > Hi Everyone, > > As discussed, I looked at merging the hibernate 6 repository into > grails-core. The merged branch is located here: > https://github.com/apache/grai