Date Name Downloads
Nov 28, 2022 12.0.2a 487
Nov 21, 2022 12.0.2 184
Jul 19, 2021 11.0.1 (Non-XSP Version) 233
Jul 19, 2021 11.0.1 228
Mar 31, 2020 11.0.0 (Non-XSP Version) 528
Mar 31, 2020 11.0.0 563
May 6, 2019 10.0.1 (Non-XSP Version) 442
May 6, 2019 10.0.1 421
Jan 3, 2019 10.0.0 (Non-XSP Version) Updated 224
Jan 3, 2019 10.0.0 Updated 181
Oct 15, 2018 10.0.0 (Non-XSP Version) 182
Oct 15, 2018 10.0.0 256
Feb 8, 2018 4.4.0 975
Feb 8, 2018 4.4.0 (Non-XSP Version) 147
Nov 13, 2017 4.1.2 362
Sep 29, 2017 4.2.1 379
Sep 29, 2017 4.2.1 (Non-XSP Version) 99
Sep 29, 2017 4.1.1 99
Sep 29, 2017 4.1.1 (Non-XSP Version) 66
Sep 20, 2017 4.2.0 167
Sep 20, 2017 4.2.0 (Non-XSP Version) 79
Sep 20, 2017 4.1.0 235
Sep 20, 2017 4.1.0 (Non-XSP Version) 79
Mar 15, 2017 4.0.0 636
Mar 15, 2017 4.0.0 (Non-XSP Version) 116
Mar 14, 2017 3.2.1 305
Mar 14, 2017 3.2.1 (Non-XSP Version) 105
Mar 8, 2017 3.2.0 261
Mar 8, 2017 3.2.0 (Non-XSP Version) 76
Jan 5, 2017 3.1.0 349
4.4.0 (Non-XSP Version)
4.4.0 (Non-XSP Version)
Feb 8, 2018
Apache License
147

NOTE: The previous download failed to package correctly, version number packaging for source plugins built looking for 4.3.0, incorrectly

For Domino FP10 Codestream

  • Overloaded Database.getUserID() method

  • Support for getting List and Set from items

  • Logic bug fixed in TypeUtils.toPrimitive

  • DOTS license file added

  • pom and version number cleanup in source code

Also, the 4.3.0 changes are included:

  • Getting OnRefreshType of Views and Folders in design API

  • Callback interfaces and
    helper methods for doing boilerplating for extracting HttpRequest and
    HttpResponse, processing, and properly terminating the response from an
    XAgent. One is specifically designed to allow population of a JSON
    object which will get passed back to the REST request


  /*

    * One method call to XspUtils.initialiseAndProcessResponse() does all the boilerplating for extracting the request, response and JsonJavaObject

    * and properly terminating the response. JsonJavaObject is basically the same as a Java Map. All gotchas are handled for you!

    *

    * The bit that could be new to most is that XspUtils.initialiseAndProcessResponseAsJson() takes an anonymous inner class as its method. This is just

    * a way to pass in a process() method that can interact with the request and response set up by XspUtils.initialiseAndProcessResponseAsJson()

    *

    * With Java 8 it becomes more readable with lambdas:

    *

    * XspUtils.initialiseAndProcessResponseAsJson((request, response, jsonObj) -> {

    *    // do stuff here

    * });

    */

  • OpenLog fix for full logging of XPages SSJS uncaught exceptions.

  • Fix for IconNote creation