> From: "Kumar Ashish" <kr.ashish8...@gmail.com> > To: jigsaw-dev@openjdk.org > Sent: Monday, August 8, 2022 11:17:59 PM > Subject: [JEP 403] Use case for a new standard replacement
> Hi, > I have been using [ https://github.com/uber/cadence-java-client | > https://github.com/uber/cadence-java-client ] in my service, and it contains > two illegal access operations. I am trying to upgrade to java 17 in my > service, > but am unable to do so because of these operations. These operations have been > mentioned in this issue, [ > https://github.com/uber/cadence-java-client/issues/647 | > https://github.com/uber/cadence-java-client/issues/647 ] . I am not sure if > this has already been queried but what should I do to solve this? Hi, if you control the command line, you can use --add-opens, something like --add-opens java.base/java.lang=ALL-UNNAMED > Regards, > Kumar Ashish Rémi