Date Name Downloads
Sep 11, 2025 3.5.0 22
Jun 7, 2025 3.4.0 25
Dec 20, 2024 3.3.0 85
Oct 31, 2024 3.2.0 66
Sep 6, 2024 3.1.0 26
Jun 9, 2024 3.0.0 73
Feb 16, 2024 2.15.0 115
Oct 27, 2023 2.14.0 124
Jul 21, 2023 2.13.0 100
May 18, 2023 2.12.0 80
Apr 19, 2023 2.11.0 94
Mar 11, 2023 2.10.0 17
Nov 22, 2022 2.9.0 122
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 99
Feb 24, 2022 2.4.0 44
Feb 7, 2022 2.3.0 103
Jan 11, 2022 2.2.0 107
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.14.0
2.14.0
Oct 27, 2023
Apache License
124

This release is primarily a bug-fix release, but contains a few new features:

  • You can now use @ItemStorage(type=ItemStorage.Type.JSON) in NoSQL entities read from view entries. When doing so, it will be important to store the JSON as summary - by default, items written this way will disable the summary flag, but it can be explicitly enabled using @ItemFlags(summary=true) to let them show up in views

  • You can now add classes implementing JAXRSClassContributor to the NSF to contribute JAX-RS classes, singletons, and properties programmatically. These contributors can be registered with a ServiceLoader file named META-INF/services/org.openntf.xsp.jaxrs.JAXRSClassContributor

  • JAX-RS status-specific exceptions (NotSupportedException, BadRequestException, etc.) thrown by app code now set the status properly in the response. Previously, NotFoundException already did this, but the others didn't.

What's Changed

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