Skip to content

Commit 01678a0

Browse files
authored
Merge pull request #2 from isivanoff/dependency-updates
New release: 0.2.4
2 parents 44728de + 77ceea3 commit 01678a0

File tree

335 files changed

+5359
-5410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

335 files changed

+5359
-5410
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Add necessary dependencies:
1616
<dependency>
1717
<groupId>com.connectedcooking.opcua</groupId>
1818
<artifactId>opcua-dynamic-node-manager</artifactId>
19-
<version>0.2.3</version>
19+
<version>0.2.4</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>com.prosysopc.ua</groupId>
2323
<artifactId>prosys-opc-ua-sdk-client-server</artifactId>
24-
<version>5.2.2-139</version>
24+
<version>5.2.4-147</version>
2525
</dependency>
2626
```
2727

examples/parent/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<maven.compiler.source>11</maven.compiler.source>
1515
<maven.compiler.target>11</maven.compiler.target>
1616

17-
<dynamicnodemanager.version>0.2.3-SNAPSHOT</dynamicnodemanager.version>
17+
<dynamicnodemanager.version>0.2.4</dynamicnodemanager.version>
1818

19-
<prosys.version>5.2.2-139</prosys.version>
20-
<slf4j.version>2.0.13</slf4j.version>
21-
<jupiter.version>5.10.2</jupiter.version>
22-
<mockito.version>5.12.0</mockito.version>
23-
<assertj.version>3.26.0</assertj.version>
19+
<prosys.version>5.2.4-147</prosys.version>
20+
<slf4j.version>2.0.16</slf4j.version>
21+
<jupiter.version>5.11.0</jupiter.version>
22+
<mockito.version>5.13.0</mockito.version>
23+
<assertj.version>3.26.3</assertj.version>
2424

25-
<logback.version>1.5.6</logback.version>
25+
<logback.version>1.5.8</logback.version>
2626
</properties>
2727

2828
<dependencyManagement>

examples/prosys/opc30200/src/main/java/com/connectedcooking/opcua/dynamicnodemanager/examples/prosys/opc30200/model/cke/CommercialKitchenEquipmentCommonInformationModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import com.prosysopc.ua.CommonCodegenModel;
3030

3131
/**
32-
* Generated on 2024-06-17 14:43:51
32+
* Generated on 2024-09-09 10:35:47
3333
*/
3434
public class CommercialKitchenEquipmentCommonInformationModel {
3535
public static final CommonCodegenModel MODEL;

examples/prosys/opc30200/src/main/java/com/connectedcooking/opcua/dynamicnodemanager/examples/prosys/opc30200/model/cke/CommercialKitchenEquipmentDataTypeDictionaryHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import com.prosysopc.ua.typedictionary.GeneratedDataTypeDictionary;
3030

3131
/**
32-
* Generated on 2024-06-17 14:43:51
32+
* Generated on 2024-09-09 10:35:47
3333
*/
3434
public class CommercialKitchenEquipmentDataTypeDictionaryHelper {
3535
public static GeneratedDataTypeDictionary createDataTypeDictionary() {

examples/prosys/opc30200/src/main/java/com/connectedcooking/opcua/dynamicnodemanager/examples/prosys/opc30200/model/cke/CommercialKitchenEquipmentDataTypeIds.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import java.util.Set;
77

88
/**
9-
* Generated on 2024-06-17 14:43:51
9+
* Generated on 2024-09-09 10:35:47
1010
*/
1111
public interface CommercialKitchenEquipmentDataTypeIds {
1212
ExpandedNodeId BeverageSMLEnumeration = CommercialKitchenEquipmentUaIds.BeverageSMLEnumeration.asExpandedNodeId();

examples/prosys/opc30200/src/main/java/com/connectedcooking/opcua/dynamicnodemanager/examples/prosys/opc30200/model/cke/CommercialKitchenEquipmentIds.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import java.util.Set;
99

1010
/**
11-
* Generated on 2024-06-17 14:43:51
11+
* Generated on 2024-09-09 10:35:47
1212
*/
1313
public interface CommercialKitchenEquipmentIds extends CommercialKitchenEquipmentVariableIds, CommercialKitchenEquipmentDataTypeIds, CommercialKitchenEquipmentObjectTypeIds, CommercialKitchenEquipmentObjectIds {
1414
static Set<ExpandedNodeId> allIdentifiers() {

examples/prosys/opc30200/src/main/java/com/connectedcooking/opcua/dynamicnodemanager/examples/prosys/opc30200/model/cke/CommercialKitchenEquipmentObjectIds.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
import java.util.Set;
77

88
/**
9-
* Generated on 2024-06-17 14:43:51
9+
* Generated on 2024-09-09 10:35:47
1010
*/
1111
public interface CommercialKitchenEquipmentObjectIds {
12+
ExpandedNodeId CommercialKitchenDeviceType_HACCPValues = CommercialKitchenEquipmentUaIds.CommercialKitchenDeviceType_HACCPValues.asExpandedNodeId();
13+
1214
ExpandedNodeId CommercialKitchenDeviceType_BatchInformation = CommercialKitchenEquipmentUaIds.CommercialKitchenDeviceType_BatchInformation.asExpandedNodeId();
1315

1416
ExpandedNodeId CommercialKitchenDeviceType_InformationConditions = CommercialKitchenEquipmentUaIds.CommercialKitchenDeviceType_InformationConditions.asExpandedNodeId();
1517

1618
ExpandedNodeId CommercialKitchenDeviceType_ErrorConditions = CommercialKitchenEquipmentUaIds.CommercialKitchenDeviceType_ErrorConditions.asExpandedNodeId();
1719

18-
ExpandedNodeId CommercialKitchenDeviceType_HACCPValues = CommercialKitchenEquipmentUaIds.CommercialKitchenDeviceType_HACCPValues.asExpandedNodeId();
20+
ExpandedNodeId CoffeeMachineDeviceType_Parameters = CommercialKitchenEquipmentUaIds.CoffeeMachineDeviceType_Parameters.asExpandedNodeId();
1921

2022
ExpandedNodeId CoffeeMachineDeviceType_RecipeName = CommercialKitchenEquipmentUaIds.CoffeeMachineDeviceType_RecipeName.asExpandedNodeId();
2123

22-
ExpandedNodeId CoffeeMachineDeviceType_Parameters = CommercialKitchenEquipmentUaIds.CoffeeMachineDeviceType_Parameters.asExpandedNodeId();
23-
2424
ExpandedNodeId CombiSteamerDeviceType_CombiSteamer = CommercialKitchenEquipmentUaIds.CombiSteamerDeviceType_CombiSteamer.asExpandedNodeId();
2525

2626
ExpandedNodeId CookingKettleDeviceType_CookingKettle = CommercialKitchenEquipmentUaIds.CookingKettleDeviceType_CookingKettle.asExpandedNodeId();

examples/prosys/opc30200/src/main/java/com/connectedcooking/opcua/dynamicnodemanager/examples/prosys/opc30200/model/cke/CommercialKitchenEquipmentObjectTypeIds.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import java.util.Set;
77

88
/**
9-
* Generated on 2024-06-17 14:43:51
9+
* Generated on 2024-09-09 10:35:47
1010
*/
1111
public interface CommercialKitchenEquipmentObjectTypeIds {
1212
ExpandedNodeId BatchInformationType = CommercialKitchenEquipmentUaIds.BatchInformationType.asExpandedNodeId();

examples/prosys/opc30200/src/main/java/com/connectedcooking/opcua/dynamicnodemanager/examples/prosys/opc30200/model/cke/CommercialKitchenEquipmentUaDataTypeIds.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import java.util.Set;
77

88
/**
9-
* Generated on 2024-06-17 14:43:51
9+
* Generated on 2024-09-09 10:35:47
1010
*/
1111
public interface CommercialKitchenEquipmentUaDataTypeIds {
1212
UaNodeId BeverageSMLEnumeration = CommercialKitchenEquipmentUaDataTypeIdsInit.initBeverageSMLEnumeration();

examples/prosys/opc30200/src/main/java/com/connectedcooking/opcua/dynamicnodemanager/examples/prosys/opc30200/model/cke/CommercialKitchenEquipmentUaDataTypeIdsInit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import com.prosysopc.ua.UaNodeId;
66

77
/**
8-
* Generated on 2024-06-17 14:43:51
8+
* Generated on 2024-09-09 10:35:47
99
*/
1010
class CommercialKitchenEquipmentUaDataTypeIdsInit {
1111
static UaNodeId initBeverageSMLEnumeration() {

0 commit comments

Comments
 (0)