Description
In #1198, update to Apache Daffodil 3.10.0, a discussion was had with a PMC regarding the processes for updating Apache Daffodil versions for the extension. It's currently manual at the moment, having to rely on a developer to check and ensure API updates work with the extension.
It would be ideal if there was some way of having an integration test / check for newer versions of Apache Daffodil.
Some points to consider
- Can we add this feature to dependabot?
- Would we include these tests / checks to our existing test suite or would it be a part of the CI pipeline?
Description
In #1198, update to Apache Daffodil 3.10.0, a discussion was had with a PMC regarding the processes for updating Apache Daffodil versions for the extension. It's currently manual at the moment, having to rely on a developer to check and ensure API updates work with the extension.
It would be ideal if there was some way of having an integration test / check for newer versions of Apache Daffodil.
Some points to consider