jamesfredley opened a new issue, #14176: URL: https://github.com/apache/grails-core/issues/14176
Should it be mentioned, that GebReportingSpec is also replaceable by ContainerGebSpec with the added static boolean reportingSpec = true (I might remember wrong what the prop name is) - It's an annotation to turn on reporting on ContainerGebSpec now. While we support it, isn't the erdi web driver plugin being abandoned? Should we clarify why we containerized this? The largest reason being that because the selenium & browser combination is a moving target, containers allow us to fix to a specific version and not break as browsers are updated over time. - Yes. Web Driver Plugin limits you to max Gradle 8.6, which limits you to max Java 19. Plus the browser version matching the driver version is a large pain. I think there are topics in https://github.com/grails/grails-core/blob/7.0.x/UPGRADE7.md that have not made it into the whatsNew document - see the Cool New Features. Should we add them here? - 100% yes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
