Hello folks. Is anybody here using Mockk with the ...
# mockk
s
Hello folks. Is anybody here using Mockk with the Eclipse Open J9 JVM?
t
oh you are bold, mockk is not tested on jvm 19 (I think, eg: https://github.com/mockk/mockk/pull/958/checks)
s
J9, not java 19 😉
t
🤦 blind me
s
if that helps: we are still on Java 11 though 😬
Our current setup has a bunch of tests that use PowerMock … but we would really really like to avoid such hustle. Meaning: we run Mockito for our Java stuff, without its special agent. Because all those “special” things don’t mix nicely with with the OpenJ9 JVM.