Semyon Levin

Results 22 issues of Semyon Levin

### What would you like Renovate to be able to do? Our projects uses `io.confluent:kafka-avro-serializer` dependency from https://packages.confluent.io/maven/ repository. The problem is that this repository has some dependencies that we...

type:feature
help wanted
priority-4-low
manager:gradle

## Description I'd like to test that my exceptions and handled correctly and `application/problem+json` response is returned. For that, I write tests annotated with `@WebMvcTest`. ## Expected Behavior Auto-configurations from...

Bug

I'm trying to use mfaws and getting this error: ``` InvalidParameter: 1 validation error(s) found. - minimum field size of 9, GetSessionTokenInput.SerialNumber ```   Steps to reproduce: 1. Download the latest...

We have different kinds of tests in our project: * unit - `test` source set * integration - `integrationTest` source set * functional - `functionalTest` * etc How can we...

feature

Can this plugin generate sources for `testFixtures` source set that is created by [`java-test-fixtures` plugin](https://docs.gradle.org/current/userguide/java_testing.html#sec:java_test_fixtures)?

feature

The latest commit was done on March 1, 2019. Is the project alive? Are new JDK versions supported?

[Bintray is read-only now ](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/), so more and more projects are moving away from it. For example, [Gradle deprecated JCenter (which is a part of Bintray) usage](https://github.com/gradle/gradle/issues/16018). Could you please...

In our code, we have a lot of DTOs like this: ```java @lombok.Value @lombok.Builder class Entity { String requiredField; @lombok.Builder.Default String requiredFieldWithDefaultValue = "default value"; } ``` For the provided...

I have this plugin error in logs: ``` java.lang.IllegalArgumentException: Argument for @NotNull parameter 'checkstyleVersion' of org/infernus/idea/checkstyle/config/PluginConfiguration. must not be null at org.infernus.idea.checkstyle.config.PluginConfiguration.$$$reportNull$$$0(PluginConfiguration.java) at org.infernus.idea.checkstyle.config.PluginConfiguration.(PluginConfiguration.java) at org.infernus.idea.checkstyle.config.PluginConfigurationBuilder.build(PluginConfigurationBuilder.java:146) at org.infernus.idea.checkstyle.config.PluginConfigurationManager.getCurrent(PluginConfigurationManager.java:47) at org.infernus.idea.checkstyle.checker.PsiFileValidator.isInSource(PsiFileValidator.java:68)...