Jairton Junior

Results 2 comments of Jairton Junior

Would that be the cause of `new XMLHttpRequest() instanceof XMLHttpRequest; //false` ? I had some problems with it...

Hello. I am facing the same problem. Here's a simple test. https://github.com/jesjobom/applicationinsights-java-module-test module-info.java ```java module com.jesjobom { requires applicationinsights.core; //automatic module } ``` Error: ``` Caused by: java.lang.module.InvalidModuleDescriptorException: Provider class...