Avi Mistriel

Results 12 comments of Avi Mistriel

Also facing this issue when running on pipelines allocating a random dns entry for the localstack pod. Regarding your discussion I still don't understand why `EXTERNAL_HOSTNAME` cannot be used to...

@nsriramulu Many thanks for the WA. Waiting for official fix

> sorry for delay response, i'll take a time to check this guys any progress about this ?

I also used a work around. With the **swagger-codegen-maven-plugin** ` multipartFile=org.springframework.web.multipart.MultipartFile `

@shathor this is the relevant part from my YAML : ```yaml /media/upload: post: tags: - media summary: Upload media file to storage operationId: uploadFile produces: - application/json requestBody: content: multipart/form-data:...

> I see, thanks a lot. I was hoping to get by without modifying the templates. Sorry, the rest of it is protected by our IP, yet this should do...

I also dont get it, jersey-all-2.22.2.jar includes: com.fasterxml.jackson.* but does not export them in the manifest. Why ?

Also bumped into that issue today, I was kind of shocked that it's not supported OOB. For me it's blocks the creation of parent pom for all microservices that imports...