Next official Geb release and requirements #278
-
|
Hi all,
Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hey! So, we are aiming to get to a more regular release cadence, and expect to do another major release in the next few months to cover some major updates. We don't have a hard date, as we're all volunteers here, but sooner rather than later. As an incubating subproject of Apache Groovy, we'll be approving releases through the distribution lists as well, so there should be mailing list updates when it's coming. You can use the 7.0 Geb release alongside more recent versions of Groovy and Selenium already, so feel free to update those independently. The specifics will depend on your build system (maven, gradle, ant, etc.). In Gradle, it should be as simple as specifying a different version of Selenium in your build file. For example: Maven and ant configurations should be similar. |
Beta Was this translation helpful? Give feedback.
Hey! So, we are aiming to get to a more regular release cadence, and expect to do another major release in the next few months to cover some major updates. We don't have a hard date, as we're all volunteers here, but sooner rather than later. As an incubating subproject of Apache Groovy, we'll be approving releases through the distribution lists as well, so there should be mailing list updates when it's coming.
You can use the 7.0 Geb release alongside more recent versions of Groovy and Selenium already, so feel free to update those independently. The specifics will depend on your build system (maven, gradle, ant, etc.). In Gradle, it should be as simple as specifying a different version …