Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
wes-johnson committed Nov 6, 2023
2 parents dbda948 + d5812aa commit 5736e40
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 21 deletions.
2 changes: 1 addition & 1 deletion java/compat_impl/edge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/compat_impl/host/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/examples/device_timestamp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/examples/edge_node_control/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/examples/host_file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/examples/listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<packaging>pom</packaging>

<name>Eclipse Tahu</name>
Expand Down
2 changes: 1 addition & 1 deletion java/examples/raspberry_pi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/examples/records/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/examples/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/examples/udt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/lib/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/lib/edge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,10 @@ public boolean aliasExists(EdgeNodeDescriptor edgeNodeDescriptor, SparkplugDescr

public MetricDataTypeMap getMetricDataTypeMap(EdgeNodeDescriptor edgeNodeDescriptor,
SparkplugDescriptor sparkplugDescriptor) {
Map<SparkplugDescriptor, MetricMap> edgeNodeMetricMaps = allEdgeNodeMetricMaps.get(edgeNodeDescriptor);
if (edgeNodeMetricMaps != null && edgeNodeMetricMaps.get(sparkplugDescriptor) != null) {
return edgeNodeMetricMaps.get(sparkplugDescriptor).getMetricDataTypeMap();
} else {
return null;
}
Map<SparkplugDescriptor, MetricMap> edgeNodeMetricMaps =
allEdgeNodeMetricMaps.computeIfAbsent(edgeNodeDescriptor, (k) -> new ConcurrentHashMap<>());
edgeNodeMetricMaps.computeIfAbsent(sparkplugDescriptor, (k) -> new MetricMap());
return edgeNodeMetricMaps.get(sparkplugDescriptor).getMetricDataTypeMap();
}

public MetricDataType getDataType(EdgeNodeDescriptor edgeNodeDescriptor, SparkplugDescriptor sparkplugDescriptor,
Expand Down
2 changes: 1 addition & 1 deletion java/lib/host/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<packaging>pom</packaging>

<name>Eclipse Tahu</name>
Expand Down

0 comments on commit 5736e40

Please sign in to comment.