JVM Arguments not working for JDK11

2020-06-03 Thread Ankit Tomar
Hi Team, I am trying to pass jvmArguments in plugin but they are not working. We are using embedded cassandra in our application and it tries to access JDK's internal classes and after JDK 11 Java has put strict checks on internal class access using reflection . There is one work-around for it tha

Re: JVM Arguments not working for JDK11

2020-06-03 Thread Ankit Tomar
Missed plugin name, I am using appassembler-maven-plugin I have tried and but both are not working Thanks & Regards, Ankit On Wed, Jun 3, 2020 at 6:39 PM Ankit Tomar wrote: > Hi , > > Please suggest how to pass these arguments to the plugin. > > On Tue, Jun 2, 2020 at 11:13 PM Ankit Tomar >

JVM Arguments not working for JDK11

2020-06-03 Thread Ankit Tomar
Hi , Please suggest how to pass these arguments to the plugin. On Tue, Jun 2, 2020 at 11:13 PM Ankit Tomar wrote: > Hi Team, > > I am trying to pass jvmArguments in plugin but they are not working. > We are using embedded cassandra in our application and it tries to access > JDK's internal clas