Andrew Rouse

Results 47 comments of Andrew Rouse

Build failures are expected because this depends on spec changes. Locally I have tests passing up to this point: ``` SmallRye: OpenAPI Test Data ........................ FAILURE [ 10.751 s] ```...

Found the issue and updated the dependency for the testdata project and now my local build runs cleanly.

I've updated the serialization code so that all the "xxxIO" objects are created and owned by `IOContext` and implemented the serialization of any model object as a child of a...

@MikeEdgar Thanks, I'll have a look

@MikeEdgar I've rebased this on the updated `main-4.0` branch to resolve the conflicts and I think it's ready for review

I note that with the way `ParamConverterProvider` is defined, it's not possible to enumerate all of the types that a converter has been registered for. However, I think converters registered...

Given that the spec is output as only two files (one html and one PDF), it might also be possible to update the existing CI workflow for PRs to upload...

I'm not familiar with EL so I did some reading to try to understand this one. It does look like the EL spec says [`a.b` is treated as `a["b"]` and...

Following on from the discussion on the call, we also noted [2.4.3.1. Ambiguous names][ambig-names] where it says: > Suppose two beans are both available for injection in a certain module,...

We think the following is needed: * Separate implementation of the `Schema` model interface for the older API * `VersionUtils` currently tells us the API in use * Factory must...