Skip to content

Commit

Permalink
Fixed #255: Added junixsocket transport to BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
hypfvieh committed Apr 2, 2024
1 parent db45c86 commit caf1d83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ The library will remain open source and MIT licensed and can still be used, fork
- Improved handling of `@DBusBoundProperty` annotation ([#253](https://github.com/hypfvieh/dbus-java/issues/253)), ([PR#252](https://github.com/hypfvieh/dbus-java/issues/252))
- Improved InterfaceCodeGenerator to handle generated struct class names properly ([#254](https://github.com/hypfvieh/dbus-java/issues/254))
- Improved InterfaceCodeGenerator to add parameter/argument name to created struct class name (e.g. MyMethod(something) => MyMethodSomethingStruct)
- Added dbus-java-transport-junixsocket to BOM ([#255](https://github.com/hypfvieh/dbus-java/issues/255))

##### Changes in 5.0.0 (2024-01-25):
- **Updated minimum required Java version to 17**
Expand Down
6 changes: 6 additions & 0 deletions dbus-java-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.github.hypfvieh</groupId>
<artifactId>dbus-java-transport-junixsocket</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.github.hypfvieh</groupId>
<artifactId>dbus-java-transport-tcp</artifactId>
Expand Down

0 comments on commit caf1d83

Please sign in to comment.