Jordi Llach

Results 6 issues of Jordi Llach

Actually I think that while developing NodeJVM you faced the same question, https://github.com/graalvm/graaljs/issues/12 :) I am developing a proof of concept based on NodeJVM and the ability to launch a...

After upgrading to stagemontor-0.87.2, in order to be able to use ES6, we've seen that some parts of the Grafana's request metrics dashboard seem empty/broken. The error detailed message is...

EhCachePlugin tries to call a method that does not longer exist in EhCache ``` Caused by: java.lang.NoSuchMethodError: net.sf.ehcache.Cache.setStatisticsEnabled(Z)V at org.stagemonitor.ehcache.EhCachePlugin.initializePlugin(EhCachePlugin.java:46) ``` In fact this method was removed from 2.6.9 onwards

Suggestion, integrate Apache Camel in order to facilitate EE solutions that need to use EIP and deal with a broad range of protocols not supported by a default EE container...

new sample

I am using GraalVM's node to launch a Java application, the primary js is loading the Java application and both share a java.util.concurrent.LinkedBlockingDeque which is used to "send/share" tasks to...

bug
memory

In https://github.com/joelittlejohn/embedmongo-maven-plugin/issues/48 an easier way to import collections has been implemented, but I also think that being able to point to a "directory" instead of a single file(or list, whatever)...