Leonid Vygovskiy
Leonid Vygovskiy
I try to make mvn clean verify in just downloaded master branch. Build is broken by failed tests with common error: ``` melnorme.lang.ide.core.text.TextSourceUtil_Test Time elapsed: 0.002 sec
Sprint Security 5.7.2. I have simple method with authentication principal and instead of principal get empty object. ```kotlin @GetMapping("/me2") fun me2(@AuthenticationPrincipal user: User): User { return user } interface IUserInfo...
When I try to connect sem to project, I get error ``` $ sem version 0.20.1, commit 6d085216548573f503c9a36cb65a104ca9fdd912, built at 2020-05-14T10:35:48Z $ sem -v connect leonidv.semaphoreci.com 2020/08/14 08:07:05 GET https://leonidv.semaphoreci.com/api/v1alpha/projects...
Reasons: 1. Scala doesn't allow to extends case class from case class. 2. Coding into interfaces is good OOP practices