Andrei Gužovski
Andrei Gužovski
Sure, here is a minimal example. If I remove mongodb from dependencies then project does not throw the mentioned exception when running native executable. [demo.zip](https://github.com/spring-projects/spring-data-mongodb/files/14276879/demo.zip)
Deploy docker image.
Surprisingly Distortion with 40db kind of sounds like fuzz (I am not a professional musician so maybe my judgement is not on spot). The work of Distortion and Clipping is...
This is most likely a problem with compose.yaml not being copied to the build/tmp directory which is now set for forkedSpringBootRun. This is solvable by pointing to the compose.yaml explicitly:...
@odrotbohm sorry, `:kaptTestKotlin` failed because I initially tested on a project with more dependencies and forgot to remove some code. Here is corrected demo project : [demo_spring_modulith_kotlin_kapt_correct.zip](https://github.com/user-attachments/files/18092084/demo_spring_modulith_kotlin_kapt_correct.zip) That said my...
I took a better look at console output and spotted the following: ``` > Task :kaptKotlin Annotation processors discovery from compile classpath is deprecated. Set 'kapt.include.compile.classpath=false' to disable discovery. Run...
With: ``` kapt{ includeCompileClasspath = false } ``` Including into `build.gradle.kts` `dependencies` section: ``` kapt("org.springframework.modulith:spring-modulith-apt") ``` Results in the same error as before.
> > kapt{ > > includeCompileClasspath = false > > } > > not working > >  @chenzhenjia `includeCompileClasspath = false` disables annotation processors discovery explicitly adding under dependencies...
> Use the following configuration to run normally > > ``` > configurations { > kapt.extendsFrom(annotationProcessor) > } > > kapt{ > includeCompileClasspath = false > } > ``` @chenzhenjia...
Newer speechbrain behaves differently, try using speechbrain==0.5.16