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
The class ProcessMetadata can hold a list of process identifiers but per the Peppol spec there should only be one. I tried to see where the factory methods that take a list of process identifiers are used but they seem not used other than within the class itself and using Collections#singletonList.
Can we safely assume that there will always only be one value? If so, is this something you can foresee to fix in a upcoming major version?
Thank you,
Javier
The text was updated successfully, but these errors were encountered:
Hello,
The class
ProcessMetadata
can hold a list of process identifiers but per the Peppol spec there should only be one. I tried to see where the factory methods that take a list of process identifiers are used but they seem not used other than within the class itself and usingCollections#singletonList
.Can we safely assume that there will always only be one value? If so, is this something you can foresee to fix in a upcoming major version?
Thank you,
Javier
The text was updated successfully, but these errors were encountered: