Results 7 comments of Ivan Daschinskiy

@ewencp Hi, Ewen >> Did one of the cases not using DucktapeJSONEncoder cause a problem? Currently, if you try to use object in @parametrize, test will fail. Namely, we use...

@ewencp Hi, I changed my PR as you suggested (second variant). Could you please look at it again?

@ewencp Hi, could you please review this small patch?

@ewencp Could you please review my change?

Hi, yes, ignite supports running on jvm 15 and higher You should add this to jvm options: ``` --add-opens=java.base/jdk.internal.misc=ALL-UNNAMED \ --add-opens=java.base/sun.nio.ch=ALL-UNNAMED \ --add-opens=java.management/com.sun.jmx.mbeanserver=ALL-UNNAMED \ --add-opens=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED \ --add-opens=java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED \ --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED \...

If ignite is started using "ignite.sh", it will work as is, just tested on openjdk 17.0.6. If ignite is embedded, it is required to add these options to the application's...