Fabian Lange
Fabian Lange
@thomasdarimont I created #16 - does that work for you? then I will merge it.
I would not like to include such launch configurations. they break all the time. Also please use separate branches for PRs, otherwise subsequent PRs will contain older commits.
We have a case where the parser fails on this statement which extracts env variables from host headers: ``` server_name ~^(?.+)\.example\.com$; ``` looks likely to be related
yes, it does not change a thing. it is still a normal jar file as before, the only difference is that the plugin will generate the above manifest.mf automatically. one...
@odiszapc what is your concern merging this?
the downside of post-processing is that the field needs to be mutable, ideally when my `Animal` is constructed, the `type` String argument is already deduplicated, so the field can be...
makes sense to me. I am wondering however if it could be a generic canonicalization, or if it depends on the use case and maybe would be better implemented as...
no objects are really bad, but I assumed that it would be possible to avoid the object here. I would see more challenge in avoiding the Entry objects, that why...
This is about the incoming SpanContext correct? The OT API is only: io.opentracing.SpanContext.baggageItems() so the problem here is that because the Filter/Extractor does not know what the vendor uses to...