Date Name Downloads
Jun 18, 2026 3.7.0 12
Jan 17, 2026 3.6.0 21
Sep 11, 2025 3.5.0 40
Jun 7, 2025 3.4.0 36
Dec 20, 2024 3.3.0 128
Oct 31, 2024 3.2.0 88
Sep 6, 2024 3.1.0 47
Jun 9, 2024 3.0.0 115
Feb 16, 2024 2.15.0 163
Oct 27, 2023 2.14.0 167
Jul 21, 2023 2.13.0 139
May 18, 2023 2.12.0 119
Apr 19, 2023 2.11.0 123
Mar 11, 2023 2.10.0 18
Nov 22, 2022 2.9.0 142
Sep 14, 2022 2.8.0 26
Jul 25, 2022 2.7.0 31
Jun 26, 2022 2.6.0 16
May 25, 2022 2.5.0 133
Feb 24, 2022 2.4.0 46
Feb 7, 2022 2.3.0 116
Jan 11, 2022 2.2.0 123
Jan 2, 2022 2.1.0 28
Dec 18, 2021 2.0.0 30
Sep 27, 2019 1.1.0 99
Dec 27, 2018 1.0.0 29
2.13.0
2.13.0
Jul 21, 2023
Apache License
139

This release contains a number of improvements and new features:

  • Domino 14 EAP1 compatibility, other than JSP (a known upstream limitation)
  • Improvements for working with CDI in OSGi Servlets and Webapps
  • A JavaSapi<->NSF bridge, allowing the use of in-NSF code in JavaSapi events (note: JavaSapi is thoroughly unsupported and it's easy to crash your server using it)
  • The ability to access profile and named notes in NoSQL

What's Changed

  • Adapt to most changes in Domino 14 (Issue #415) in #429
  • Add initial NSF JavaSapi bridge (fixes #421) in #430
  • Add profile and named note support (fixes #410) (fixes #431) in #432
  • Add flag to disable MP Metrics for the NSF (fixes #354) in #434
  • Modify NSFJsfServlet to discard classloaders and the CDI context when the app reloaded (fixes #436) in #440
  • Rework ContainerUtil to use ComponentModule instead of ApplicationEx (fixes #424) in #441
  • Add hook for universal EL value conversion (fixes #435) in #442
  • Modify ServletUtil to cache wrappers for applicable elements in attributes (fixes #346) in #444
  • Modify checks for OSGIModule to look for AbstractOSGIModule (fixes #445) in #448
  • Add CDI resolver for ExtLib beans (fixes #450) in #451

Full Changelog: https://github.com/OpenNTF/org.openntf.xsp.jakartaee/compare/2.12.0…2.13.0