HCL-TECH-SOFTWARE / domino-jnx

Modern Domino Java API based on JNA access to Domino's C API
https://opensource.hcltechsw.com/domino-jnx/
Apache License 2.0
14 stars 3 forks source link

Fix for text list handling with empty string values + more than 32767 items #359

Closed klehmann closed 1 year ago

klehmann commented 1 year ago

Saving a document with more than 32767 text items throws an error "Document has invalid structure". Needs more tests and feedback from core dev.

FIXES #357