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 29
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.14.0
2.14.0
Oct 27, 2023
Apache License
52

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