Denis Stepanov
Denis Stepanov
Can you please describe your use-case? What do you mean by `public parameters`?
Thanks, I'm planning to support external properties
Groovy doesn't have a concept of annotation processors, because it's dynamic it uses compile plugins
Can you analyze the memory dump and see what is being leaked? You can try https://eclipse.dev/mat/
What exactly do you want to disable?
Depends if you want to disable some implementation based on it JDBC / Hibernate Or disable a datasource completely
Then it should be implemented in `sql` module. `BasicJdbcConfiguration` should implement `Toggleable`, but I'm not sure if we do support excluding the bean definitions by default if the interface is...
It’s fixed for me too
Can you please rebase the PR?
I have corrected and added more tests.