Date Name Downloads
Feb 16, 2024 2.15.0 25
Oct 27, 2023 2.14.0 52
Jul 21, 2023 2.13.0 46
May 18, 2023 2.12.0 31
Apr 19, 2023 2.11.0 30
Mar 11, 2023 2.10.0 12
Nov 22, 2022 2.9.0 55
Sep 14, 2022 2.8.0 24
Jul 25, 2022 2.7.0 29
Jun 26, 2022 2.6.0 13
May 25, 2022 2.5.0 30
Feb 24, 2022 2.4.0 41
Feb 7, 2022 2.3.0 50
Jan 11, 2022 2.2.0 51
Jan 2, 2022 2.1.0 22
Dec 18, 2021 2.0.0 24
Sep 27, 2019 1.1.0 96
Dec 27, 2018 1.0.0 25
2.13.0
2.13.0
Jul 21, 2023
Apache License
46

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