stevedlawrence opened a new issue, #163: URL: https://github.com/apache/daffodil-sbt/issues/163
If `daffodilVersion` or `crossDaffodilVersions` includes "3.11.0" and you build a saved parser using packageDaffodilBin, the resulting file fails to reload in Daffodil with an error about being built with a different version of scala-library. The plugin currently builds with scalaVersion 2.13.18, but Daffodil 3.11.0 uses scala-library 2.13.16 and 2.13.17 introduced an incompataibly related to serialization. Although Scala guarantees binary compatibility, it does guarantee serialization compatibility. Most versions seem to maintain compatability, but we need to fix the plugin so that it uses an older version of Scala for 3.11.0. -- 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]
