Yeikel

Results 184 issues of Yeikel

Examples : ```java /** * Writes a String to a file creating the file if it does not exist using the default encoding for the VM. * * @deprecated 2.5...

good first issue
recipe

Relevant : https://mail.openjdk.java.net/pipermail/core-libs-dev/2021-September/081364.html https://stackoverflow.com/questions/63783474/what-is-the-use-of-serial-annotation-as-of-java-14

recipe

Follow up recipe for `org.openrewrite.java.cleanup.IsEmptyCallOnCollections` https://commons.apache.org/proper/commons-collections/apidocs/org/apache/commons/collections4/CollectionUtils.html#isEmpty-java.util.Collection- https://commons.apache.org/proper/commons-collections/apidocs/org/apache/commons/collections4/CollectionUtils.html#isEmpty-java.util.Collection-

recipe

There are many patterns to read all the contents of a `File` to a `String` All the methods below will throw OOM if the file is larger than the available...

uses-dataflow
recipe

> Regardless of the logging framework in use (logback, log4j, commons-logging, java.util.logging, …​), loggers should be: > > private: never be accessible outside of its parent class. If another class...

recipe

For Log4j 2, it should : - Replace `org.apache.logging.log4j:log4j-slf4j-impl` with `org.apache.logging.log4j:log4j-slf4j2-impl`. See https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/index.html - Upgrade slf4j to 2.1 or higher - Upgrade log4j to 2.19.0 or higher

recipe

Updating the dist manually is a hassle. I'd be nice if we had some sort of automation to update the pull request Dist when there are new changes

enhancement

Hi team, I cannot pull this dependency into my environment due to `sonatype-2018-0590` Could you please update the dependencies? See https://github.com/mozilla/rhino/issues/479

Considering the project is moving relatively fast , we should keep different branches with the appropriate versions for the examples