sambalmueslie
sambalmueslie
i don't know, i think the last update was in april this year ..
Did not help, neighter did another update to the current version. Its still failing.
Same issue here: https://github.com/Black-Forrest-Development/open-event/blob/master/src/main/webapp/src/app/event/event-change-form-event/event-change-form-event.component.html ``` {{'event.form.startTime' | translate}} {{'event.form.hint.startTime'| translate}} ```
> Closing due to lack of feedback. If the problem persist please try with the latest version and open a new issue. Thanks. Looks like I have something similar? https://stackoverflow.com/q/70413053/7776688
https://github.com/sambalmueslie/hll-tool
What i found while debugging, within DefaultBeanContext.java:3051 the beanConcreteCandidateCache returns an Optional.empty, but the check afterwards DefaultBeanContext.java:3053 checks on null? 
Investigated any further. Within DefaultBeanContext.java :2081 he cannot find the type within beanDefinitionClasses. Results in zero candiated for bean Type 
and here are some more infos Good Case (after upgrading to micronaut 3.1.0 gradle plugin) > 11:26:41.422 [main] DEBUG i.m.c.io.service.SoftServiceLoader - Loaded 388 services of type io.micronaut.inject.BeanDefinitionReference > 11:26:41.425 [main]...
I found a workaround, if he did not find all classes, running gradle clean build manually solves the issue.