Date Name Downloads
Jan 17, 2026 3.6.0 8
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 74
Sep 6, 2024 3.1.0 33
Jun 9, 2024 3.0.0 95
Feb 16, 2024 2.15.0 140
Oct 27, 2023 2.14.0 143
Jul 21, 2023 2.13.0 119
May 18, 2023 2.12.0 102
Apr 19, 2023 2.11.0 111
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 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.12.0
2.12.0
May 18, 2023
Apache License
102

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