Ruslan Stelmachenko
Ruslan Stelmachenko
After reading the documentation and javadocs for 3.0.x, it's still unclear what the difference between the new `@AutoConfiguration` annotation and old `@Configuration` annotation. It's clear that `@AutoConfiguration` is meta-annotated with...
Currently the ordering of `@UseFreemarkerSqlLocator` and `@UseFreemarkerEngine` annotations on a type or a method **matters**, while I believe it should not. When `@UseFreemarkerEngine` comes before `@UseFreemarkerSqlLocator`, then the result is...
SnakeYaml 2.0 solved the unsafe deserialization vulnerability by changing the default behavior of constructed `Yaml` instance to restrict types which can be instantiated during deserialization. This behavior made impossible to...
DBRider v1.41.0 When `cacheConnection` dbunit property is set `false` and `@BeforeAll` method is present together with `@DataSet` on it, then the 2nd executed test method tries to use the **closed...
### Vue devtools version 6.6.1 ### Link to minimal reproduction https://www.walutomat.pl/ ### Steps to reproduce & screenshots 1. Open https://www.walutomat.pl/ in the `Chrome` with `Vue.js Devtools` installed. 2. Try to...
**Expected Behavior** Usually term `baseUri` means an URI **prefix**. E.g. in `oauth2Login.authorizationEndpoint` configurer there is `baseUri(..)` method that actually sets base URI of the autorization endpoint. `OAuth2AuthorizationRequestRedirectFilter` will match all...
**Describe the bug** The setting `Auto Reapply (s)` allows to set custom interval (default is `3`), but whatever value is set here, after app is restarted, the value returns to...
Fixes #364, #366. This pull request has changes equal to #365 and #368, but includes tests to prove the changes works.
When `Base64.decode(CharSequence in)` decodes a string, in some cases for "bad" strings in throws `IllegalArgumentException`: https://github.com/patrickfav/bytes-java/blob/e622b3b4dfe0bca2b65d2dcd6dae78441ee2961a/src/main/java/at/favre/lib/bytes/Base64.java#L92 , but in other cases it returns `null`. https://github.com/patrickfav/bytes-java/blob/e622b3b4dfe0bca2b65d2dcd6dae78441ee2961a/src/main/java/at/favre/lib/bytes/Base64.java#L108-L110 This makes the method harder...
I often catch myself on trying to create a module like this: `yo ng-poly:module components.auth` and each time this creates not what I need. I expect to creating module `components.auth`...