Skip to content

Commit

Permalink
Merge branch 'main' into fix_tls_version_parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianpilz authored Feb 23, 2024
2 parents 5fe25f5 + 2c6c5b3 commit 032552b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- a command line parameter to change the log level threshold of the log file
- a parameter in a config file to specify the ciphers being used in the TLS protocol

### Changed

- t2iapi version to 4.1.0

### Fixed

- a performance issue with xml unmarshalling due to finding an interface implementation for TransformerFactory
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Enable=true
will make all devices match during discovery.

### Manipulation API
The test tool uses *T2IAPI* version `3.0.0`. The *T2IAPI* is required for some test cases to put the DUT in a certain
The test tool uses *T2IAPI* version `4.1.0`. The *T2IAPI* is required for some test cases to put the DUT in a certain
state, or to trigger a certain behavior. When using SDCcc with automated manipulations, it must be ensured that the same
version of *T2IAPI* is used for the test execution by both parties. It must also be ensured that the device's
manipulations are implemented according to the descriptions in the T2IAPI sources. Further information can be found
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</modules>

<properties>
<revision>8.1.0</revision>
<revision>9.0.0</revision>
<changelist>-SNAPSHOT</changelist>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<execPluginVersion>3.1.0</execPluginVersion>
Expand Down
2 changes: 1 addition & 1 deletion sdccc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<dependency>
<groupId>com.draeger.medical</groupId>
<artifactId>t2iapi</artifactId>
<version>3.0.0</version>
<version>4.1.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 032552b

Please sign in to comment.