Martin Bednář

Results 4 issues of Martin Bednář

Hi, I'm trying to create huge array of String (or Object): `val arr = LArray.of[String](10L + Integer.MAX_VALUE) ` or ` ClassTag tag = scala.reflect.ClassTag$.MODULE$.apply(String.class) def size = Integer.MAX_VALUE.longValue() + 10...

bug

this plugin doesn't work with new SonarQube versions - Version upgraded to release version 2.0.0 because it's not compatible with previous version - Plugin use new endpoint /qualitygates/project_status introduced by...

Hi, I can't found docker image on docker hub so I created one myself. PLJava from master branch and PostgreSQL 9.4. https://hub.docker.com/r/xxbedy/postgres-pljava/ Bedy