samyc1201

Results 3 issues of samyc1201

while I changed the codec to `JsonJacksonCodec`, I got this error: `Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of org.hibernate.cache.spi.entry.StandardCacheEntryImpl (no Creators, like default construct, exist): cannot deserialize from Object value...

I am using JavaFX WebView to load a set of local HTML file: ``` public void start(Stage stage) { WebView webView = new WebView(); URL url = Thread.currentThread().getContextClassLoader().getResource("demo/index.html"); System.out.println("url =...

I encounter some sort of reflection issue when I am using plugin 2.x version, I can't find a way to configure in gradle in order to force GraalVM to prepare...