Artur Dzmitryieu

Results 5 comments of Artur Dzmitryieu

When user provides their own keystore.xml and keystore file and build time this will be skipped. If the user does not provide any keystore information the XML is generated to...

Yes, this is general solution, the language packs must be installed on top of original image and if there are multiple you could switch locales at runtime with ENV variables....

It could be that ${MICROSOFT_JDBC_DRIVER_PATH} is not visible/resolved by WAS

This issue with mounting new password after configure.sh run should be resolved with the latest images. But overall I agree we need to maybe re-think the password mechanism and addition...

Currently mpOpenAPI-1.0 does not support scanning of `@FormParam` annotation. It is possible to use `@RequestBody` annotation as follows: `@Consumes(MediaType.APPLICATION_FORM_URLENCODED) @RequestBody(content=@Content(schema=@Schema(implementation=SomeModel.class)))` Using this approach it is possible to put parameter definitions...