Olegus Testerovichus
Olegus Testerovichus
jcommander-1.78 
**Parameters Class** ``` @Parameters(commandNames = {"rp", "reportportal"}, commandDescription = "ReportPortal configuration") public class ReportPortal { private static final String H = "-h"; private static final String HOST = "--host"; private...
Why can't I get a raw response using retrofit? ``` @GET("/api/service/live") Response liveCheck(); ``` I implemented `retrofit2.CallAdapter.Factory` and a converter specifically for getting a raw response, however I got an...
v1.0.27 External files specified in the "$ref" parameter are not resolved. Adding the "Resource root" mark does not solve the problem.  In the swagger UI, everything is displayed correctly.
When inheriting from the `AllureJunitPlatform` class, it is not possible to change the logic of the implementation of auxiliary methods 
### TestNG Version testng-7.0.0-beta1 ### 1 Expected behavior (? class status mapper for TestNG) #### For example enum class ``` java public class Example1 { public interface ITestResultStatusMapper { T...
`jCommander.parse(args)` throw ParameterException("Password parameter must have at most 1 argument.") when processing multiple fields marked as `password`  
image: reportportal/service-api:5.11.0  [Code link](https://github.com/reportportal/commons-dao/blob/b2c73acfdbd0dd07bcd5f790f1e1bb61eeaa7dc3/src/main/java/com/epam/ta/reportportal/config/DataStoreConfiguration.java#L175) to problem `@Bean` ``` Caused by: java.lang.IllegalArgumentException: Empty key at java.base/javax.crypto.spec.SecretKeySpec.(SecretKeySpec.java:107) at org.jclouds.encryption.internal.JCECrypto.hmac(JCECrypto.java:73) at org.jclouds.encryption.internal.JCECrypto.hmacSHA1(JCECrypto.java:90) at org.jclouds.s3.filters.RequestAuthorizeSignatureV2.sign(RequestAuthorizeSignatureV2.java:181) at org.jclouds.s3.filters.RequestAuthorizeSignatureV2.calculateSignature(RequestAuthorizeSignatureV2.java:171) at org.jclouds.s3.filters.RequestAuthorizeSignatureV2.filter(RequestAuthorizeSignatureV2.java:125) at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:90) at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:91)...

'com.epam.reportportal.service.LaunchImpl.finish(FinishExecutionRQ)' FinishExecutionRQ contains filled description field The request is carried out without errors Description is not filled in the launch   