Date Name Downloads
Feb 16, 2024 2.15.0 24
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 12
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 24
2.15.0
2.15.0
Feb 16, 2024
Apache License
24

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