Darr Mirr
Darr Mirr
Please, fix this bug, because Spring Framework expects annotation `@RequestMapping` on type-level and start to register request mapping for such class. Such bug make impossible to use Feign client due...
Hello @welshm. Thank you for response and link to [#13546](https://github.com/OpenAPITools/openapi-generator/pull/13546). I think it solve this issue.
Hello @djechelon. Maybe [Chained sql queries](https://darrmirr.medium.com/introduction-to-dbchange-junit-extension-7995a5a639e7#:~:text=for%20DbChangeMeta%20too.-,Chained%20sql%20queries,-Let%E2%80%99s%20see%20on) feature of DbChange JUnit extension helps you to manage with this issue? You can use `@Sql` Spring Framework feature for tests where there are...
Hi! I have same issue with local port forward. I suppose that issue appears due to `SocketStreamCopyMonitor` class. When you invoke `listen()` method then instance of `LocalPortForwarder.DirectTCPIPChannel` class is created...
Hello! Class `SocketStreamCopyMonitor` is created as anonymous one. Personally I believe the easiest way is [Shutdown Hooks API.](https://docs.oracle.com/javase/8/docs/technotes/guides/lang/hook-design.html) Also you can change condition of infinite loop. I think daemon threads...