bugfixes+reduced footprint
- reduced overuse of threadlocal consuming memory in apps using many threads
- reduced size of cached class metadata drastically
- consumption of permspace is bounded now (increased with each fstconfiguration instance before)
- performance improvements
- fixed a classloader issue in json codec
- minor misc fixes