This is an automated email from the ASF dual-hosted git repository.
slawrence 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 5f612eb Prepare for SBT Plugin 1.2.0 release
5f612eb is described below
commit 5f612ebf8cabafdb9cb96e7666330263799d7694
Author: Steve Lawrence <[email protected]>
AuthorDate: Tue Nov 5 10:16:08 2024 -0500
Prepare for SBT Plugin 1.2.0 release
---
site/_sbt/1.2.0.md | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/site/_sbt/1.2.0.md b/site/_sbt/1.2.0.md
new file mode 100644
index 0000000..8f0659a
--- /dev/null
+++ b/site/_sbt/1.2.0.md
@@ -0,0 +1,38 @@
+---
+
+release: rc1
+apache: true
+title: 1.2.0
+date: 2024-11-05
+summary: >
+ Update to latest version of Daffodil, improved documentation and warnings,
support for new settings
+
+source-dist:
+ - "apache-daffodil-sbt-1.2.0-src.zip"
+---
+
+This is a minor release of the Apache Daffodil SBT Plugin.
+
+See the [GitHub page](https://github.com/apache/daffodil-sbt) for details to
enable and configure.
+
+#### New Features
+
+* The default `daffodilVersion` value is updated to 3.9.0
+* The `packageDaffodilBin/publishArtifact` setting can now be used to disable
publishing saved parsers created with `packageDaffodilBin`
+* The `packageDaffodilBin` task now creates depersonalized saved parsers
+* New warning when `packageDaffodilBin` will not create any artifacts
+* New warning when `daffodilFlatLayout` is true but the layout does not look
flat
+* New warning when `DaffodilBinInfo` schema path does not start with a `/`
+* Improve `DaffodilBinInfo` documentation
+
+#### Deprecation/Compatibility
+
+* The `DAFFODIL_JAVA_OPTS` environment variable is no longer used.
+ Instead, set the `packageDaffodilBin/javaOptions` setting, which allow
specific per project settings.
+ See documentation for examples.
+* Projects that create layers, character sets, or UDF plugins no longer add
Daffodil jars as a transitive dependency.
+ Projects using this plugin will see no difference, since Daffodil
dependencies are defined via the `daffodilVersion` setting
+
+#### Closed Issues
+
+[GitHub v1.2.0 Closed
Issues](https://github.com/apache/daffodil-sbt/milestone/3?closed=1)