jkalq opened a new issue, #314:
URL: https://github.com/apache/groovy-geb/issues/314

   When using Geb with Groovy 5.0.0+, the geb-implicit-assertions AST 
transformation crashes at compile time with a NullPointerException originating 
from MetaClassImpl.getMetaProperty(). 
   
   The root cause is Groovy 5 internally using ConcurrentHashMap, which does 
not permit null keys, resulting into any call to .get(null) throwing an NPE 
instead of returning null as it did in Groovy 4.


-- 
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]

Reply via email to