Fernando Henrique

Results 19 comments of Fernando Henrique

Groovy version 3.0.11 has been released. https://github.com/apache/groovy/releases/tag/GROOVY_3_0_11

I need the tests to work on a fixed port, in this case 8080. Because the application login is done through the Open ID, which returns the token in a...

I ran grails 5.2.2 with jdk 17 by ./gradlew bootRun and it worked normally.

I'm also in this migration process, could you post an example of a query?

I forked the project and it worked. https://github.com/fernando88to/gorm-data-service-issue

Hi @brianjohnsen, the version is in the file https://github.com/fernando88to/gorm-data-service-issue/blob/master/Dockerfile tomcat:9.0.63-jdk11-temurin In the file https://github.com/fernando88to/gorm-data-service-issue/blob/master/grails-app/init/gorm/data/service/issue/BootStrap.groovy I made an initial load. Then I applied the following commands: ./gradlew build. docker build -t...

Change the dockerfile to run with war runnable. steps: git clone https://github.com/fernando88to/gorm-data-service-issue.git cd gorm-data-service-issue ./gradlew build (with jdk 8) docker build -f Dockerfile_java_8_tem -t java_8_tem:0.1 . docker run -it --rm...

I'm upgrading an application from grails 2 to grails 5 and I chose to use open clover even though it doesn't support groovy 3. I have some problems but the...