Open
Description
Description
I was chatting with @jdubois. They did a workshop that happen to use Quarkus ona crowd used to do Spring day in day out.
people were lost for two compounding reasons:
- I have to annotated
@Bean
or it won’t work right? People got stuck in the “auto bean logic” - See it does not work because in the start logs I don’t see the bean (yes because Quarkus invokes lazily the bean)
I wonder how we could help improve the experience @geoand from a doc we could direct to, to a fake empty @Bean
, a property to “load eagerly quarkus.spring.legacy_behavior_mode
. Or something else.
Thoughts?
Implementation ideas
No response