KevinMitchell
KevinMitchell
In the spec it includes the example I quoted, with the serialised output as ``` … ... ``` I've omitted the name property that was also in the example from...
The latest parser, 1.0.17, still has problems with settings. I try ``` securitySchemes: x-jwt: type: x-jwt settings: scope: string ``` and the parser complains with ``` Unexpected key 'settings'. Options...
Has anyone figured out how to access the details for the declared traits? It looks like for the 08 Trait definition it inherited from MethodBase, so the various parts of...
That's fine if we have a chain as you describe. But in many cases the overlays will deal with different aspects. For example one overlay might add in annotations for...
With @JsonInclude I thought you could only choose between whether to transmit null values or to skip them. Whereas to support merge patch it needs to be more refined that...
Yes, you'd need a custom serialiser (and deserialiser) driven by whatever mechanism was used to track the explicit nulls. Plus modified setters and a method(s) for checking whether something was...
Thanks for considering this request. > This WE, I'm closing simpler problems. I'll see where I get to. If you are looking for simpler problems #254 will hopefully involve a...
It's also quite slow for me starting up. About four seconds before it gets to the point where the code in my main class starts executing. This is starting the...
No, just a vanilla Java SE app. > On 1 Oct 2017, at 16:16, Andy Lowry wrote: > > @KevinMitchell Is your app also osgi-based, as @maybeec reported? > >...
Making a new artifact for each major version has the advantage that all versions of an artifact should be backwards compatible as they will only differ by the minor version....