davsclaus opened a new pull request, #25469:
URL: https://github.com/apache/camel/pull/25469

   ## Summary
   
   - Bump `opentelemetry-version` from 1.64.0 to 1.65.0 and 
`opentelemetry-alpha-version` from 1.64.0-alpha to 1.65.0-alpha
   - Add `opentelemetry-bom-alpha` import to `camel-opentelemetry-metrics`, 
`camel-opentelemetry2`, and `camel-test-infra-jaeger`
   
   **Root cause of #25434 failure:** `opentelemetry-sdk-metrics:1.65.0` now 
contains compiled references to `BoundDoubleHistogram` and 
`BoundLongUpDownCounter` from `opentelemetry-api-incubator`. The stable 
`opentelemetry-bom` does not manage the incubator artifact, so the transitive 
incubator version (1.64.0-alpha via the instrumentation library) lacked those 
classes, causing `NoClassDefFoundError` at test time. Adding the 
`opentelemetry-bom-alpha` import aligns the incubator to 1.65.0-alpha where 
these classes exist. `camel-opentelemetry` already had this alpha BOM import.
   
   Supersedes #25434.
   
   ## Test plan
   
   - [x] `mvn verify` passes on `camel-opentelemetry-metrics`
   - [x] `mvn verify` passes on `camel-opentelemetry2`
   - [x] `mvn verify` passes on `camel-opentelemetry` (already had alpha BOM)
   - [ ] CI build passes
   
   _Claude Code on behalf of davsclaus_
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)
   
   Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to