Mattias Reichel
Mattias Reichel
So, if I understand this correctly, this will retry the step for any failure, not just timeouts? Like, if there is a genuine test failure, it will still wait 10...
@Mawkes Here is a release with updated versions: https://github.com/matrei/certbot-dns-loopia/releases/tag/v3.0.1
Branch/PR for upgrading to Groovy 5 (when the time comes): #14737
> Another error in the latest groovy snapshot I have created a ticket in the Groovy bug tracker for this error. https://issues.apache.org/jira/browse/GROOVY-11736
> ```console > GPathResultMapSpec > Test nested elements FAILED > groovy.lang.MissingFieldException: No such field: id for class: groovy.xml.slurpersupport.NodeChild > at org.grails.databinding.xml.GPathResultMap.(GPathResultMap.groovy:35) > at org.grails.databinding.xml.GPathResultMapSpec.Test nested elements(GPathResultMapSpec.groovy:44) >``` > Discussion: https://lists.apache.org/thread/9qz4xsmw702tgt45f2y8xz5h8ftj4tyl...
> ```console > Execution failed for task ':grails-datamapping-core:compileGroovy'. > > BUG! exception in phase 'semantic analysis' in source unit '/home/mattias/Projects/grails/grails-core/grails-datamapping-> core/src/main/groovy/org/grails/datastore/gorm/GormEntity.groovy' ClassNode#getTypeClass for org.grails.datastore.gorm.GormEntityApi called before the type class is...
> ``` > Execution failed for task ':grails-datastore-core:compileGroovy'. > > Unrecoverable compilation error: startup failed: > General error during conversion: The interface Collection cannot be implemented more than once with...
> #### Error: java.lang.ClassCastException: class org.codehaus.groovy.ast.ClassNode cannot be cast to class org.codehaus.groovy.ast.InnerClassNode > Build scan: https://ge.grails.org/s/qzyrkrxky2xeu > ```console > FAILURE: Build failed with an exception. > > * What went...
> #### Error: Can't have an abstract method in a non-abstract class > But the method is actually implemented in the parent class. > ```console > > Task :grails-core:compileGroovy >...
There is already a `grails.databinding.BindUsing` annotation. Would it be possible/beneficial to add this functionality to that annotation instead of creating a new one, for this 'edgy' case? For example: ```groovy...