Chris Laprun

Results 373 comments of Chris Laprun

I'm not sure if polymorphic lists are supported by the OpenAPI schemas either… Just a quick question, though, shouldn't the name of the sub-type in the `@JsonSubTypes.Type` annotation match what's...

I have to admit that I'm a little lost on the subtleties of `required` and `nullable`… if something is not marked as `required`, shouldn't it be `nullable` by default? Conversely,...

Hi @rohanKanojia, nope… Wanted to but there was always something else I needed to do first :( Feel free to re-assign.

One domain where `System.exit` is annoying is during tests where this doesn't let the test framework correctly report the problem and clean things up.

> Maybe for the time being contributing a backport of the fix to OkHttp 3.x is more cost-effective WDYT? Are we confident the backport would be accepted, though? Or are...

Enums are supported. We could add more annotations to support more descriptive CRDs, indeed.

Be careful that Pivotal / Spring Boot have naming conventions for third party starters. @gytis ran into these issues before.

We should probably make the component group a property that could be set at runtime instead of hardcoding it since the group name will probably be in flux for a...

To be clear, the goal of this discussion is to figure out both if it's feasible to use dekorate to generate devfiles but also if it's desirable (i.e. something we...

There's no dekorate BOM but maybe the `halkyon-spring-starter` need to include more dependencies to make sure that things work properly? However, this issue is not really a dekorate issue per...