David Hoffer

Results 15 issues of David Hoffer

Using in build does not place USER in the correct location in the resulting Dockerfile. It should place the USER statement in the order specified in the section but instead...

The appassembler-maven-plugin should not store binFileExtensions in global static map as it causes the configuration of one module to affect all the other modules in the same build. We have...

I'm using this in a Spring (Boot) application so have followed the instructions to create the JsonViewSupportFactoryBean Bean however its not excluding the excluded entity field at all. The excluded...

Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at [github.com/flutter/flutter](https://github.com/flutter/flutter/issues/new). ## Steps to Reproduce I'm building my first Flutter app...

OpenAPI3RouterFactory is great at mapping the Open API schema to Vert.x routes but its way too tedious to do the rest of the work to implement the REST services. What...

enhancement

We are using vertx-web-api-contract to create a schema first REST service. However we also must support CORS and we are using the vertx-web CorsHandler for that. The problem is there...

Add SOAP server support ideally integrating with CXF. We are looking at converting a mixed technology stack application to use vert.x. One of our wars exposes several SOAP endpoints and...

Sure would be great to have support for these: Doesn't know the type of path parameters Doesn't know about request or response body models

The generator will only include the last of the HttpMethod per path. E.g. can't do a get if you have a put/etc. The bug is in this line in the...

bug

I'd like to have RouterSpecGenerator not have static method so we can mock this in our unit tests.

enhancement