|
Current code implementation fails in Java version 1.8
The array elements(DSCP and Profile name) are getting swapped when it is read from the Data Store.
Java 1.8
Intent for loopIntent{getId=Uuid [_value=739d6661-6f0f-4fc5-8912-7cc00f0b307b], getQosConfig=[QosConfig{getOrder=1, getQos=DscpType{getDscpType=DscpType{getDscp=Dscp [_value=0], getName=MED, augmentations={}}, augmentations={}}, augmentations={}}, QosConfig{getOrder=2, getQos=DscpType{getDscpType=DscpType{getDscp=Dscp [_value=30], augmentations={}}, augmentations={}}, augmentations={}}], augmentations={}}
Java 1.7
Intent for loopIntent{getId=Uuid [_value=f5f28e4f-aede-42fc-9f38-d4a4889253c2], getQosConfig=[QosConfig{getOrder=2, getQos=DscpType{getDscpType=DscpType{getDscp=Dscp [_value=30], augmentations={}}, augmentations={}}, augmentations={}}, QosConfig{getOrder=1, getQos=DscpType{getDscpType=DscpType{getDscp=Dscp [_value=0], getName=MED, augmentations={}}, augmentations={}}, augmentations={}}], augmentations={}}
|