Date Name Downloads
Nov 28, 2022 12.0.2a 533
Nov 21, 2022 12.0.2 193
Jul 19, 2021 11.0.1 (Non-XSP Version) 234
Jul 19, 2021 11.0.1 234
Mar 31, 2020 11.0.0 (Non-XSP Version) 529
Mar 31, 2020 11.0.0 564
May 6, 2019 10.0.1 (Non-XSP Version) 443
May 6, 2019 10.0.1 423
Jan 3, 2019 10.0.0 (Non-XSP Version) Updated 226
Jan 3, 2019 10.0.0 Updated 183
Oct 15, 2018 10.0.0 (Non-XSP Version) 183
Oct 15, 2018 10.0.0 260
Feb 8, 2018 4.4.0 977
Feb 8, 2018 4.4.0 (Non-XSP Version) 149
Nov 13, 2017 4.1.2 364
Sep 29, 2017 4.2.1 381
Sep 29, 2017 4.2.1 (Non-XSP Version) 100
Sep 29, 2017 4.1.1 101
Sep 29, 2017 4.1.1 (Non-XSP Version) 68
Sep 20, 2017 4.2.0 168
Sep 20, 2017 4.2.0 (Non-XSP Version) 81
Sep 20, 2017 4.1.0 238
Sep 20, 2017 4.1.0 (Non-XSP Version) 81
Mar 15, 2017 4.0.0 639
Mar 15, 2017 4.0.0 (Non-XSP Version) 117
Mar 14, 2017 3.2.1 306
Mar 14, 2017 3.2.1 (Non-XSP Version) 106
Mar 8, 2017 3.2.0 262
Mar 8, 2017 3.2.0 (Non-XSP Version) 77
Jan 5, 2017 3.1.0 350
M 2.5B
M 2.5B
Jun 20, 2013
Apache License
239

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.