Emily Jiang
Emily Jiang
Is the property `otel.experimental.sdk.enabled` on the whole an experimental? If yes, when will it be stable? If not, why use the word `experimental`?
**Is your feature request related to a problem? Please describe.** MicroProfile community would like to adopt OpenTelemetry tracing not the metrics for the immediate future. At the moment, the opentlelemetry-api...
Can you release arquillian 1.7 as MicroProfile 5.0 would like to consume it to work with Jakarta EE 9? I am aware there were some updates went in for upgrading...
As a developer, I would like to have the out of box converters for AtomicInteger and AtomicLong so that I can directly convert a string to these types. I can...
In this documentation, it suggests `gradlew libertyRun --no-daemon` can be terminated by ctrl+C. As a matter fact, ctrl+c does not terminate the process. The way to terminate the process is...
In CDI spec, the context propagation was not addressed in the spec. The original ticket was raised: > Key: CDI-587 > URL: https://issues.jboss.org/browse/CDI-587 > Project: CDI Specification Issues > Issue...
A frequent request for CDI is to replace EJB as CDI is becoming more and more popular and widely adopted. CDI covers many EJB functionalities with a much easier framework....
This project needs to address the comments regarding copyright. https://github.com/jakartaee/cdi-tck/pull/522#issuecomment-1887267172
The current Dockerfile just copies server.xml but ignores server.env and bootstrap.properties. As a consequence, the variables used in server.xml are not replaced or normalised. It is much better to copy...
From Tomas: Find a way to resolve the following usecase: Yaml config like this: ``` sockets: - name: name1 port: 80 - name: name2 port: 9090 address: “192.168.1.1" ``` API...