Skip to content

Commit

Permalink
Merge pull request #1212 from virtualsatellite/hotfix/task_1209-Visua…
Browse files Browse the repository at this point in the history
…lization_crashe

Release 4.17.1
  • Loading branch information
PhilMFischer authored Oct 15, 2024
2 parents 84eef1f + ddb8c1e commit f6d8036
Show file tree
Hide file tree
Showing 303 changed files with 355 additions and 340 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
Additional Build Preparations for VirSat
</description>

<property name="version">4.17.0</property>
<property name="version">4.17.1</property>

<property name="version.pattern.qualified">[\s]?[0-9]+\.[0-9]+\.[0-9]+\.qualifier</property>
<property name="version.pattern">[\s]?[0-9]+\.[0-9]+\.[0-9]+</property>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<feature id="de.dlr.sc.virsat.apps.feature" label="VirSat Core Model Apps Feature" version="4.17.0.qualifier" provider-name="DLR (German Aerospace Center)" plugin="de.dlr.sc.virsat.branding.ui" license-feature="de.dlr.sc.virsat.license.feature">
<feature id="de.dlr.sc.virsat.apps.feature" label="VirSat Core Model Apps Feature" version="4.17.1.qualifier" provider-name="DLR (German Aerospace Center)" plugin="de.dlr.sc.virsat.branding.ui" license-feature="de.dlr.sc.virsat.license.feature">

<description>
VirSat Apps Feature
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SPDX-License-Identifier: EPL-2.0
<relativePath>../maven/pom.xml</relativePath>
<groupId>de.dlr.sc.virsat</groupId>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.apps.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Java Model Access Tests
Bundle-SymbolicName: de.dlr.sc.virsat.apps.test
Bundle-Version: 4.17.0.qualifier
Bundle-Version: 4.17.1.qualifier
Fragment-Host: de.dlr.sc.virsat.apps
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Vendor: DLR (German Aerospace Center)
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Model Apps UI
Bundle-SymbolicName: de.dlr.sc.virsat.apps.ui;singleton:=true
Bundle-Version: 4.17.0.qualifier
Bundle-Version: 4.17.1.qualifier
Bundle-Activator: de.dlr.sc.virsat.apps.ui.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Model Apps
Bundle-SymbolicName: de.dlr.sc.virsat.apps;singleton:=true
Bundle-Version: 4.17.0.qualifier
Bundle-Version: 4.17.1.qualifier
Bundle-Activator: de.dlr.sc.virsat.apps.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.branding.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<feature id="de.dlr.sc.virsat.branding.feature" label="VirSat Core Branding Feature" version="4.17.0.qualifier" provider-name="DLR (German Aerospace Center)" license-feature="de.dlr.sc.virsat.license.feature">
<feature id="de.dlr.sc.virsat.branding.feature" label="VirSat Core Branding Feature" version="4.17.1.qualifier" provider-name="DLR (German Aerospace Center)" license-feature="de.dlr.sc.virsat.license.feature">

<description>
Branding Feature
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.branding.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SPDX-License-Identifier: EPL-2.0
<relativePath>../maven/pom.xml</relativePath>
<groupId>de.dlr.sc.virsat</groupId>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.branding.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.branding.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Branding UI
Bundle-SymbolicName: de.dlr.sc.virsat.branding.ui;singleton:=true
Bundle-Version: 4.17.0.qualifier
Bundle-Version: 4.17.1.qualifier
Bundle-Activator: de.dlr.sc.virsat.branding.ui.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.branding.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</property>
<property
name="aboutText"
value="Virtual Satellite 4 - DVLM Core&#x0A;&#x0A;Version 4.17.0&#x0A;&#x0A;© Copyright by DLR (Deutsches Zentrum fuer Luft- und Raumfahrt e. V., German Aerospace Center) 2020. &#x0A;&#x0A;The DLR trade mark (as the word mark DLR or as combination DLR with the DLR Logo) is a registered and protected trade mark and may not be used without DLR´s prior written permission. &#x0A;&#x0A;Copyrighted content other than the S/W provided under the indicated Eclipse License Conditions such as images, photographs, videos and texts which are indicated as being under DLR´s copyright through copyright notice (i. g. © DLR 2020) are provided for use under the Terms of use as provided for on DLRs webpage www.dlr.de&#x0A;&#x0A;&#x0A;German Aerospace Center (DLR) e.V.&#x0A;Lilienthalplatz 7&#x0A;38108 Braunschweig&#x0A;Germany">
value="Virtual Satellite 4 - DVLM Core&#x0A;&#x0A;Version 4.17.1&#x0A;&#x0A;© Copyright by DLR (Deutsches Zentrum fuer Luft- und Raumfahrt e. V., German Aerospace Center) 2020. &#x0A;&#x0A;The DLR trade mark (as the word mark DLR or as combination DLR with the DLR Logo) is a registered and protected trade mark and may not be used without DLR´s prior written permission. &#x0A;&#x0A;Copyrighted content other than the S/W provided under the indicated Eclipse License Conditions such as images, photographs, videos and texts which are indicated as being under DLR´s copyright through copyright notice (i. g. © DLR 2020) are provided for use under the Terms of use as provided for on DLRs webpage www.dlr.de&#x0A;&#x0A;&#x0A;German Aerospace Center (DLR) e.V.&#x0A;Lilienthalplatz 7&#x0A;38108 Braunschweig&#x0A;Germany">
</property>
<property
name="aboutImage"
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.branding.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<feature id="de.dlr.sc.virsat.build.feature" label="VirSat Core Project Builder Feature" version="4.17.0.qualifier" provider-name="DLR (German Aerospace Center)" plugin="de.dlr.sc.virsat.branding.ui" license-feature="de.dlr.sc.virsat.license.feature">
<feature id="de.dlr.sc.virsat.build.feature" label="VirSat Core Project Builder Feature" version="4.17.1.qualifier" provider-name="DLR (German Aerospace Center)" plugin="de.dlr.sc.virsat.branding.ui" license-feature="de.dlr.sc.virsat.license.feature">

<description>
VirSat Builder Feature
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SPDX-License-Identifier: EPL-2.0
<relativePath>../maven/pom.xml</relativePath>
<groupId>de.dlr.sc.virsat</groupId>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.build.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Project Builder Tests
Bundle-SymbolicName: de.dlr.sc.virsat.build.test
Bundle-Version: 4.17.0.qualifier
Bundle-Version: 4.17.1.qualifier
Fragment-Host: de.dlr.sc.virsat.build
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Vendor: DLR (German Aerospace Center)
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Project Builder UI
Bundle-SymbolicName: de.dlr.sc.virsat.build.ui;singleton:=true
Bundle-Version: 4.17.0.qualifier
Bundle-Version: 4.17.1.qualifier
Bundle-Activator: de.dlr.sc.virsat.build.ui.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Require-Bundle: de.dlr.sc.virsat.build;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Project Builder
Bundle-SymbolicName: de.dlr.sc.virsat.build;singleton:=true
Bundle-Version: 4.17.0.qualifier
Bundle-Version: 4.17.1.qualifier
Bundle-Activator: de.dlr.sc.virsat.build.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Require-Bundle: de.dlr.sc.virsat.model,
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.commons.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<feature id="de.dlr.sc.virsat.commons.feature" label="VirSat Core Commons Feature" version="4.17.0.qualifier" provider-name="DLR (German Aerospace Center)" plugin="de.dlr.sc.virsat.branding.ui" license-feature="de.dlr.sc.virsat.license.feature">
<feature id="de.dlr.sc.virsat.commons.feature" label="VirSat Core Commons Feature" version="4.17.1.qualifier" provider-name="DLR (German Aerospace Center)" plugin="de.dlr.sc.virsat.branding.ui" license-feature="de.dlr.sc.virsat.license.feature">

<description>
This feature contains common functionality which is not highly
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.commons.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SPDX-License-Identifier: EPL-2.0
<relativePath>../maven/pom.xml</relativePath>
<groupId>de.dlr.sc.virsat</groupId>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.commons.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.commons.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Commons Tests
Bundle-SymbolicName: de.dlr.sc.virsat.commons.test
Bundle-Version: 4.17.0.qualifier
Bundle-Version: 4.17.1.qualifier
Fragment-Host: de.dlr.sc.virsat.commons
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Vendor: DLR (German Aerospace Center)
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.commons.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.commons.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Commons UI
Bundle-SymbolicName: de.dlr.sc.virsat.commons.ui;singleton:=true
Bundle-Version: 4.17.0.qualifier
Bundle-Version: 4.17.1.qualifier
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.expressions,
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.commons.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.commons/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Commons
Bundle-SymbolicName: de.dlr.sc.virsat.commons
Bundle-Version: 4.17.0.qualifier
Bundle-Version: 4.17.1.qualifier
Bundle-Activator: de.dlr.sc.virsat.commons.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Core Concept Test Utils
Bundle-SymbolicName: de.dlr.sc.virsat.concept.unittest.util
Bundle-Version: 4.17.0.qualifier
Bundle-Version: 4.17.1.qualifier
Bundle-Activator: de.dlr.sc.virsat.concept.unittest.util.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.concept.unittest.util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.dependencies.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<feature id="de.dlr.sc.virsat.dependencies.feature" label="VirSat Core Dependencies Feature" version="4.17.0.qualifier" provider-name="DLR (German Aerospace Center)" plugin="de.dlr.sc.virsat.branding.ui" license-feature="de.dlr.sc.virsat.license.feature">
<feature id="de.dlr.sc.virsat.dependencies.feature" label="VirSat Core Dependencies Feature" version="4.17.1.qualifier" provider-name="DLR (German Aerospace Center)" plugin="de.dlr.sc.virsat.branding.ui" license-feature="de.dlr.sc.virsat.license.feature">

<description>
Feature to platform specific dependencies
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.dependencies.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SPDX-License-Identifier: EPL-2.0
<relativePath>../maven/pom.xml</relativePath>
<groupId>de.dlr.sc.virsat</groupId>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.dependencies.feature</artifactId>
Expand Down
15 changes: 15 additions & 0 deletions de.dlr.sc.virsat.docs.feature/docs/VirSat_Core_ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
VirSat Core Release Notes
-------------------------

Release 4.17.1 (10th October 2024)
----------------------------------

New Features:

Useability:


Maintenance:

Fixed Bugs:
Fixed Null Pointer Exception in visualization causing it to not start #1209.
Fixed Null Pointer Exception in visualization in connection with the selection frame of objects.
Fixed problem after removing the deprecated communication server with updating the visualization when changing the model.

Release 4.17.0 (6th August 2024)
----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.docs.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<feature id="de.dlr.sc.virsat.docs.feature" label="VirSat Core Documents and Release Notes Feature" version="4.17.0.qualifier" provider-name="DLR (German Aerospace Center)" plugin="de.dlr.sc.virsat.branding.ui" license-feature="de.dlr.sc.virsat.license.feature">
<feature id="de.dlr.sc.virsat.docs.feature" label="VirSat Core Documents and Release Notes Feature" version="4.17.1.qualifier" provider-name="DLR (German Aerospace Center)" plugin="de.dlr.sc.virsat.branding.ui" license-feature="de.dlr.sc.virsat.license.feature">

<description>
Feature for documentation and release notes.
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.docs.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<relativePath>../maven/pom.xml</relativePath>
<groupId>de.dlr.sc.virsat</groupId>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
</parent>

<artifactId>de.dlr.sc.virsat.docs.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.excel.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<feature id="de.dlr.sc.virsat.excel.feature" label="VirSat Generic Excel IO Feature" version="4.17.0.qualifier" provider-name="DLR (German Aerospace Center)" plugin="de.dlr.sc.virsat.branding.ui" license-feature="de.dlr.sc.virsat.license.feature">
<feature id="de.dlr.sc.virsat.excel.feature" label="VirSat Generic Excel IO Feature" version="4.17.1.qualifier" provider-name="DLR (German Aerospace Center)" plugin="de.dlr.sc.virsat.branding.ui" license-feature="de.dlr.sc.virsat.license.feature">

<description>
Feature for Functional Electrical Architecture Excel IO
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.excel.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.excel.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Generic Excel IO Tests
Bundle-SymbolicName: de.dlr.sc.virsat.excel.test
Bundle-Version: 4.17.0.qualifier
Bundle-Version: 4.17.1.qualifier
Fragment-Host: de.dlr.sc.virsat.excel
Bundle-ClassPath: .
Bundle-Vendor: DLR (German Aerospace Center)
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.excel.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.excel.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Generic Excel IO UI
Bundle-SymbolicName: de.dlr.sc.virsat.excel.ui;singleton:=true
Bundle-Version: 4.17.0.qualifier
Bundle-Version: 4.17.1.qualifier
Bundle-Activator: de.dlr.sc.virsat.excel.ui.Activator
Bundle-Vendor: DLR (German Aerospace Center)
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.excel.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.excel/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VirSat Generic Excel IO
Bundle-SymbolicName: de.dlr.sc.virsat.excel;singleton:=true
Bundle-Version: 4.17.0.qualifier
Bundle-Version: 4.17.1.qualifier
Bundle-Vendor: DLR (German Aerospace Center)
Require-Bundle: org.eclipse.emf.ecore,
org.eclipse.emf.ecore.xmi,
Expand Down
2 changes: 1 addition & 1 deletion de.dlr.sc.virsat.excel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>de.dlr.sc.virsat.parent</artifactId>
<groupId>de.dlr.sc.virsat</groupId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.1-SNAPSHOT</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Loading

0 comments on commit f6d8036

Please sign in to comment.