Jonas Fredin
Jonas Fredin
**Describe the bug** When using the $env:ENVIRONMENT_VARIABLE_NAME syntax in the collector configuration a string with numbers only starting with zero is interpreted as a number. **Steps to reproduce** https://github.com/rassmate/opentelemetry-collector/commit/855679d1b20f46b214f2389d590ee79573617337 **What...
Implement support for@FormParam and @HeaderParam inside an @BeanParam annotated class for outgoing requests. ``` @POST Observable postData(@BeanParam SomeObject); private class SomeObject { @HeaderParam("testHeader") private String testHeader; @FormParam private String formParam;...