Results 9 comments of 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

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? ![grafik](https://user-images.githubusercontent.com/7027508/146842759-39fc7636-7d18-4dbe-a833-67ab6e49e521.png)

Investigated any further. Within DefaultBeanContext.java :2081 he cannot find the type within beanDefinitionClasses. Results in zero candiated for bean Type ![grafik](https://user-images.githubusercontent.com/7027508/146895034-33ca7383-72ee-411c-823c-f90b7e266f49.png)

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.