Zoltan Farkas

Results 11 issues of Zoltan Farkas

JwtParser parameters that get parsed are all String, can these be made to CharSequence? it would make this a bit more flexible...

For details on the rationale of this change please [see](https://issues.apache.org/jira/browse/AVRO-3135) PR adds the following unit test: TestSchemaSerializationHooks which should also be a good example for how the functionality can be...

Java

with fb-contrib 7.4.1 I get AI_ANNOTATION_ISSUES_NEEDS_NULLABLE for the following method: @Nonnull public String getProperty(@Nonnull final String key, @Nonnull final String defaultValue) { String strResult = getProperty(key); if (strResult != null)...

Special syntax/operators for scheduled async exec: func(...)@instant func(...)@*interval

Java FJP is a heavily optimized Thread Pool implementation which outperforms the legacy JDK thread pool and spf4j Lifo threadpool as shown by the beckmarks I have recently added to...

Currently a async method invocation can be done with: function(...)& sometimes we want to avoid the invocation overhead of a async call conditionally... something like this can be implemented: function(....)&(some...

This functionality is similar with Golang defer, java Try with resources, but it will be simpler to use. { auto(close) a = new FileInputStream(); auto(close) b = new FileInputStream(); }...

We can this way start/stop the profiler sampling, and have the profiler run only when we do something....

Should allow for trending object instances... The JVM can print this out, stdout can be captured automatically, data parsed and stored in a TSDB. Data can then be visualized with...