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

Change NamedFileElement#getFileModified to return an Optional<DominoDateTime> #311

Open jesse-gallagher opened 2 years ago

jesse-gallagher commented 2 years ago

Not all file design elements (XPages, for example) have this field, and so it would currently return null in those cases.

Since this is technically a breaking change, it will have to come with a version bump.