| == Milestones & Releases: New and Noteworthy |
| |
| === Milestone 5.2.0M4 |
| |
| **Node Provider:** |
| The navigation structure of the client application can be adapted to the needs with one or more |
| configurations of the Node Provider, see <<nodeprovider_config, here>>. |
| |
| **Documentation:** |
| This documentation was transferred to AsciiDoc, the sources are now part of the mdm Git repository: `org.eclipse.mdm/doc` |
| |
| === Milestone 5.2.0M3 |
| Support for importing/exporting ATFx external component files directly was added. Therefore some API methods in **org.eclipse.mdm.api.base** were changed. See release_notes.md for a detailed list of changes. |
| The quickviewer and x-y-charviewer in the web client was extended to show multiple channels in its data table. |
| |
| |
| === Milestone 5.2.0M2 |
| |
| The old repositories are not used any more, they will be archived soon. Do not use! |
| |
| **New Repository Structure**, all code from following the repositories moved to **org.eclipse.mdm** |
| |
| * org.eclipse.mdm.api.base |
| * org.eclipse.mdm.api.default |
| * org.eclipse.mdm.api.odsadapter |
| * org.eclipse.mdm.nucleus |
| |
| The move includes the history, the branches master, dev, release_candidate and existing committer feature branches. The following tags were created: 5.0.0, 5.1.0, 5.2.0M1. If you need an older tag file a Bugzilla Bug. |
| |
| The structure in the new repository: |
| |
| * root: build scripts, documentation and legal documentation |
| * api/ |
| ** base/: code from former repos org.eclipse.api.base and org.eclipse.api.default, package names are unchanged |
| ** odsadapter/: code from repo org.eclipse.api.odsadapter |
| ** atfxadapter/: code from repo org.eclipse.mdm.nucleus/org.eclipse.mdm.api.atfxadapter |
| * nucleus/ |
| ** code from repo org.eclipse.mdm.nucleus except for the atfxadapter component |
| * gradle/: the gradle wrapper |
| * doc/: documentation from org.eclipse.mdm.nucleus/doc |
| * tools/: new folder for common tooling, e.g. formatter, repository migration file |
| |
| **New build parameter for headless build and deployment:** + |
| see section <<headless_deployment, Headless Deployment>>. |
| |
| === Milestone 5.2.0M1 |
| |
| **Changes to MDMRealm:** |
| |
| Up to version 5.1.0 all Users had to be assigned the group `MDM` to use openMDM. + |
| Since 5.2.0M1 users need one of the following groups: `Admin`, `DescriptiveDataAuthor`, `Guest`. + |
| See `org.eclipse.mdm/readme.md#Configure LoginModule` for more information. |
| |
| **Database schema change for User Preference Service:** |
| |
| In this release openMDM 5 database schema was extended. + |
| If you have an existing installation make sure to apply the provided update script to your database. |