Date Name Downloads
Nov 28, 2022 12.0.2a 307
Nov 21, 2022 12.0.2 117
Jul 19, 2021 11.0.1 (Non-XSP Version) 225
Jul 19, 2021 11.0.1 220
Mar 31, 2020 11.0.0 (Non-XSP Version) 526
Mar 31, 2020 11.0.0 559
May 6, 2019 10.0.1 (Non-XSP Version) 438
May 6, 2019 10.0.1 416
Jan 3, 2019 10.0.0 (Non-XSP Version) Updated 222
Jan 3, 2019 10.0.0 Updated 178
Oct 15, 2018 10.0.0 (Non-XSP Version) 179
Oct 15, 2018 10.0.0 235
Feb 8, 2018 4.4.0 966
Feb 8, 2018 4.4.0 (Non-XSP Version) 143
Nov 13, 2017 4.1.2 359
Sep 29, 2017 4.2.1 375
Sep 29, 2017 4.2.1 (Non-XSP Version) 97
Sep 29, 2017 4.1.1 97
Sep 29, 2017 4.1.1 (Non-XSP Version) 65
Sep 20, 2017 4.2.0 163
Sep 20, 2017 4.2.0 (Non-XSP Version) 77
Sep 20, 2017 4.1.0 223
Sep 20, 2017 4.1.0 (Non-XSP Version) 77
Mar 15, 2017 4.0.0 601
Mar 15, 2017 4.0.0 (Non-XSP Version) 113
Mar 14, 2017 3.2.1 302
Mar 14, 2017 3.2.1 (Non-XSP Version) 103
Mar 8, 2017 3.2.0 259
Mar 8, 2017 3.2.0 (Non-XSP Version) 74
Jan 5, 2017 3.1.0 344
4.1.0
4.1.0
Sep 20, 2017
Apache License
223

NOTE: REQUIRES DOMINO 9.0.1 FP8

4.1.0 (Second 9.0.1 FP8 Release)

  • Additional Javadoc documentation added

  • Fix for Document.containsValue()

  • Fix for DocumentCollections.isEmpty()

  • Massive number of Graph bug fixes

  • Overhaul of Graph-based cross-NSF indexing

  • Change in how Xots tasks are initiated in order to support future task stat tracking

  • Addition of Actions to Graph REST API

  • EMBridgeMessageQueue extensions

  • Base needs variables for IDVault and UserID classes. Also needs GetCppObj(Base) method added in Nathan's branch Document _isNew visibility needed updating for Database class

  • FtDomainSearch method added to Database class

  • Xots getService() method visibility amended - making private is likely to break existing applications, including my own!

  • REST plugin pointed to 9.0.1 minimum version, onError amended to onUnknownError (as in core ExtLib 17)

  • Fix for a broken infinite loop guard in CData

  • Modified TypeUtils to convert null values to string as “” instead of “null”

  • Bundled Tinkerpop tweaked for Java 8 compilation

  • TestRunner tweaked for Java 8 compilation

  • Adding catch in XspOpenLogErrorHolder for developer passing SSJS function as “this”

  • OpenLog updates from XPages OpenLog Logger M7.0

  • Additional Session methods - getServerNameAsName(), getServerNameAbbreviated(), createBlankDatabase(), createBlankDatabaseAbsolutePath()

  • Fix for ViewEntry.getMetaversalId()

  • Fix for DominoUtils.escapeForFormulaString, needs to replace “” with “"

  • Additional development of DesignColumn class

  • Additional development of DesignBase class

  • Additional methods on Agent class to get whether agent is profiled, enums and methods for target and trigger, getting last run date, getting actual name and alias - getName() method doesn't work for getting Design note

  • Additional development of DatabaseDesign including setters and getters for all database properties

  • Started development on TemplateBuildSharedField class - not completed, because it needs to set a date

  • DesignParseException

  • Additional methods in Database for getting private and shared private on first use views

  • Fix for getting private views

  • Additional development of DesignAgent classes

  • Fix for DominoEmail sending JSON when null

  • Changing OpenLog to use Session.NATIVE instead of Session.SIGNER

  • Additions to DesignForm - gathering subform information for DesignForms/ Subforms. Making DesignForm extend Subform

  • Fix for XMLNode.removeAttribute

  • Additional getters/ setters in IconNote for some Database properties

  • Additional build tests