Date Name Downloads
Feb 16, 2024 2.15.0 22
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 29
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 29
Feb 24, 2022 2.4.0 40
Feb 7, 2022 2.3.0 49
Jan 11, 2022 2.2.0 50
Jan 2, 2022 2.1.0 21
Dec 18, 2021 2.0.0 24
Sep 27, 2019 1.1.0 95
Dec 27, 2018 1.0.0 24
2.12.0
2.12.0
May 18, 2023
Apache License
31

This release focuses on some additions to the NoSQL driver and enhancements for working with Faces.

In NoSQL, there are now methods on DominoRepository to query arbitrary views without having to use a @ViewEntries/@ViewDocuments annotation, allowing you to query views dynamically. To go with that, there are also new getViewInfo() method to retrieve descriptive information about all views and folders in the database.

In Faces, it is now possible to put JSF extension libraries in WebContent/WEB-INF/jakarta/lib - this allows for using libraries like PrimeFaces that would otherwise collide with the XPages classpath. You can also make a file named WebContent/WEB-INF/jakarta/faces-config.xml to use newer-era Faces artifacts without causing trouble in XPages.

What's Changed

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