Skip to content

Commit

Permalink
bump t2iapi version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianpilz committed Feb 22, 2024
1 parent 1f1d840 commit 9bd4cc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,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

### 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 @@ -130,7 +130,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 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 9bd4cc0

Please sign in to comment.