You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application should run correctly, load configuration and not crash.
Actual Behaviour
Application crashes with the following error:
Message: Receiver class com.example.BaseConfiguration$Intercepted does not define or inherit an implementation of the resolved method 'abstract java.lang.String getHost()' of interface com.example.Other.
Path Taken: new MyClass(BaseConfiguration baseConfiguration)
at io.micronaut.context.DefaultBeanContext.resolveByBeanFactory(DefaultBeanContext.java:2349)
at io.micronaut.context.DefaultBeanContext.doCreateBean(DefaultBeanContext.java:2304)
at io.micronaut.context.DefaultBeanContext.doCreateBean(DefaultBeanContext.java:2316)
at io.micronaut.context.DefaultBeanContext.createRegistration(DefaultBeanContext.java:3127)
Steps To Reproduce
Run ./gradlew run on the repository.
There is also a kapt configuration on build.gradle.kts. Just comment KSP and change to kapt.
Environment Information
Linux, Ubuntu 20.04 x86 x64
openjdk version "21.0.1" 2023-10-17 LTS
OpenJDK Runtime Environment Corretto-21.0.1.12.1 (build 21.0.1+12-LTS)
Expected Behavior
Application should run correctly, load configuration and not crash.
Actual Behaviour
Application crashes with the following error:
Steps To Reproduce
Run
./gradlew run
on the repository.There is also a kapt configuration on build.gradle.kts. Just comment KSP and change to kapt.
Environment Information
Example Application
https://github.com/brenol/micronaut-ksp-interface
Version
4.7.5
The text was updated successfully, but these errors were encountered: