jkot

↗ HN profile [ 45.1 ms ] full profile
Karma
2,164
Created
December 30, 2014 (11y ago)
Submissions
0
  1. Hi, I work on an embedded database engine for Java. One of the things it provides are Java collections outside heap, not limited by Garbage Collector. One of my projects is using Hazelcast. But Hazelcast is limited by…

  2. Just a small tip. By default maven downloads jar files over insecure http. That makes it easy to inject executable code and other nasty stuff. There is simple workaround to use HTTPS. Put this into ~/.m2/settings.xml:…