Alex Bondar

Results 8 comments of Alex Bondar

root case is here: micronaut.router.static-resources.swagger.mapping=/swagger when I replace wirth / limit works, but swagger can't load api doc,

Workaround is to mock mapper using Mockito.mock(), but some of my tests fail because mock returns null value

@zhfeng here is a test: https://github.com/abondar24/QuarkusDemo/blob/master/src/test/java/org/abondar/experimental/quarkusdemo/service/PersonServiceTest.java Some failing tests are disabled now.

Which reproducer do you mean? From one of the issues I used this @MapperDataSource("xmlconfig") as a workaround. Isn't it supposed to work out of the box?

All need scrpits are in opt/kafka dir. Do docker exec -it /bin/bash

Question regarding the following situation: what if this exception happens on pojo from externlal library?