Ankur Pathak

Results 11 issues of Ankur Pathak

Please add support for OpenFeign/Spring Cloud Openfeign in Logbook. Here are more details: https://github.com/OpenFeign/feign https://github.com/spring-cloud/spring-cloud-openfeign

Feature
Help Wanted

Since This Project is New and will be soon part of Jakarata EE. We should also add API which Supports Reactive Streams or Flow Api of Java 9. We already...

Please add support for typescript

Please add support for typescript

needs-info

Its not working with maven installed sdkman. For details pls check the attached screenshot. ![Screenshot from 2021-03-07 21-51-22](https://user-images.githubusercontent.com/6482301/110246895-839baa80-7f8f-11eb-9cc6-059076ccd2c4.png)

wad should not consider line written as #${TOMEE_HOME}/webapps in .wadrc as deployment directory. All lines starting with # should be treated as comment to match bash omments.

I am on Ubuntu and I have following maven coordinates in my Spring Boot Project: ru.yandex.qatools.embed postgresql-embedded 2.10 and follwing Postgres configuration I am useing: System.out.println("-----------------------------Hello World-------------------------------------------"); DriverManagerDataSource ds =...

Not working with Junit 5. Pls add support for Junit 5

EasyMock with its version 4 added support for Generics to get rid of Annoying Unchecked Warning while mocking types with Generics Involved. So we expect the same with Mockito, in...

enhancement

I have to capture argument of multiple calls to List.add(index, item) which returns null. I tried with below snippet, but mockito is failing to do so with TooManyActualInvocations. If 1....