Ruslan Stelmachenko
Ruslan Stelmachenko
At this point I slightly out of the context of this task. @rstoyanchev Do you mean that `violation.getInvalidValue()` actually returns **wrapped** value, and that is why `getRejectedValue` can't just return...
What wrong with this PR (I mean why it isn't accepted)? I'm one of those folks that spent several hours of debugging to understand why the [documented](https://logback.qos.ch/access.html#jetty) behaviour of `logback-access`...
Thanks @joakime ! `CustomRequestLog` is good if it fulfill your requirements. But unfortunately, it doesn't have parity in functionality with `logback-access`. For example, what I need: - Full request/response headers...
Very interesting. Are there a library for that or something?
Why? If popup of PresenterB is visible now is still PresenterB is visible (even in background) so if user click back button he expected that PresenterA will be revealed. Not...
The trick is to put a non-windows `ssh` client (e.g. coming from MSYS2 or Git-for-Windows) into `PATH` environment variable of Windows OS. This way there is no need to uninstall...
Thanks! I agree about order of registering mappers. It is somewhat expected. Maybe unusual for annotations, but still makes sense to me. But with `@UseFreemarkerSqlLocator` and `@UseFreemarkerEngine` it is very...
Oh, interesting. Sorry for the confusion, then. Based on what you described @hgschmie I assume that `@UseFreemarkerSqlLocator` and `@UseFreemarkerEngine` should never be used together. They are designed to use one...
I have the same issue. Unfortunately, in my case the mentioned workaround do not work, as I use `dbunit.yml` to set `replacers` property, such as: ```yaml properties: caseSensitiveTableNames: true replacers:...
Hi @rmpestano, yes, of course, feel free to use it! And I'll try to open a PR. **Edit** We need to carefully introduce this fix, as it works with SnakeYAML...