Date Name Downloads
Jan 17, 2026 3.6.0 9
Sep 11, 2025 3.5.0 29
Jun 7, 2025 3.4.0 29
Dec 20, 2024 3.3.0 101
Oct 31, 2024 3.2.0 76
Sep 6, 2024 3.1.0 33
Jun 9, 2024 3.0.0 96
Feb 16, 2024 2.15.0 141
Oct 27, 2023 2.14.0 145
Jul 21, 2023 2.13.0 120
May 18, 2023 2.12.0 103
Apr 19, 2023 2.11.0 112
Mar 11, 2023 2.10.0 17
Nov 22, 2022 2.9.0 136
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 124
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.15.0
2.15.0
Feb 16, 2024
Apache License
141

This release contains bug fixes and a couple new features:

  • You can now specify Servlets in WEB-INF/web.xml (as opposed to just via the @WebServlet annotation. This is helpful for defining a Servlet when the actual implementation is in a JAR or when following non-annotation-based examples
  • You can now specify context-param values in WEB-INF/web.xml in the NSF and META-INF/web-fragment.xml in JAR design elements, which will be available to JSP, JSF, JAX-RS, @WebServlet-annotated Servlets, and web.xml-defined Servlets
  • Added @BooleanStorage annotation for NoSQL entities to define how boolean values are converted to note items
  • Added CRUD operations for calendar events to NoSQL, around a few new methods on Repository. This exposes some of the capabilities of NotesCalendar and can be used for, for example, providing an iCalendar feed based on a mail database. To go with that, XPages JEE also re-exports iCal4J as included in the Domino stack for NSF use, though this API is… not smooth

What's Changed

Full Changelog: https://github.com/OpenNTF/org.openntf.xsp.jakartaee/compare/2.14.0…2.15.0