atiaomar1978-hub commented on PR #25507:
URL: https://github.com/apache/camel/pull/25507#issuecomment-5412525321
_AI-generated on behalf of atiaomar1978-hub_
Addressed @davsclaus latest review (commit `32956dfb`):
**Java DSL rename**
- Replaced nested `main.configure().ai().observability()` with
`main.configure().aiObservability()`, consistent with other Main config groups
(`errorRegistryConfig()`, `routeControllerConfig()`, etc.).
- Removed the `AiConfigurationProperties` wrapper;
`AiObservabilityConfigurationProperties` now attaches directly to
`MainConfigurationProperties`.
- Updated docs, upgrade guide, and regenerated catalog metadata.
**Tests run locally (green):**
```
./mvnw -pl
core/camel-main,components/camel-ai/camel-ai-observability-api,components/camel-ai/camel-ai-observability,components/camel-ai/camel-langchain4j-embeddings,components/camel-spring-parent/camel-spring-ai/camel-spring-ai-chat,catalog/camel-catalog
-am test \
-Dtest=AiObservabilityConfigurationPropertiesTest,GenAiModelResolverTest,LangChain4jEmbeddingsObservabilityTest,SpringAiChatObservabilityTest,GenAiObservabilityTest
```
Ready for re-review when CI is green.
--
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]