Hi, I am trying to use the java 8 parllelStream() feature to read and update the models, butGetting below error:INFO | jvm 1 | main | 2024/05/02 03:25:12.976 | [m
INFO | jvm 1 | main | 2024/05/02 03:25:13.081 | [32mINFO [hybrisHTTP2...
I am trying to update an existing custom attribute to unique=true for an ItemType (ProductReference) which extends GenericItem.
Here the ItemType is ProductReference which is an OOTB item type that is extended from GenericItem.
if I tried to rede...
Faced Similar Kind of Issue for the below property<property name="dAddressCountry" type="String"/><property name="dAddressState" type="String"/><property name="dAddressCity" type="String"/><property name="dAddressLine1" type="String"/><property name=...