Skip to content

Commit 1790019

Browse files
committed
Merge branch 'master' into matchrule-update
2 parents ca1a597 + 5a8c846 commit 1790019

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,14 @@ The library will remain open source and MIT licensed and can still be used, fork
125125
#### Changes
126126

127127
##### Changes in 5.2.0 (not yet released):
128+
- removed properties from dbus-java.version which causes issues with reproducable builds ([PR#279](https://github.com/hypfvieh/dbus-java/issues/279))
128129
- Re-Implemented `DBusMatchRule`
129130
- The new implementation can be found in `org.freedesktop.dbus.matchrules.DBusMatchRule`, the old `DBusMatchRule` class still exists and is now a subclass
130131
of the new implementation but is deprecated.
131132
- use `DBusMatchRuleBuilder` to create instances of the new `DBusMatchRule`
132133
- the `AbstractConnection.addSigHandler(DBusMatchRule, SigHandler)` is now public and can be used to register rules arbitrary rules
133134
- the new implementation supports additional MatchRules as defined by DBus Specification (except eavesdrop)
135+
- Extended `EmbeddedDBusDaemon` to properly support MatchRules
134136

135137
##### Changes in 5.1.1 (2025-03-14):
136138
- Added new Helper class `VariantBuilder` to allow creating Variants which contain Maps or Collections without messing with the required DBus type arguments
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
version=${project.version}
22
revision=${git.commit.id.abbrev}
3-
user=${git.build.user.name}
4-
jdk=${java.vm.version}

0 commit comments

Comments
 (0)