You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the old version this works fine but if I upgrade to a newer version the value "Z17" in the second line is found but not set in CCIAttribute1. I found two possibilities to make it work (but unfortunately they are not feasible for my use case):
Drop Attribute2 from my class. As long as there are no other path length for the same segment this works with the current version
Add additional delimiters to the second line. If I change the second line to CCI+Z17++', the value can be found with the newer version.
Is there any possbility to make different path values work for the same segment in EdiCondition?
The text was updated successfully, but these errors were encountered:
Hi @S3ph3r can you please try to provide with pull request that has a failing test in the tests project. It will make it easier to investigate and fix.
Hi @cleftheris! Thanks for answering so quickly. I have added a pull request where I recreated the problem that I have encountered as well as the two mentioned "fixes".
I am currently using version 1.3.3 and during the upgrade to the current version I have encountered the following problem:
I have a message that contains the following sequence
SEQ+Z02'
CCI+Z17'
CAV+Z64'
CAV+Z63'
CCI+Z26++ZA8'
CAV+Z84'
I'm using the following code for the serializer:
With the old version this works fine but if I upgrade to a newer version the value "Z17" in the second line is found but not set in
CCIAttribute1
. I found two possibilities to make it work (but unfortunately they are not feasible for my use case):Attribute2
from my class. As long as there are no other path length for the same segment this works with the current versionCCI+Z17++'
, the value can be found with the newer version.Is there any possbility to make different path values work for the same segment in
EdiCondition
?The text was updated successfully, but these errors were encountered: