forked from apache/daffodil-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for SBT Plugin 1.2.0 release
- Loading branch information
1 parent
b72f29c
commit 2a1c60a
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |