Skip to content

Domino JNA for XPages

Pre-release
Pre-release
Compare
Choose a tag to compare
@klehmann klehmann released this 23 Jun 10:06
· 377 commits to master since this release
  • Added MIMEStream.getMIMEReader(...) to get a Java Reader to read raw MIME data; fixed MIMEStream GC issue (duplicate handle detected) cd82161
  • Added NotesNote.send() to send a note via email 6d95536
  • Added IDUtils.isIDInVault() 1e134fa
  • Added Navigate.NAVIGATE_AUTOEXPAND_SELECTED to automatically expand entries in the selected list IDTable when navigating a collection (used in the Notes.jar ViewNavigator code to work with expand/collapse lists when navigating categorized views) 75db2e4
  • Added some more NIF navigation constants for special cases d51b3a0
  • Added alternative handle collection/disposal method NotesGC.initThread() instead of NotesGC.runWithAutoGC(Callable). Useful in async servers like vert.x where the GC contexts should be kept valid between code invocations. Make sure to dispose the returned DominoGCContext even in error conditions or you will create a resource leak! 94255e5
  • fixed alignment issue on Mac/64bit when reading owner-names of schedules 43494ce 3a6b5e2

Breaking change:
NotesCollection.locateNote()now has a parameter for the last known position. This one is required to find the nearest new position of a note after a view index update, based on the last position (important if the note appears multiple times in the view). 75db2e4