Tomasz Adamski

Results 19 comments of Tomasz Adamski

```gradle scmVersion{ tag { prefix = 'alerting-tester' } } project.version = scmVersion.version ``` , ```bash $ git tag | grep alerting-tester alerting-tester-0.1.0 alerting-tester-0.1.1 alerting-tester-0.1.2 alerting-tester-0.1.3 alerting-tester-0.1.4 alerting-tester-0.1.5 ``` and works...

A brief test shows it's twice as fast for our monorepo. 👍

Hi @cagnulein, if you're asking what my goal is, I want to create DIY Zwift click/play (e.g. based on ESP32) that would work directly with Zwift

Yeah, I know about the encryption. Thanks for the files. Would appreciate proper logs that I can put into Wireshark to analyse if someone else has access to them.

@hypnoce IMHO if there are no features we want to use in JAX-RS integration and it is backwards compatible (it's sane to assume it is) then there is no benefit...

Recently when I was working on Opentracing in Dropwizard project I noticed that jaxrs and servlet integrations do not play well together, i.e. jaxrs-integration spans are not children of servlet-integration...

@pavolloffay Shouldn't it be a concern of servlet filter and the developer who is using it? It won't enable servlet filter OOTB, my solution just improves coexistence of two integrations.

But, as @hypnoce said, it is a different issue than originally reported. I will create a separate ticket.