Hosam Aly
Hosam Aly
I was having the same intermittent issue as well, sometimes manifesting as `undefined method `rows`` and others as `Mysql2::Error: MySQL client is not connected: BEGIN`. Sometimes the test suite hangs...
We faced this issue as well. I was also under the impression that `failOnError` should control all kinds of errors from the plugin. If `failOnError` is not the right configuration...
I think I found a workaround that works with rswag 2.8, although it's probably the most unusual code I've ever written! Using a parameter whose name is the empty string,...
Related to #749
There is a fix in #22
I confirm that @hesselapplications's workaround works. I used a simpler configuration: ```groovy openApi { customBootRun { workingDir = file(layout.buildDirectory).createTempDir() } } ```
This issue looks like a duplicate of #120. There is a suggested workaround there that I used successfully.
This issue probably applies to the development log file as well. It should be solvable using: ```ruby Spring.after_fork do Rails.logger.reopen end ```
@bnasslahsen I submitted a PR to address this issue. How do you feel about it?
It looks like 2.0.0-beta1 removed logging support altogether in commit 40bfa340bb back in January. Any idea when it might return?