Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix io.meeds.distribution property version affectation (#2269)
Before this fix, when checking /rest/platform/info, the `io.meeds.distribution` property is missing which raises an exception. This change will ensure that the missing property gets the correct platform version ```bash org.exoplatform.commons.info.MissingProductInformationException: Missing product information property: io.meeds.distribution at org.exoplatform.commons.info.ProductInformations.getVersion(ProductInformations.java:163) at org.exoplatform.commons.info.ProductInformations.getVersion(ProductInformations.java:154) at org.exoplatform.commons.info.PlatformInformationRESTService.getPlatformInformation(PlatformInformationRESTService.java:76) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ```
- Loading branch information