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

   ## Summary
   
   _Claude Code on behalf of Andrea Cosentino_
   
   - Bumps `ai.docling:docling-serve-client` from 0.4.7 to 0.5.0
   - Adapts code to API breaking change: `ConvertDocumentResponse` is now a 
sealed abstract class with `InBodyConvertDocumentResponse` as the subclass 
containing the `getDocument()` method
   - Uses `instanceof` pattern matching to handle the polymorphic response type 
in `DoclingProducer.extractDoclingDocument()` and 
`DoclingProducer.extractConvertedContent()`
   - Updates unit test `DoclingAsyncConversionTest` to use 
`InBodyConvertDocumentResponse.builder()`
   
   Supersedes #22139 (Dependabot PR with compilation errors).
   
   ## Test plan
   
   - [x] Unit tests pass (46 tests, 0 failures)
   - [x] Code formatted with `mvn formatter:format impsort:sort`
   - [ ] CI integration tests (disabled on GitHub Actions due to resource 
constraints)
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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