Furer Alexander
Furer Alexander
Hello Would you please expose ProcessingEnvironment from ProcessorContext to CodeGeneratorContext so XXXcodeGenerator implementation will have access to ProcessingEnvironment API ? Thanks
Hi It would be great to be able to generate artifacts for third-party classes by providing some sort of mixin annotations support for them (see concept here http://wiki.fasterxml.com/JacksonMixInAnnotations ) Thanks
Hi I've implemented SpringSecurityNavigator inspired by ShiroSecurityNavigator. They both inherit from SecurityAwareDiscoveryNavigator (access logic re-factored from ShiroSecurityNavigator) Please accept. Thanks Alexander
Hi Is compile time atributes generation is supproted ? Basically, one can have annotation on domain model classes to generate attributes for and have compiler preprocesor to run `AttributeSourceGenerator.generateSeparateAttributesClass` for...
Would be great to provide "best viewed with octotree" badge, see sample [here](https://github.com/LogNet/grpc-spring-boot-starter) Well done, GitHub browsing can't be better with octotree
Generated `reflect-config.json` misses classes referenced by maven-hosted transitive dependency jar , but is included when comes as project transitive dependency. Reproducible sample can be found [here ](https://github.com/LogNet/grpc-spring-boot-starter/issues/199#issuecomment-903786167)
Would be great to be able to render diagram with this api: ``` GET /type/format/proxy?diagram_source=https://raw.github.com/myTextDiagram ``` This will enable users to include kroki generated diagram in Github's readme adoc/md files....
### Do you want to request a *feature* or report a *bug*? Feature ### What did you expect to see? Would be great to have the option to replace header...
Hi I've successfully deployed the executable jar as windows service using below configuration ```` java -Xmx1024m -jar myJar.jar myConfig.yml ```` When I start VisualVM/JConsole/MissionControl locally, I don't see the java...
Would you please provide the sample of how to auto-generate `swagger.json` **during build** to use it for clients/dtos bindings generation for different languages later. I see `Microsoft.Azure.WebJobs.Extensions.OpenApi.CLI` project that looks...