Fork me on GitHub
#midje
<
2020-04-16
>
Ramon Rios16:04:06

I'm getting this error when i running midje on my gitlab

WARNING: An illegal reflective access operation has occurred
788 WARNING: Illegal reflective access by clojure.lang.InjectedInvoker/0x0000000800b75040 (file:/builds/filepath/clojure/clojure/1.10.1/clojure-1.10.1.jar) to method .apache.xerces.internal.jaxp.SAXParserImpl.parse(org.xml.sax.InputSource,org.xml.sax.HandlerBase)
789 WARNING: Please consider reporting this to the maintainers of clojure.lang.InjectedInvoker/0x0000000800b75040
790 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
791 WARNING: All illegal access operations will be denied in a future release

Ramon Rios16:04:35

I know that i need to add a flag to it, but i 'm trying to add it on my testing

Ramon Rios16:04:46

Do you faced this issue before?