Skip to content

Commit

Permalink
POM fixes; Dependency Updates; Improvements in InterfaceCodeGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
hypfvieh committed Aug 25, 2024
1 parent 366f70e commit d0c4838
Show file tree
Hide file tree
Showing 8 changed files with 211 additions and 113 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ The library will remain open source and MIT licensed and can still be used, fork
- Added new Helper class `VariantBuilder` to allow creating Variants which contain Maps or Collections without messing with the required DBus type arguments
- Fixed wrong/missing increment when resolving nested structs or deeply nested objects in `Marshalling.getDBusType` ([#265](https://github.com/hypfvieh/dbus-java/issues/265))
- Fixed wrong import when generating Tuple containing Struct ([#264](https://github.com/hypfvieh/dbus-java/issues/264))
- Added support for argument prefix for methods and constructors in `InterfaceCodeGenerator` (to e. g. allow generating code using similar code style like dbus-java with prefixing every argument with `_`)
- Fixed printed version information in `InterfaceCodeGenerator` was always `null`
- Smaller code cleanup in `InterfaceCodeGenerator` to prevent creating multiple empty lines
- Dependency updates

##### Changes in 5.1.0 (2024-08-01):
- Use Junit BOM thanks to [spannm](https://github.com/spannm) ([PR#248](https://github.com/hypfvieh/dbus-java/issues/248))
Expand Down
2 changes: 1 addition & 1 deletion dbus-java-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.annotation</artifactId>
<version>2.2.800</version>
<version>2.3.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dbus-java-transport-junixsocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.kohlschutter</groupId>
<artifactId>compiler-annotations</artifactId>
<version>1.6.7</version>
<version>1.7.4</version>
</dependency>

</dependencies>
Expand Down
Loading

0 comments on commit d0c4838

Please sign in to comment.