Fabian Lange
Fabian Lange
this fixes my problem in #11
Take this perl function which should strip a password out of the url: ``` perl_set $strippw ' sub { my $r = shift; my $uri = $r->uri; return $uri if...
This changes the generated manifest to be OSGi compliant. declaring all imported and exported packages. No other changes in any of the compiled classes ``` Manifest-Version: 1.0 Bnd-LastModified: 1460299170325 Build-Jdk:...
There are many use cases where the json to be deserialized contains pseudo enumeration values as string. Take a look at these examples ``` { "type": "cat", "name": "Toby"} ```...
I am currently investigating a garbage issue created by an application using pcollections a lot. What I observed is that Iteration over an IntTree allocates plenty of Integers, as seen...
Right now the agent requires a MBean to control it. I prefer this solution but there might be exotic cases where a mbean doesn't work. In that case an "auto"...
The current code works, but I think we could do better.