Paul Polishchuk
Paul Polishchuk
If json has time field represented as number of milliseconds `InstantConverter` failed to deserialize it ``` java.time.format.DateTimeParseException: Text '1472545956124' could not be parsed at index 0 ```
We've found the lib very useful, thanks for it! Unfortunately, there is one thing which prevents it to be used with `org.springframework.web.bind.annotation.ControllerAdvice` exception handling contrroller from spring-mvc Every time the...
This code should pass the check (Now it fails): ``` java @SuppressWarnings( { "PMD.TooManyMethods", "PMD.ExcessiveImports", "PMD.AvoidDuplicateLiterals" } ) public final class Test {} ``` ``` ')' have incorrect indentation level...
```java Oct 05, 2018 11:10:03 AM net.sourceforge.pmd.RulesetsFactoryUtils getRuleSets SEVERE: Ruleset not found net.sourceforge.pmd.RuleSetNotFoundException: Can't find resource 'category/java/errorprone.xml' for rule 'AvoidDuplicateLiterals'. Make sure the resource is a valid file or URL...
``` [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe...
Let's publish coverage data to `coveralls.io`, using `coveralls-maven-plugin`. This is how it was done in Takes: yegor256/takes#384 The secret token should come as a parameter
Not sure if the title is meaningful (feel free to rename it :)) Suppose we have a type `Book` declared as ``` type: object properties: bookId: type: StringId description: Book...
Good day! Trying to user Riltor to perform a release of https://github.com/maven-download-plugin/maven-download-plugin The release procedure has stuck on `maven-gpg-plugin:sign-artifacts` execution ``` [INFO] --- maven-gpg-plugin:1.1:sign (sign-artifacts) @ download-maven-plugin --- GPG Passphrase:...
Good day! Faced with this exception ```java annotator: org.mule.tooling.lang.raml.annotator.RamlAnnotator@4e6421a2 (class org.mule.tooling.lang.raml.annotator.RamlAnnotator) java.lang.ClassCastException: org.raml.yagi.framework.nodes.snakeyaml.SYStringNode cannot be cast to org.raml.yagi.framework.nodes.ArrayNode at org.raml.v2.internal.impl.v10.grammar.AuthorizationUriRequiredField.isRequiredField(AuthorizationUriRequiredField.java:31) at org.raml.yagi.framework.grammar.rule.KeyValueRule.isRequired(KeyValueRule.java:197) at org.raml.yagi.framework.grammar.rule.ObjectRule.apply(ObjectRule.java:256) at org.raml.yagi.framework.grammar.rule.KeyValueRule.apply(KeyValueRule.java:171) at org.raml.yagi.framework.grammar.rule.ObjectRule.apply(ObjectRule.java:234) at org.raml.yagi.framework.grammar.rule.AnyOfRule.apply(AnyOfRule.java:110)...
Faced with this issue on travis-ci https://travis-ci.org/teamed/qulice/jobs/393331163#L460-L465 and reproduced locally ```bash jdk_switcher use openjdk8 Switching to OpenJDK8 (java-1.8.0-openjdk-amd64), JAVA_HOME will be set to /usr/lib/jvm/java-8-openjdk-amd64 update-java-alternatives: plugin alternative does not exist:...