mbeckerle commented on issue #170: URL: https://github.com/apache/daffodil-vscode/issues/170#issuecomment-1210943091
Many scala libraries have proven somewhat problematic. Using JAXB is fine even long term. However, it is good to post a PR early about such decisions as someone may have insight that would change the analysis. Create PRs early and often. Re the TDML conflict where the same attribute name gets used two different ways, we could add a new named attribute to TDML which is an alias for one of these usages. Then old TDML using the TDML runner will continue to work, but the TDML created via JAXB/Scalaxb would use the new alias and avoid the conflict. We'd basically be deprecating the name reuse that creates the problem for scalaxb. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
