Harald Aamot
Harald Aamot
This issue is also present with springfox 3.0.0 and Spring Boot 2.5.2, and the dirty workaround does not work there anymore.
Hi @gururajsh , my project is having the same issue. We have a timeout of 300 seconds defined and I can confirm that an application startup will NOT take longer...
I have been able to mitigate the issue by adding the --no-wait flag. ``` cf restart MY_APP --strategy rolling --no-wait ``` After that I can observe with ``` cf app...
Hi @grantkl , at least with running on node directly I was able to connect to a clustered redis instance in AWS and visualize it. ``` redis-commander \ --cluster-no-tls-validation\ --is-cluster...
Hi @o-liver , go run main.go whitesourceExecuteScan does not come far enough.. any hint what I can do to test it? 
:-) I think I have learned a lot doing the same thing again. So I'll just check how you solved some issues that I had.. Cheers, Harald
This addresses https://issues.apache.org/jira/browse/OLINGO-1600 I think the version should get bumped to 5.0.0 (as moving to Jakarta / SB 3.0 requires adoption for a consuming project). But to be future-proof I...
Hi @eduardoraupp , I am planning to perform a review of your PR and might propose some changes for Discussion. I will fork from your repo and open a PR...
Hi @gnodet , I have been able to to make the Annotations identical (added `@Inherited` and removed the boolean flag from `InjectMojo`). I was also able to backport the `@Basedir`...
Hi @artem-smotrakov , I am working on porting your OS project from JUnit4 to JUnit5. There are 3 things I would like to discuss with you: 1. setting the locale...