Felix Schumacher
Felix Schumacher
The option to fine tune tcp-keep-alive settings has been [backported to newer Java 8](https://bugs.openjdk.org/browse/JDK-8194298) versions (on Mac and Linux), but the API to set the socket options has been placed...
Optionally an include list, where the logic would be * if an include list (regex?) is given, the namespace *must* match the included item * if an exclude list (regex?)...
> Hi, I would personally like to be in the team that is testing and validating the Auto-Correlation feature in Jmeter. Developers - Please contact me privately anytime with any...
> Where are the installation and user operational instructions ? Thanks, Shay For building take a look at [CONTRIBUTING.md](https://github.com/apache/jmeter/blob/master/CONTRIBUTING.md). Instructions for this extension should be included in the PR. If...
Looks good (as always :)) I have a few questions, though. * Has the usage of the synchronized identitymap a major performance impact and should we try to get it...
Ant is still used to generate our docs. I think all xalan related stuff can be deleted safely.
Thanks for your work so far on this. Hopefully I will get time to look more into this. So far it looks good to me. In my tests, I added...
In normal times (no DST switch in the near future) the `dstOffset` method should return `0`. Can you tell me, where `dstOffset` is wrong? My tests seemed to be correct...
> > if you have a better version that works > > What do you mean by `works` ? The tests should pass all the time of the year. Currently...
> > Where do you read from the code, that I add 1 day or 24 hours? > > Ok. `TimeShift` function is using `java.time.Duration`, thus it always treats "day"...