Kevin Chun

Results 4 comments of Kevin Chun

+1 when generating client libraries for spring, I am unable to annotate model classes using `lombok.Builder` due to constructor conflicts. It is not possible to use `RequiredArgsConstructor` and `NoArgsConstructor` because...

@david-leifker in this change then, the plugin classloader will no longer have access to the core application classloader? So the plugin jar would need to contain a specific version of...

Another question, if we are able to reference the main application spring context from the plugin spring context, can we pull in the metrics reporter exclusively?

> > @david-leifker in this change then, the plugin classloader will no longer have access to the core application classloader? So the plugin jar would need to contain a specific...