Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Release/Photon"

< Scout‎ | Release
(Review Bug)
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{ScoutPage|cat=Release 8.0}}
 
{{ScoutPage|cat=Release 8.0}}
 
{{important|Work in Progress|This documentation is work in progress. It will become the necessary Docuware for the Scout Photon release.}}
 
  
 
= Eclipse Scout DocuWare (Photon Release) =
 
= Eclipse Scout DocuWare (Photon Release) =
  
 
This page provides the required docuware for the Scout 8.0 Release Review as part of the upcoming [[Photon]] [[Simultaneous_Release | Simultaneous Release]] according to the [http://www.eclipse.org/projects/dev_process/development_process.php Eclipse process documentation].
 
This page provides the required docuware for the Scout 8.0 Release Review as part of the upcoming [[Photon]] [[Simultaneous_Release | Simultaneous Release]] according to the [http://www.eclipse.org/projects/dev_process/development_process.php Eclipse process documentation].
 
Contact: matthias(dot)zimmermann(at)bsi-software(dot)com
 
  
 
Communication Channels:
 
Communication Channels:
 
* Scout [http://www.eclipse.org/forums/index.php?t=thread&frm_id=174 Forum]
 
* Scout [http://www.eclipse.org/forums/index.php?t=thread&frm_id=174 Forum]
 
* Scout [http://dev.eclipse.org/mhonarc/lists/scout-dev/maillist.html Mailing List]
 
* Scout [http://dev.eclipse.org/mhonarc/lists/scout-dev/maillist.html Mailing List]
* Scout [http://wiki.eclipse.org/scout Wiki]
+
* Scout [https://eclipsescout.github.io/ Documentation]
 
* Scout [https://twitter.com/EclipseScout Twitter]
 
* Scout [https://twitter.com/EclipseScout Twitter]
* Scout [http://www.bsi-software.com/scout/ Blog]
+
* Scout [https://www.bsi-software.com/en/eclipse-scout-blog Blog]
  
 
== Release Review Dates and Links ==
 
== Release Review Dates and Links ==
Line 21: Line 17:
  
 
Participant was announced on [https://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg14681.html  cross project list] on August 15th 2017.
 
Participant was announced on [https://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg14681.html  cross project list] on August 15th 2017.
 
=== Review Bug ===
 
 
This release review is tracked in Bugzilla '''TODO'''.
 
 
=== Review Dates ===
 
* TBD - Opt-in deadline
 
* TBD - CQ Submission deadline (specify that the CQ is required for Photon)
 
* TBD - IP Log submission deadline
 
* TBD - Review materials due
 
* TBD - First round of release reviews (aim for this date if you can)
 
* TBD - Second (final?) round of release reviews
 
* June 27/2018 - Eclipse Photon GA
 
 
 
Original source is [https://wiki.eclipse.org/Photon here]
 
  
 
=== Additional Links ===
 
=== Additional Links ===
Line 50: Line 30:
 
* Scout substantially boosts developer productivity and is simple to learn.
 
* Scout substantially boosts developer productivity and is simple to learn.
 
* User friendly applications are straight forward to implement with Scout’s comprehensive set of user interface components.
 
* User friendly applications are straight forward to implement with Scout’s comprehensive set of user interface components.
* Completely based on Java, Scout Applications are easy to integrate in most IT environments.
+
* Completely based on Java, JavaScript, HTML and CSS Scout Applications are easy to integrate in most IT environments.
  
 
== Features and Roadmap ==
 
== Features and Roadmap ==
  
=== (Planned) Features ===  
+
=== Features ===  
  
The current plan for the Scout 8.0 contains topics described below.
+
The new features are described in the [https://eclipsescout.github.io/8.0/release-notes.html Scout Release Notes].
 
+
'''Scout JS'''
+
 
+
During the Oxygen release some initial steps under the name “Scout JS” were implemented to decouple the new Scout HTML5 widgets from the rest of the framework. The goal of these efforts is to provide a Scout JS widget library that can be used by classical Scout applications as well as other pure JavaScript consumers. The current State of Scout JS is focused on the requirements of individual customer projects and not intended for productive use outside of the scope of these specific projects.
+
 
+
In the context of the Photon release we expect to complete this refactoring to a point where Scout JS provides a production ready widget library for a more general class of JavaScript applications / web UIs.
+
 
+
'''Move to new service API'''
+
 
+
A PoC is planned to investigate a move from today’s service calls using Scout FormData/PageData objects to a new service API. The goal of the replacement is a more generic/powerful mechanism to deal with additional UI technologies/3rd party consumer in addition to the current Java client UI. Such a move requires careful analysis and discussions with the current user base. As of today, it is not yet clear if this initiative can be implemented in the context of the Photon release.
+
 
+
'''Alternatives to nested Java Classes for Scout UI Model?'''
+
 
+
Today, the Scout UI model for forms and pages is based on nested inner classes. While nested Java classes offer a very clear structuring of the Scout model code this mechanism is quite rigid regarding dynamically building UIs, for cases where the user needs to subclass a subset of components and in cases that would require multiple inheritance. For the Photon release we plan to investigate possible alternatives to this concept. As in the case of the new service API careful analysis will be required and it is not yet clear that any changes/new features will actually be implemented within the Photon release.
+
 
+
'''Improve Application Startup Performance'''
+
 
+
During development Scout applications need to be restarted frequently which is very time consuming. With the Scout Photon release restart times should be reduced significantly.
+
 
+
=== Roadmap Scout Version 9.0+ ===
+
 
+
'''TODO'''
+
 
+
== Milestone Installations ==
+
 
+
Please follow the steps below.
+
 
+
# Prior to the official Eclipse Release download the Scout EPP from the [https://www.eclipse.org/downloads/index-developer.php Developer Builds]
+
# [https://eclipsescout.github.io/7.0/latest/article_install/scout_install/scout_install.html Download and Install the Scout SDK]
+
# [https://eclipsescout.github.io/7.0/latest/article_helloworld/scout_helloworld/scout_helloworld.html The Scout "Hello World!"]
+
  
 
== Non-Code Aspects ==
 
== Non-Code Aspects ==
Line 92: Line 42:
 
Scout Documentation/Tutorials etc. is written with Asciidoctor and hosted on [https://github.com/BSI-Business-Systems-Integration-AG/org.eclipse.scout.docs Github].
 
Scout Documentation/Tutorials etc. is written with Asciidoctor and hosted on [https://github.com/BSI-Business-Systems-Integration-AG/org.eclipse.scout.docs Github].
  
The progress of the Scout book may be monitored in the following [https://eclipsescout.github.io/7.1/ output directory]
+
The progress of the Scout book may be monitored in the following [https://eclipsescout.github.io/8.0/ output directory]
  
 
Status per communication channel
 
Status per communication channel
Line 106: Line 56:
 
== Compatibility with Previous Releases ==
 
== Compatibility with Previous Releases ==
  
Scout 8.0 ist not compatible with Scout 7.0.  
+
Scout 8.0 ist not compatible with Scout 7.0 without migration.  
  
 
We try to make migration to new releases as easy as possible, however to keep our code clean and simple we need to change the API in new releases. There are no more API changes after milestone M6. API Compatibility rules are described in the [[Scout/Contribution_Guidelines|contribution guidelines]] in more detail.
 
We try to make migration to new releases as easy as possible, however to keep our code clean and simple we need to change the API in new releases. There are no more API changes after milestone M6. API Compatibility rules are described in the [[Scout/Contribution_Guidelines|contribution guidelines]] in more detail.
  
Migrating from Scout 7.0 to 8.0 Migration corresponds to a two-step approach. see the following Eclipse Scout Migration Guides
+
To migrate from 7.0 to 8.0 please follow the instructions in the [http://eclipsescout.github.io/8.0/migration-guide.html Migration Guide].
* Scout 7.1: [http://eclipsescout.github.io/7.1/migration-guide.html Migration Guide (7.0 to 7.1)]
+
* '''TO DO''' Scout 8.0: [http://eclipsescout.github.io/8.0/migration-guide.html Migration Guide (7.1 to 8.0)]
+
  
 
== End-of-Life ==
 
== End-of-Life ==
Line 118: Line 66:
 
'''TO VERIFY'''
 
'''TO VERIFY'''
  
With Scout release 8.0 no significant components reach their end-of-life. Therefore, no substantial migration efforts are anticipated for migrating a Scout application from release 7.0 to release 8.0.
+
With Scout release 8.0 the Java 7 support reaches end-of-life.
  
 
== Ramp down Policy ==
 
== Ramp down Policy ==
 
We use daily builds. No API changes after M6, no new features after M7. In the RC phase only bugs marked P2 or higher or severity major or higher will be fixed.
 
We use daily builds. No API changes after M6, no new features after M7. In the RC phase only bugs marked P2 or higher or severity major or higher will be fixed.
 
== Bugzilla Tickets ==
 
 
'''TO VERIFY'''
 
 
<!-- For bug reports relevant to the Scout 8.0 release see [https://bugs.eclipse.org/bugs/buglist.cgi?classification=Technology&product=Scout&query_format=advanced&target_milestone=6.0.100%20RC1&target_milestone=6.0.100%20RC2&target_milestone=6.0.100%20RC3&target_milestone=6.0.100%20RC4&target_milestone=6.0.200%20RC1&target_milestone=7.0.0%20M1&target_milestone=7.0.0%20M2&target_milestone=7.0.0%20M3&target_milestone=7.0.0%20M4&target_milestone=7.0.0%20M5 Bugzilla] -->
 
  
 
== Target Environment  ==
 
== Target Environment  ==
Line 133: Line 75:
 
=== JRE  ===
 
=== JRE  ===
  
'''TO VERIFY'''
+
All of Eclipse Scout is "pure" Java code and has no direct dependence on the underlying operating system. The chief dependence is therefore on the Java Runtime (JRE) itself.
  
All of Eclipse Scout is "pure" Java code and has no direct dependence on the underlying operating system. The chief dependence is therefore on the Java Runtime (JRE) itself. The Scout 8.0 runtime is still compatible with Java SE 7. As the [http://www.oracle.com/technetwork/java/eol-135779.html announced] end of public updates for Java 7 is scheduled for April 2015, Scout projects working with Oracle products might want to consider moving to Java 8 as soon as possible.
+
The Scout 8.0 runtime no longer supports Java 7 and '''requires a Java 8 runtime''' (See: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=521805 Bugzilla], [https://www.eclipse.org/forums/index.php/t/1088906/ Forum]).
  
The [http://www.eclipse.org/downloads/ eclipse scout package] only runs with Java >=8.  
+
The [http://www.eclipse.org/downloads/ Eclipse Scout SDK package] already only runs with Java >=8 [https://wiki.eclipse.org/Eclipse/Installation/Java8Required since the Neon release].
  
 
{|border="1" cellpadding="5" cellspacing="0"  
 
{|border="1" cellpadding="5" cellspacing="0"  
Line 148: Line 90:
 
  |-
 
  |-
 
  |9
 
  |9
  |experimental
+
  |supported for Scout SDK only!
 +
|-
 +
|10
 +
|supported for Scout SDK only!
 
  |-
 
  |-
 
  |}
 
  |}
Line 154: Line 99:
 
=== Eclipse Platform  ===
 
=== Eclipse Platform  ===
 
For Scout 8.0 we recommend developing Scout with Eclipse Photon (4.8).  
 
For Scout 8.0 we recommend developing Scout with Eclipse Photon (4.8).  
 
'''TO VERIFY'''
 
  
 
The following Eclipse platforms are supported:  
 
The following Eclipse platforms are supported:  
Line 162: Line 105:
 
  |-
 
  |-
 
  ! scope="col" style="background:#efefef;" | Eclipse Version
 
  ! scope="col" style="background:#efefef;" | Eclipse Version
! scope="col" style="background:#efefef;" | Scout Runtime
 
 
  ! scope="col" style="background:#efefef;" | Scout SDK
 
  ! scope="col" style="background:#efefef;" | Scout SDK
 
  |-
 
  |-
  |Mars (4.5)
+
  |Oxygen (4.7)
| -
+
 
  | supported
 
  | supported
 
  |-
 
  |-
  |Neon (4.6)
+
  |Photon (4.8)
| -
+
| supported
+
|-
+
|Oxygen (4.7)
+
| -
+
 
  |recommended
 
  |recommended
 
  |-
 
  |-
Line 181: Line 117:
 
=== Browser Versions  ===
 
=== Browser Versions  ===
  
'''TO VERIFY'''
+
The supported browsers are listed in the [https://eclipsescout.github.io/7.1/technical-guide.html#browser-support Scout documentation].
 
+
The HTML5 UI for Scout only supports the following browsers and versions:
+
 
+
* Microsoft Internet Explorer >= version 9 (10 or higher recommended)
+
* Microsoft Edge (desktop pc, surface tablet) >= 12
+
* Google Chrome >= version 36
+
* Firefox >= version 36
+
* Safari >= 7
+
 
+
Browser on mobile devices. Browsers are typically included in device OS. Therefore, our recommendations are linked to device OS versions as well:
+
 
+
* iOS >= 8
+
* Android >= 5
+
* Windows Mobile >= 10
+
  
 
=== Tested Platforms  ===
 
=== Tested Platforms  ===
Line 201: Line 123:
  
 
Scout undoubtedly runs fine in many operating environments beyond the reference platforms we test. However, since we do not systematically test them we cannot vouch for them. Problems encountered when running Scout on a non-reference platform that cannot be recreated on any reference platform will be given lower priority than problems with running Scout on a reference platform.  
 
Scout undoubtedly runs fine in many operating environments beyond the reference platforms we test. However, since we do not systematically test them we cannot vouch for them. Problems encountered when running Scout on a non-reference platform that cannot be recreated on any reference platform will be given lower priority than problems with running Scout on a reference platform.  
 
'''TO VERIFY'''
 
  
 
Scout 8.0 will be tested and validated on the following reference platforms:
 
Scout 8.0 will be tested and validated on the following reference platforms:
Line 218: Line 138:
 
  |rowspan="6"|x86 64-bit
 
  |rowspan="6"|x86 64-bit
 
  |-
 
  |-
  |Oracle JDK 7, 64-bit
+
  |Oracle JDK 8, 64-bit
  |4.6, 64-bit, EPP
+
  |4.8, 64-bit, EPP
 
  |-
 
  |-
 
  |Oracle JDK 8, 64-bit
 
  |Oracle JDK 8, 64-bit
  |4.6, 64-bit, EPP
+
  |4.8, 64-bit, EPP
 
  |-
 
  |-
 
  |10
 
  |10
 
  |Oracle JDK 8, 64-bit
 
  |Oracle JDK 8, 64-bit
  |4.6, 64-bit, EPP
+
  |4.8, 64-bit, EPP
 
  |-
 
  |-
 
  |Ubuntu Linux
 
  |Ubuntu Linux
  |15.10
+
  |18.04
  |OpenJDK 7, 64-bit
+
  |OpenJDK 8, 64-bit
  |4.6, 64-bit, EPP
+
  |4.8, 64-bit, EPP
 
  |-
 
  |-
 
  |Apple Mac OS
 
  |Apple Mac OS
  |10.8
+
  |10.13
  |Oracle JDK 7, 64-bit
+
  |Oracle JDK 8, 64-bit
  |4.6, 64-bit, EPP
+
  |4.8, 64-bit, EPP
 
  |}
 
  |}
  
Line 242: Line 162:
  
 
== Build Process ==
 
== Build Process ==
Scout is built on [https://hudson.eclipse.org/scout/ Hudson @ Eclipse].
+
Scout is built on [https://hudson.eclipse.org/scout/ Jenkins @ Eclipse].
  
 
Scout is using maven and tycho for building.
 
Scout is using maven and tycho for building.
Line 250: Line 170:
 
* Some tests currently still run only at BSI's infrastructure: Scout GUI tests using java.awt.Robot, because they need a fully-fledged desktop environment.
 
* Some tests currently still run only at BSI's infrastructure: Scout GUI tests using java.awt.Robot, because they need a fully-fledged desktop environment.
  
Scout Maven Artifacts uploaded to [http://repo.eclipse.org repo.eclipse.org]
+
Scout Maven Artifacts uploaded to [http://repo.eclipse.org repo.eclipse.org] and [http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.eclipse.scout.rt%22 maven central].
  
 
== Current Project Metrics ==
 
== Current Project Metrics ==
Line 258: Line 178:
 
Latest project metrics for Eclipse Scout are provided on [https://www.openhub.net/p/eclipsescout openHub].
 
Latest project metrics for Eclipse Scout are provided on [https://www.openhub.net/p/eclipsescout openHub].
  
== Community and Support ==
+
== IP Log ==
 
+
The state of the IP log is tracked with [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=16671 CQ 16671].
=== Activities 2017 ===
+
Scout's IP Log for Scout has been generated according to the [https://www.eclipse.org/projects/handbook/#ip-iplog Eclipse Project Handbook] and can be found [https://dev.eclipse.org/ipzilla/attachment.cgi?id=19774 here].
 
+
* Javaland
+
* Eclipse Democamp Zurich
+
* Eclipse Democamp Munich
+
* Java Forum Stuttgart
+
* 4th Eclipse Scout User Group Meeting (planned)
+
* Eclipsecon Europe (planned)
+
* Devoxx Antwerpen (planned)
+
 
+
=== Activities 2018 ===
+
'''TODO'''
+
 
+
=== Current Status ===
+
'''TODO'''
+
 
+
== IP Status ==
+
 
+
=== New Components ===
+
'''TODO'''
+
 
+
=== Dependency Upgrades ===
+
'''TODO'''
+
 
+
=== IP Log ===
+
The state of the IP log is tracked with '''TODO'''.
+
Scout's IP Log for Scout has been generated according to the [https://wiki.eclipse.org/Development_Resources/Automatic_IP_Log#Using_the_Automated_IP_Log Wiki description].
+
 
+
To check the current state at any time, use the following [https://www.eclipse.org/projects/ip_log.php?projectid=technology.scout link]. To compare against potential issues use this [https://www.eclipse.org/projects/tools/downloads.php?id=technology.scout IP Issues List]. Caution: The link reporting potential issues contains many bogus links. See below for a partial list
+
 
+
Known bogus issues in IP issues list:
+
 
+
* ant-*
+
* derby*
+
* junit.jar
+
* servletbridge.jar
+
 
+
 
   
 
   
'''TODO''': The Scout IP Log has been approved on [pending]. The component leadership verifies that:
+
The Scout IP Log has been approved on 208-06-12. The component leadership verifies that:
  
 
* The about files and use licenses are in place as per the Guidelines to Legal Documentation.
 
* The about files and use licenses are in place as per the Guidelines to Legal Documentation.
Line 306: Line 190:
 
* All Contribution Questionnaires have been completed.
 
* All Contribution Questionnaires have been completed.
  
== Previous Release Documentation ==
+
== Previous Release DocuWare ==
  
 
* '''{{ScoutLink|Release|Oxygen|Overview|name=Oxygen Overview (2017)}}'''
 
* '''{{ScoutLink|Release|Oxygen|Overview|name=Oxygen Overview (2017)}}'''

Revision as of 06:13, 28 June 2018

The Scout documentation has been moved to https://eclipsescout.github.io/.

Eclipse Scout DocuWare (Photon Release)

This page provides the required docuware for the Scout 8.0 Release Review as part of the upcoming Photon Simultaneous Release according to the Eclipse process documentation.

Communication Channels:

Release Review Dates and Links

Declaration of Intent

Participant was announced on cross project list on August 15th 2017.

Additional Links

Overview

Eclipse Scout is a mature and open framework for modern, service oriented business applications.

  • Scout HTML5 client applications may run on the desktop, on tablets and on mobile phones without any changes in the source code
  • Scout substantially boosts developer productivity and is simple to learn.
  • User friendly applications are straight forward to implement with Scout’s comprehensive set of user interface components.
  • Completely based on Java, JavaScript, HTML and CSS Scout Applications are easy to integrate in most IT environments.

Features and Roadmap

Features

The new features are described in the Scout Release Notes.

Non-Code Aspects

Scout Documentation/Tutorials etc. is written with Asciidoctor and hosted on Github.

The progress of the Scout book may be monitored in the following output directory

Status per communication channel

  • Forum: OK
  • Wiki: OK
  • Webpage: OK
  • Mailing list: OK for important info to all committers

APIs

We certify that the public Scout APIs in this release are production quality. As a significant amount of commercial customer applications are based on these APIs we evaluate/communicate changes accordingly.

Compatibility with Previous Releases

Scout 8.0 ist not compatible with Scout 7.0 without migration.

We try to make migration to new releases as easy as possible, however to keep our code clean and simple we need to change the API in new releases. There are no more API changes after milestone M6. API Compatibility rules are described in the contribution guidelines in more detail.

To migrate from 7.0 to 8.0 please follow the instructions in the Migration Guide.

End-of-Life

TO VERIFY

With Scout release 8.0 the Java 7 support reaches end-of-life.

Ramp down Policy

We use daily builds. No API changes after M6, no new features after M7. In the RC phase only bugs marked P2 or higher or severity major or higher will be fixed.

Target Environment

JRE

All of Eclipse Scout is "pure" Java code and has no direct dependence on the underlying operating system. The chief dependence is therefore on the Java Runtime (JRE) itself.

The Scout 8.0 runtime no longer supports Java 7 and requires a Java 8 runtime (See: Bugzilla, Forum).

The Eclipse Scout SDK package already only runs with Java >=8 since the Neon release.

Java Version Support for Scout Runtime/SDK
8 recommended
9 supported for Scout SDK only!
10 supported for Scout SDK only!

Eclipse Platform

For Scout 8.0 we recommend developing Scout with Eclipse Photon (4.8).

The following Eclipse platforms are supported:

Eclipse Version Scout SDK
Oxygen (4.7) supported
Photon (4.8) recommended

Browser Versions

The supported browsers are listed in the Scout documentation.

Tested Platforms

We focus our testing on a handful of popular combinations (OS, HW Arch, Java VM, Eclipse platform); these are our reference platforms.

Scout undoubtedly runs fine in many operating environments beyond the reference platforms we test. However, since we do not systematically test them we cannot vouch for them. Problems encountered when running Scout on a non-reference platform that cannot be recreated on any reference platform will be given lower priority than problems with running Scout on a reference platform.

Scout 8.0 will be tested and validated on the following reference platforms:

Operating System OS Version Hardware Java VM (vendor, version, arch) Eclipse Platform (version, arch)
Windows 7 x86 64-bit
Oracle JDK 8, 64-bit 4.8, 64-bit, EPP
Oracle JDK 8, 64-bit 4.8, 64-bit, EPP
10 Oracle JDK 8, 64-bit 4.8, 64-bit, EPP
Ubuntu Linux 18.04 OpenJDK 8, 64-bit 4.8, 64-bit, EPP
Apple Mac OS 10.13 Oracle JDK 8, 64-bit 4.8, 64-bit, EPP

Eclipse Scout is no longer explicitly tested on 32bit architectures.

Build Process

Scout is built on Jenkins @ Eclipse.

Scout is using maven and tycho for building.

  • Gerrit Jobs run build against lowest target platform with runtime unit tests
  • Nightly Jobs run against all platforms with all unit tests
  • Release Jobs can be parameterized for a specific tag and deploy to a specific updatesite
  • Some tests currently still run only at BSI's infrastructure: Scout GUI tests using java.awt.Robot, because they need a fully-fledged desktop environment.

Scout Maven Artifacts uploaded to repo.eclipse.org and maven central.

Current Project Metrics

According to the Eclipse project dashboard Scout belongs to the most active repositories hosted at Eclipse.

Latest project metrics for Eclipse Scout are provided on openHub.

IP Log

The state of the IP log is tracked with CQ 16671. Scout's IP Log for Scout has been generated according to the Eclipse Project Handbook and can be found here.

The Scout IP Log has been approved on 208-06-12. The component leadership verifies that:

  • The about files and use licenses are in place as per the Guidelines to Legal Documentation.
  • All contributions (code, documentation, images, etc) have been committed by individuals who are either Members of the Foundation, or have signed the appropriate Committer Agreement. In either case, these are individuals who have signed, and are abiding by, the Eclipse IP Policy.
  • All significant contributions have been reviewed by the Foundation's legal staff.
  • All non-Committer code contributions, including third-party libraries, have been documented in the release and reviewed by the Foundation's legal staff.
  • All Contribution Questionnaires have been completed.

Previous Release DocuWare

Back to the top