You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by gi...@apache.org on 2022/03/18 15:38:29 UTC

[daffodil-site] branch asf-site updated: Publishing from 1576b254bd6d2d3bf2c838a491cc14f284abb579

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new dea4868  Publishing from 1576b254bd6d2d3bf2c838a491cc14f284abb579
dea4868 is described below

commit dea4868f876f0daa3f07f097b88e9b94b218ff59
Author: Apache Daffodil Site Autobuild <de...@daffodil.apache.org>
AuthorDate: Fri Mar 18 15:37:27 2022 +0000

    Publishing from 1576b254bd6d2d3bf2c838a491cc14f284abb579
---
 content/releases/3.3.0/index.html | 373 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 373 insertions(+)

diff --git a/content/releases/3.3.0/index.html b/content/releases/3.3.0/index.html
new file mode 100644
index 0000000..68d472b
--- /dev/null
+++ b/content/releases/3.3.0/index.html
@@ -0,0 +1,373 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Daffodil | 3.3.0</title>
+    
+    <meta name="author" content="">
+
+    <!-- Enable responsive viewport -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <!-- HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
+
+  </head>
+
+  <body>
+
+        <div class="navbar navbar-inverse" role="navigation">
+      <div class="container">
+        <div class="navbar-header"><a class="navbar-brand" href="/"><img src="/assets/themes/apache/img/apache-daffodil-logo.png" alt="Apache Daffodil"/></a></div>
+        <nav role="navigation">
+          <ul class="nav navbar-nav navbar-right">
+            <li><a href="/releases">Releases</a></li>
+            <li id="documentation">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
+                <li><a href="/docs/latest/javadoc/">Java API</a></li>
+                <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
+                <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
+              </ul>
+            </li>
+            <li id="community">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/community">Get Involved</a></li>
+                <li><a href="/people">People</a></li>
+              </ul>
+            </li>
+            <li id="development">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/">Wiki</a></li>
+                <li><a class="external" href="https://github.com/apache/?q=daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
+              </ul>
+            </li>
+            <li id="apache">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
+              <ul class="dropdown-menu">
+                <li><a class="external" href="https://www.apache.org/">Foundation</a></li>
+                <li><a class="external" href="https://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="https://www.apache.org/events/current-event">Events</a></li>
+                <li><a class="external" href="https://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              </ul>
+            </li>
+          </ul>
+        </nav>
+      </div>
+    </div>
+
+
+<div class="title">
+  <div class="container">
+    <h2>Apache Daffodil 3.3.0</h2>
+  </div>
+</div>
+
+
+
+    <div class="container">
+      
+  <div class="alert alert-warning">
+    Apache Daffodil 3.3.0 has not yet been released! The artifacts
+    and release notes below are drafts for a proposed release of Apache
+    Daffodil which has not yet occurred.
+  </div>
+
+
+
+
+<div class="row">
+  <div class="col-md-3 text-right" style="float: right; z-index: 3;">
+    <h3>Documentation</h3>
+    <a href="/docs/3.3.0/javadoc/">Javadoc</a> | <a href="/docs/3.3.0/scaladoc/">Scaladoc</a>
+  </div>
+
+  <div class="col-md-12">
+    <h3>Get Release</h3>
+    <ul class="nav nav-tabs">
+      <li class="active"><a data-toggle="tab" href="#download">Download</a></li>
+      <li><a data-toggle="tab" href="#maven">Maven</a></li>
+      <li><a data-toggle="tab" href="#sbt">SBT</a></li>
+      <li><a data-toggle="tab" href="#rpm">DNF</a></li>
+    </ul>
+    <div class="tab-content">
+      <div id="download" class="tab-pane fade in active">
+        
+          
+          <h4>Source</h4>
+          <p>
+          
+<div class="row">
+  <div class="col-sm-6">
+    <a href="https://dist.apache.org/repos/dist/dev/daffodil/3.3.0-rc1/src/apache-daffodil-3.3.0-src.zip">apache-daffodil-3.3.0-src.zip</a>
+  </div>
+  <div class="col-sm-6">
+    
+      
+      [ <a href="https://dist.apache.org/repos/dist/dev/daffodil/3.3.0-rc1/src/apache-daffodil-3.3.0-src.zip.asc">PGP</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/daffodil/3.3.0-rc1/src/apache-daffodil-3.3.0-src.zip.sha512">SHA512</a> ]
+    
+  </div>
+</div>
+
+
+          </p>
+        
+
+        
+          
+          <h4>Binaries</h4>
+          <p>
+          
+<div class="row">
+  <div class="col-sm-6">
+    <a href="https://dist.apache.org/repos/dist/dev/daffodil/3.3.0-rc1/bin/apache-daffodil-3.3.0-bin.tgz">apache-daffodil-3.3.0-bin.tgz</a>
+  </div>
+  <div class="col-sm-6">
+    
+      
+      [ <a href="https://dist.apache.org/repos/dist/dev/daffodil/3.3.0-rc1/bin/apache-daffodil-3.3.0-bin.tgz.asc">PGP</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/daffodil/3.3.0-rc1/bin/apache-daffodil-3.3.0-bin.tgz.sha512">SHA512</a> ]
+    
+  </div>
+</div>
+
+<div class="row">
+  <div class="col-sm-6">
+    <a href="https://dist.apache.org/repos/dist/dev/daffodil/3.3.0-rc1/bin/apache-daffodil-3.3.0-bin.zip">apache-daffodil-3.3.0-bin.zip</a>
+  </div>
+  <div class="col-sm-6">
+    
+      
+      [ <a href="https://dist.apache.org/repos/dist/dev/daffodil/3.3.0-rc1/bin/apache-daffodil-3.3.0-bin.zip.asc">PGP</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/daffodil/3.3.0-rc1/bin/apache-daffodil-3.3.0-bin.zip.sha512">SHA512</a> ]
+    
+  </div>
+</div>
+
+<div class="row">
+  <div class="col-sm-6">
+    <a href="https://dist.apache.org/repos/dist/dev/daffodil/3.3.0-rc1/bin/apache-daffodil-3.3.0-bin.msi">apache-daffodil-3.3.0-bin.msi</a>
+  </div>
+  <div class="col-sm-6">
+    
+      
+      [ <a href="https://dist.apache.org/repos/dist/dev/daffodil/3.3.0-rc1/bin/apache-daffodil-3.3.0-bin.msi.asc">PGP</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/daffodil/3.3.0-rc1/bin/apache-daffodil-3.3.0-bin.msi.sha512">SHA512</a> ]
+    
+  </div>
+</div>
+
+<div class="row">
+  <div class="col-sm-6">
+    <a href="https://dist.apache.org/repos/dist/dev/daffodil/3.3.0-rc1/bin/apache-daffodil-3.3.0-1.noarch.rpm">apache-daffodil-3.3.0-1.noarch.rpm</a>
+  </div>
+  <div class="col-sm-6">
+    
+      
+      [ <a href="https://dist.apache.org/repos/dist/dev/daffodil/3.3.0-rc1/bin/apache-daffodil-3.3.0-1.noarch.rpm.asc">PGP</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/daffodil/3.3.0-rc1/bin/apache-daffodil-3.3.0-1.noarch.rpm.sha512">SHA512</a> ]
+    
+  </div>
+</div>
+
+
+          </p>
+        
+
+        
+          <hr />
+          <p>
+            <i>
+              The above release files should be verified using the PGP signatures and the
+              <a href='https://downloads.apache.org/daffodil/KEYS'>project release KEYS</a>. See
+              <a href='https://www.apache.org/dyn/closer.cgi#verify'>verification instructions</a>
+              for a description of using the PGP and KEYS files for
+              verification. A SHA512 checksum is also provided as
+              an alternative verification method.
+            </i>
+          </p>
+        
+      </div>
+
+      <div id="maven" class="tab-pane fade">
+
+<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+  <span class="nt">&lt;groupId&gt;</span>org.apache.daffodil<span class="nt">&lt;/groupId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>daffodil-japi_2.12<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;version&gt;</span>3.3.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+
+      </div>
+      <div id="sbt" class="tab-pane fade">
+
+<figure class="highlight"><pre><code class="language-scala" data-lang="scala"><span class="n">libraryDependencies</span> <span class="o">+=</span> <span class="s">"org.apache.daffodil"</span> <span class="o">%%</span> <span class="s">"daffodil-sapi"</span> <span class="o">%</span> <span class="s">"3.3.0"</span></code></pre></figure>
+
+      </div>
+      <div id="rpm" class="tab-pane fade">
+Create the file <code>/etc/yum.repos.d/apache-daffodil.repo</code> with the following content:
+
+<div style="padding: 10px 15px;">
+
+<figure class="highlight"><pre><code class="language-ini" data-lang="ini"><span class="nn">[apache-daffodil]</span>
+<span class="py">name</span><span class="p">=</span><span class="s">Apache Daffodil</span>
+<span class="py">baseurl</span><span class="p">=</span><span class="s">https://apache.jfrog.io/artifactory/daffodil-rpm/</span>
+<span class="py">enabled</span><span class="p">=</span><span class="s">1</span>
+<span class="py">gpgkey</span><span class="p">=</span><span class="s">https://downloads.apache.org/daffodil/KEYS</span>
+<span class="py">gpgcheck</span><span class="p">=</span><span class="s">1</span>
+<span class="py">repo_gpgcheck</span><span class="p">=</span><span class="s">0</span></code></pre></figure>
+
+</div>
+
+Run the folllowing command:
+
+<div style="padding: 10px 15px;">
+
+<figure class="highlight"><pre><code class="language-text" data-lang="text">sudo dnf install apache-daffodil</code></pre></figure>
+
+</div>
+      </div>
+    </div>
+  </div>
+</div>
+
+<h3 id="release-notes">Release Notes</h3>
+
+<p>This release contains some bug fixes, improvements, and a new charset.</p>
+
+<h4 id="bug-fixes">Bug Fixes</h4>
+
+<ul>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2267">DAFFODIL-2267</a>] Warnings emmited on pre-compiled parsers</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2575">DAFFODIL-2575</a>] dfdlx:trace function should not write directly to stderr</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2613">DAFFODIL-2613</a>] Install with DNF must install "apache-daffodil" rather than "daffodil"</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2618">DAFFODIL-2618</a>] TDML test file cannot specify xmlns="" on the tdml:defineSchema element</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2619">DAFFODIL-2619</a>] Add InfosetInputter with minimal overhead</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2623">DAFFODIL-2623</a>] Fix C compilation errors due to name collisions</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2627">DAFFODIL-2627</a>] Performance regression in TDML processor</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2629">DAFFODIL-2629</a>] Runtime SDE with SetVariable expression</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2630">DAFFODIL-2630</a>] nullPointerException when using TDML runner.trace</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2635">DAFFODIL-2635</a>] dfdl:valueLength on child element returns unexpected Result</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2641">DAFFODIL-2641</a>] Incorrect scaladoc in sapi/japi for isError</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2642">DAFFODIL-2642</a>] Daffodil Resolver - schemaLocation not found should be SDE</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2648">DAFFODIL-2648</a>] fn:exists fails to unparse when element does not exist</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2650">DAFFODIL-2650</a>] using config file with cli parse or save parser causes backtrace</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2652">DAFFODIL-2652</a>] Ability to disable all alignment</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2653">DAFFODIL-2653</a>] Usage error: DirectOrBufferedDataOutputStream.this.isFinished.unary_! stack trace on unparsing</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2655">DAFFODIL-2655</a>] Modify release candidate container to work for both daffodil and daffodil-vscode</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2656">DAFFODIL-2656</a>] prefixed length element has no dfdl:contentLength nor dfdl:valueLength</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2657">DAFFODIL-2657</a>] prefixedLengthType which itself has lengthKind 'implict' fails with None.get</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2662">DAFFODIL-2662</a>] P8 cyclic deadlock regression</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2664">DAFFODIL-2664</a>] PNG DFDL Schema fails regression testing on 3.3.0-SNAPSHOT</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2665">DAFFODIL-2665</a>] quality-gate icon/badge doesn't work on wiki page</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2666">DAFFODIL-2666</a>] NITF cyclic deadlock regression</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2673">DAFFODIL-2673</a>] enum no-match on unparsing causes Invariant Broken abort</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2674">DAFFODIL-2674</a>] sonarcloud and other minor cleanup</li>
+</ul>
+
+<h4 id="new-features">New Features</h4>
+
+<ul>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2659">DAFFODIL-2659</a>] Special 6-bit character set needed</li>
+</ul>
+
+<h4 id="improvements">Improvements</h4>
+
+<ul>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2595">DAFFODIL-2595</a>] Create podman/docker container for maintaining daffodil-site</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2604">DAFFODIL-2604</a>] setup for 3.3.0-SNAPSHOT development on main branch</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2622">DAFFODIL-2622</a>] Fix accumulated solarcloud warnings</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-2677">DAFFODIL-2677</a>] Prepare for Release 3.3.0</li>
+</ul>
+
+<h4 id="deprecationcompatibility">Deprecation/Compatibility</h4>
+
+<p>There are no deprecations. This release is fully compatible with all
+functionality of the prior release.</p>
+
+<h4 id="dependency-changes">Dependency Changes</h4>
+
+<p>The following dependencies have been added or updated:</p>
+
+<p><strong>Core</strong></p>
+
+<ul>
+  <li>FasterXML Jackson Core 2.13.2 <small>(update)</small></li>
+  <li>FasterXML Woodstox Core 6.2.8 <small>(update)</small></li>
+  <li>Log4j api 2.17.2 <small>(update)</small></li>
+  <li>Log4j core 2.17.2 <small>(update)</small></li>
+  <li>Scala Parser Combinators 2.1.1 <small>(update)</small></li>
+  <li>Typesafe Config 1.4.2 <small>(update)</small></li>
+  <li>Xerces 2.12.2 <small>(update)</small></li>
+</ul>
+
+<p><strong>Code Generator (runtime2)</strong></p>
+
+<ul>
+  <li>OS-Lib 0.8.1 <small>(update)</small></li>
+</ul>
+
+<p><strong>Command Line Interface</strong></p>
+
+<ul>
+  <li>Log4j core 2.17.2 <small>(update)</small></li>
+</ul>
+
+<p><strong>Schematron Validator</strong></p>
+
+<ul>
+  <li>Saxon-HE 11.2 <small>(update)</small></li>
+</ul>
+
+<p><strong>Test</strong></p>
+
+<ul>
+  <li>Junit-interface 0.13.3 <small>(update)</small></li>
+</ul>
+
+
+      <footer>
+        <footer class="site-footer">
+    <div class="wrapper">
+        <div class="footer-col-wrapper" style="font-size: .85em;">
+            <hr>
+            <div>
+                <div style="text-align: center;">
+                    Copyright &copy; 2021 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+                    Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+                    2.0</a>.
+                    <br>
+                    Apache, Apache Daffodil, Daffodil, and the Apache Daffodil logo
+                    are trademarks of The Apache Software Foundation.
+                </div>
+            </div>
+        </div>
+    </div>
+</footer>
+
+      </footer>
+    </div>
+
+    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+
+    <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
+
+
+  </body>
+</html>
+