This is an automated email from the ASF dual-hosted git repository. jadams pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/daffodil-site.git
The following commit(s) were added to refs/heads/main by this push: new 2dff4f0 Add link to 3.11.0 transition documentation 2dff4f0 is described below commit 2dff4f032dd6aee605b2871826a39cc324bedd55 Author: Josh Adams <jad...@owlcyberdefense.com> AuthorDate: Mon Jun 16 15:06:24 2025 -0400 Add link to 3.11.0 transition documentation Added the link to both the release notes for Daffodil 3.11.0 and Daffodil SBT Plugin 1.4.0 --- site/_releases/3.11.0.md | 2 ++ site/_sbt/1.4.0.md | 10 ++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/site/_releases/3.11.0.md b/site/_releases/3.11.0.md index 6e6c500..07b352f 100644 --- a/site/_releases/3.11.0.md +++ b/site/_releases/3.11.0.md @@ -35,6 +35,8 @@ fixes and process improvements that are included with this release. - For those using the Daffodil API from Java, the transition should be seamless + See [Daffodil 3.11.0 and Scala 2.13 Transition](https://cwiki.apache.org/confluence/display/DAFFODIL/Daffodil+3.11.0+and+Scala+2.13+Transition) for more details. + * {% jira 2152 %} Add support for Scala 2.13 * {% jira 2987 %} Drop Scala 2.12 diff --git a/site/_sbt/1.4.0.md b/site/_sbt/1.4.0.md index bfea16e..f749f27 100644 --- a/site/_sbt/1.4.0.md +++ b/site/_sbt/1.4.0.md @@ -27,10 +27,12 @@ See the [GitHub page](https://github.com/apache/daffodil-sbt) for details to ena that require different major versions of Scala simultaneously. For example: `daffodilPackageBinVersions := Seq("3.10.0", "3.11.0")` is not supported as Daffodil 3.10.0 requires Scala 2.12 and Daffodil 3.11.0 - requires Scala 2.13. Building them separately with the appropriate changes to - `daffodilVersion` and `daffodilPackageBinVersions` is supported, assuming all - Scala based test/plugin/layer code is cross compatible between Scala 2.12 and - 2.13 + requires Scala 2.13. Building them separately or in different SBT subprojects + with the appropriate changes to `daffodilVersion` and + `daffodilPackageBinVersions` is supported, assuming all Scala based + test/plugin/layer code is cross compatible between Scala 2.12 and 2.13. + See [Daffodil 3.11.0 and Scala 2.13 Transition](https://cwiki.apache.org/confluence/display/DAFFODIL/Daffodil+3.11.0+and+Scala+2.13+Transition) + for more details. #### Closed Issues