Mattias Severson

Results 9 issues of Mattias Severson

I would like to use `asciidoctor/docker-ascidoctor` as a [GitHub Action](https://docs.github.com/en/actions) so that I can render my documentation automatically when pushing changes to GitHub. Then another GitHub Action can publish the...

enhancement

## Documentation Issue This repository does not have any open source license attached ## Improvement Suggestion Add a `LICENSE` file with an appropriate license, e.g. `Apache-2.0` since that is [used...

This commit upgrades the Java version in the project to version 11. Java 8 has been EoL (End of Life) for some time so it make sense to upgrade to...

## What happened? Upgrading Gradle wrapper to version 8.5 does not currently work: ```bash ./gradlew wrapper --gradle-version 8.5 FAILURE: Build failed with an exception. * Where: Build file '/Users/mseverson/Projects/palantir/palantir-java-format/gradle-palantir-java-format/build.gradle' line:...

Java 21 / [JEP 441 : Pattern Matching for switch](https://openjdk.org/jeps/441) code result in `com.palantir.javaformat.java.FormatterException` ## What happened? This method compiles using JDK 21: ```java class Example { static String test(CharSequence...

Please add some recommendations and a working example of a `rollbar-reactive-streams-reactor` to the list of [java examples](https://docs.rollbar.com/docs/java) on your docs page. Questions that comes to mind are what happens if...

React

The `set-env` and `add-path` commands were [deprecated](https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/) the other week. Consequently, two warnings are generated when GitHub Actions execute `masa-iwasaki/[email protected]`. Please follow the instructions at [Setting an environment variable](https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable) and...

It would be good to be able to declare a third party dependency (either as `compile` or `testCompile` dependency) and be able to spawn it. The third party dependency may...

## What problem are you trying to solve? Add recipe for [JEP 441: Pattern Matching for switch](https://openjdk.org/jeps/441) to improve Java 21 migration (and possibly also for the related [JEP 440:...

enhancement
recipe
java 21+
parser-java