Debraj Manna

Results 7 comments of Debraj Manna

I also started getting a similar error on upgrading Intellij Ultimate to 2022.2.1 & `Save Action Plugin` version 2.3.0. ``` Got unexpected exception during formatting PsiJavaFile:PaymentMultiProcessor.java java.util.concurrent.ExecutionException: java.lang.IllegalAccessError: class com.google.googlejavaformat.java.JavaInput...

For now, the workaround that is working for me is to add the below options in `Custom VM Options` in Intellij ``` --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED...

Can someone please let me know if the issue that is being discussed here is similar to the one I am observing [here](https://stackoverflow.com/q/78105872/785523)?

In maven central I can see the below version. https://mvnrepository.com/artifact/de.ruedigermoeller/fst/3.0.4-jdk17 Does `3.0.4-jdk17` support JDK 17?

@subinataws I think docker compose should also be upgraded to at least 2.13.0. I have opened the below issue for this https://github.com/aws/aws-codebuild-docker-images/issues/588

@keilw ```java public static com.spotnana.proto.v1.common.Money protoMoney(double amount, String currency) { return protoMoney(FastMoney.of(BigDecimal.roundToScale5(amount), currency)); } ```

A more strong check I think can be added along with [Issue 7](https://github.com/rsdevigo/jungle/issues/7)