Hacker News new | past | comments | ask | show | jobs | submit login

I hope spring moves to compile time di like quarkus and ajave inject instead of scanning the classpath at runtime.



You mean Spring native [1], i think it's not ready yet.

[1] https://docs.spring.io/spring-native/docs/current/reference/...


No I do not. I do not want native image. I want the dependency injection container created at compile time like Dagger2 [0] or Avaje Inject [1] or quarkus without native image.

[0] https://dagger.dev [1] https://avaje.io/inject/


You can use the Spring AOT plugin [1] without enabling the support of GraalVM native image

[1] https://docs.spring.io/spring-native/docs/current/reference/...


Ohhh I see. Thank you!


Isn't that what Micronaut does, from the creators of Spring? I never used the latter, but I really like working with the former.


Yes, Micronaut and Quarkus do that. Micronaut was created by a company (https://objectcomputing.com/)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: