Harry Chan

Results 71 comments of Harry Chan

> can you explain exactly how you got this? It happens if you reference a class that no longer exists. You do get class not found exceptions also. When there's...

This sounds like a good idea for workloads that return quickly. With this change it still suspends if the future isn't completely on the initial check. Did you ever experiment...

`prettier-java` requires `node` / `rpm` which just adds to the stack. Not exactly a "strictly better" option.

@vaslabs yes I've added the openapi library. The project dir is set. It also says if it is not set it will just create a dummy directory, so should be...

@vaslabs thanks for the workaround. I also did some testing and it might not be ksp specific. Seems to not work with Java annotation processors too.

Do properties files get read at all? I'm not sure it's an annotation processor or ksp issue. Is there a bigger issue at hand to do with not reading the...

I used the default. No MavenModule.

Would be good to detail the Spring Gradle / Maven plugin equivalents. Does AOT or native mode just work? AOT has some pre-processors that generate bytecode as a build step.

> By "AOT or native mode", you mean "Ahead of Time Optimizations" as documented here: https://docs.spring.io/spring-framework/reference/core/aot.html ? Yes, you can enable it with `spring.aot.enabled` flag to `true` even if not...

> > Yes, you can enable it with `spring.aot.enabled` flag to `true` even if not building a GraalVM native image. > > You mean `mvn spring-boot:process-aot package` and then running...