Date Name Downloads
Nov 28, 2022 12.0.2a 713
Nov 21, 2022 12.0.2 290
Jul 19, 2021 11.0.1 (Non-XSP Version) 260
Jul 19, 2021 11.0.1 266
Mar 31, 2020 11.0.0 (Non-XSP Version) 545
Mar 31, 2020 11.0.0 599
May 6, 2019 10.0.1 (Non-XSP Version) 466
May 6, 2019 10.0.1 456
Jan 3, 2019 10.0.0 (Non-XSP Version) Updated 251
Jan 3, 2019 10.0.0 Updated 207
Oct 15, 2018 10.0.0 (Non-XSP Version) 199
Oct 15, 2018 10.0.0 292
Feb 8, 2018 4.4.0 1014
Feb 8, 2018 4.4.0 (Non-XSP Version) 176
Nov 13, 2017 4.1.2 394
Sep 29, 2017 4.2.1 403
Sep 29, 2017 4.2.1 (Non-XSP Version) 126
Sep 29, 2017 4.1.1 126
Sep 29, 2017 4.1.1 (Non-XSP Version) 90
Sep 20, 2017 4.2.0 197
Sep 20, 2017 4.2.0 (Non-XSP Version) 106
Sep 20, 2017 4.1.0 269
Sep 20, 2017 4.1.0 (Non-XSP Version) 104
Mar 15, 2017 4.0.0 672
Mar 15, 2017 4.0.0 (Non-XSP Version) 143
Mar 14, 2017 3.2.1 332
Mar 14, 2017 3.2.1 (Non-XSP Version) 129
Mar 8, 2017 3.2.0 291
Mar 8, 2017 3.2.0 (Non-XSP Version) 105
Jan 5, 2017 3.1.0 376
M 2.5B
M 2.5B
Jun 20, 2013
Apache License
270

Two big items over 2.5A:

1) XPages plugin and DominoThreads now allow you to set the ClassLoader that will be used by the Factory. This prevents deserialization exceptions when working with custom classes defined in OSGi plugins or in NSFs

2) Fixed a bug with the org.openntf.domino.impl.Vector class which threw an ArrayOutOfBoundsException for an .add(int, Object) method that is valid in java.util.Vector, and happens to be used by the XPages DominoViewDataSource. The Exception prevents the rendering of XPages DataTables when linked to certain views.

These two issues together seemed worthy of a hotfix release.