koalalam
koalalam
+1 Any update on this please?
IMO, a `from` method to initialize the builder would be particularly useful in inheritance use case. For example: ```java @Immutable public interface Parent { String a(); } @Immutable public interface...
Any ETA on this? In short term, do you consider using a newer version of Guava? Version "29.0-android" is a bit old and comes with vulnerability. https://mvnrepository.com/artifact/com.google.guava/guava https://github.com/census-instrumentation/opencensus-java/blob/master/build.gradle#L165
Any update on this? This another rule [DefaultPackage](https://pmd.github.io/pmd-6.45.0/pmd_rules_java_codestyle.html#defaultpackage) which is depreciated seems to handle JUnit5 correclty.
@Vampire , I switched using Gradle's `java-platform` plugin but one use case I have recently could move it back to Spring Dependency plugin which is the ability to easily define...