Skip to content

Conversation

@ThomasVitale
Copy link
Contributor

@ThomasVitale ThomasVitale commented Dec 1, 2025

  • Review nullability of DoclingDocument and related APIs in ConvertDocumentResponse.
    • Based on the Docling API, ensure each nullable field is marked as @Nullable.
    • For collections, adopt the same pattern used in Docling Serve and Docling Client so that null collections are deserialised into empty collections.
    • For boolean, use base type instead of wrapper to ensure a false default as in the Docling Core API project.
    • For numerical properties, keep using wrappers as the defaults might change.
  • Use Docling Serve 1.9.0 as the default image to ensure compatibility covers up to the latest version.

Fixes gh-129

* Review nullability of DoclingDocument and related APIs in ConvertDocumentResponse.
* Use Docling Serve 1.9.0 as the default image to ensure compatibility covers the latest version.

Fixes gh-129

Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
@github-actions
Copy link

github-actions bot commented Dec 1, 2025

TestsPassed ✅SkippedFailed
Gradle Test Results (all modules & JDKs)336 ran336 passed0 skipped0 failed
TestResult
No test annotations available

@github-actions
Copy link

github-actions bot commented Dec 1, 2025

HTML test reports are available as workflow artifacts (zipped HTML).

• Download: Artifacts for this run

@edeandrea edeandrea merged commit 358e267 into main Dec 1, 2025
21 checks passed
@edeandrea edeandrea deleted the gh-129 branch December 1, 2025 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Review nullability of DoclingDocument

3 participants