bendem
bendem
I have actually written a basic rocker integration for spring. Here is the relevant part until I opensource the project. https://gist.github.com/bendem/8675b7ca856cdab6c208ff6528850f7f added to the existing converters by extending `WebMvcConfigurerAdapter` and...
My guess is that the problem is the lack of IDE integration. If the IDE was able to resolve and automatically add imports, it wouldn't be a problem, but since...
Duplicate of #12
What prevents you from calling the template directly? ```rocker @import package.SampleTemplate @args(...) @SampleTemplate.template(model) ```
I'm curious, what's your use case for having templates that could not exist?
Support for java 11 has been added in 2018 (#91). Which version are you using?
The `@javax.annotation.Generated` option [was added a while ago](https://github.com/fizzed/rocker/issues/59) and [subsequently removed because it is part of a broken jigsaw module](https://github.com/fizzed/rocker/pull/82). If you wanted to add it back (not using the...
Still valid.
This is really overdue now. Collections are ***the*** way to install ansible modules. Hashivault is the only ansible module I have for which I have an exception, it causes a...
We have this setup to generate pgbouncer configs from our patroni clusters. It's a bit complex because we use pgbouncer to redirect to the correct patroni cluster based on what...