Date Name Downloads
Jan 17, 2026 3.6.0 8
Sep 11, 2025 3.5.0 28
Jun 7, 2025 3.4.0 29
Dec 20, 2024 3.3.0 100
Oct 31, 2024 3.2.0 74
Sep 6, 2024 3.1.0 33
Jun 9, 2024 3.0.0 94
Feb 16, 2024 2.15.0 139
Oct 27, 2023 2.14.0 143
Jul 21, 2023 2.13.0 118
May 18, 2023 2.12.0 101
Apr 19, 2023 2.11.0 110
Mar 11, 2023 2.10.0 17
Nov 22, 2022 2.9.0 135
Sep 14, 2022 2.8.0 25
Jul 25, 2022 2.7.0 30
Jun 26, 2022 2.6.0 15
May 25, 2022 2.5.0 122
Feb 24, 2022 2.4.0 44
Feb 7, 2022 2.3.0 109
Jan 11, 2022 2.2.0 111
Jan 2, 2022 2.1.0 25
Dec 18, 2021 2.0.0 28
Sep 27, 2019 1.1.0 98
Dec 27, 2018 1.0.0 28
2.13.0
2.13.0
Jul 21, 2023
Apache License
118

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