[
https://issues.apache.org/jira/browse/TOMEE-4674?focusedWorklogId=1034266&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1034266
]
ASF GitHub Bot logged work on TOMEE-4674:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Aug/26 14:53
Start Date: 06/Aug/26 14:53
Worklog Time Spent: 10m
Work Description: rzo1 commented on code in PR #2898:
URL: https://github.com/apache/tomee/pull/2898#discussion_r3729856798
##########
itests/tomee-microprofile-itests/pom.xml:
##########
@@ -30,6 +30,11 @@
<packaging>jar</packaging>
<name>TomEE :: iTests :: TomEE MicroProfile</name>
+ <properties>
+ <opentelemetry.version>1.62.0</opentelemetry.version>
Review Comment:
Can we put (and manage) them in the root pom of TomEE?
##########
tomee/tomee-microprofile/mp-common/pom.xml:
##########
@@ -292,6 +292,12 @@
</exclusions>
</dependency>
+ <dependency>
+ <groupId>io.opentelemetry</groupId>
+ <artifactId>opentelemetry-sdk-extension-declarative-config</artifactId>
+ <version>1.62.0-alpha</version>
Review Comment:
Same as the comment above? Put it into root pom and dep manage it?
Issue Time Tracking
-------------------
Worklog Id: (was: 1034266)
Time Spent: 20m (was: 10m)
> Using otel.config.file in TomEE fails
> -------------------------------------
>
> Key: TOMEE-4674
> URL: https://issues.apache.org/jira/browse/TOMEE-4674
> Project: TomEE
> Issue Type: Bug
> Affects Versions: 11.0.0-M1
> Reporter: Jonathan Gallimore
> Assignee: Jonathan Gallimore
> Priority: Major
> Fix For: 11.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Following an update of OpenTelemetry to version 1.62.0, specifying an otel
> config file requires opentelemetry-sdk-extension-declarative-config which is
> not included in the server and results in this exception
>
> ```
> Caused by: io.opentelemetry.sdk.autoconfigure.spi.ConfigurationException:
> Cannot autoconfigure from config file without
> opentelemetry-sdk-extension-declarative-config on the classpath
> ```
--
This message was sent by Atlassian Jira
(v8.20.10#820010)