Jake Schwartz

Results 26 comments of Jake Schwartz

@sgomezvillamor Hey, I can take a look this week probably. I typically use case classes, which is why Ive never run into this before. I also wonder if it could...

Hey @brisssou, do you need it build time for something specific? If you just want to examine the json, you should be able to use the GET /swagger.json route in...

Interesting problem. I could look into it, but I doubt it is possible with the current set up because the Swagger object is created at runtime. When Controllers are added...

I havent figured out how to create a SwaggerController without injecting the Swagger/OpenAPI object. This is because the object is created in your project via Module with the information you...

Hey, it was removed because it didnt look like it was supported anymore. If you can show me what it is called in the OpenAPI specification, I can try adding...

@chenghsienwen Do you need to register the schema, like in the bodyParam function thats above yours?

@james-james-james I think I got it published this morning. I had to regenerate my keys, I had some issues with the previous version but it looks like its up in...

@james-james-james I just published 23.11.1 to hopefully fix this. Looks like there was a change to the webjars implementation of Swagger that disabled the query params routing

Hey @eikek. Honestly, I have no idea what a `Product` is. I've mostly been maintaining the library with new versions of OpenAPI and Finatra, I havent touched a lot of...