Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps dbus-java from 5.1.1 to 5.2.0.
Updates com.github.hypfvieh:dbus-java-core from 5.1.1 to 5.2.0

Release notes

Sourced from com.github.hypfvieh:dbus-java-core's releases.

dbus-java-5.2.0

What's Changed

  • removed properties from dbus-java.version which causes issues with reproducable builds (PR#279)
  • Re-Implemented DBusMatchRule
    • The new implementation can be found in org.freedesktop.dbus.matchrules.DBusMatchRule, the old DBusMatchRule class still exists and is now a subclass of the new implementation but is deprecated.
    • use DBusMatchRuleBuilder to create instances of the new DBusMatchRule
    • the AbstractConnection.addSigHandler(DBusMatchRule, SigHandler) is now public and can be used to register arbitrary rules
    • the new implementation supports additional MatchRules as defined by DBus Specification (except eavesdrop)
    • Extended EmbeddedDBusDaemon to properly support MatchRules
  • Improved InterfaceCodeGenerator to properly create Tuple classes and create empty signal classes as well
  • Dependency updates
  • Plugin updates
  • Increased minimum required Maven version from 3.6.3 to 3.9.3
  • Update site descriptors
  • Addressed a few PMD findings
  • Fixed issue when using DBusPath("/") in getRemoteObject method (#290)

Full Changelog: hypfvieh/dbus-java@dbus-java-parent-5.1.1...dbus-java-parent-5.2.0

Commits
  • 29dbfbb [maven-release-plugin] prepare release dbus-java-parent-5.2.0
  • cb99435 disable deployment of examples to maven central
  • 64b6b31 Updated maven central deploy plugin
  • 6edccfe Update GitHub Actions to use latest versions
  • 55460b5 Update GitHub Actions to use latest versions
  • e89e4ad Update GitHub Actions to use latest versions
  • 55ec23e Update GitHub Actions to use latest versions
  • 9af184b Upgrade CodeQL actions and Java setup versions
  • c76f9ec Improved javadoc plugin config; Use version-property in examples pom
  • 34bae70 Merge branch 'master' of ssh://github.com/hypfvieh/dbus-java
  • Additional commits viewable in compare view

Updates com.github.hypfvieh:dbus-java-transport-native-unixsocket from 5.1.1 to 5.2.0

Release notes

Sourced from com.github.hypfvieh:dbus-java-transport-native-unixsocket's releases.

dbus-java-5.2.0

What's Changed

  • removed properties from dbus-java.version which causes issues with reproducable builds (PR#279)
  • Re-Implemented DBusMatchRule
    • The new implementation can be found in org.freedesktop.dbus.matchrules.DBusMatchRule, the old DBusMatchRule class still exists and is now a subclass of the new implementation but is deprecated.
    • use DBusMatchRuleBuilder to create instances of the new DBusMatchRule
    • the AbstractConnection.addSigHandler(DBusMatchRule, SigHandler) is now public and can be used to register arbitrary rules
    • the new implementation supports additional MatchRules as defined by DBus Specification (except eavesdrop)
    • Extended EmbeddedDBusDaemon to properly support MatchRules
  • Improved InterfaceCodeGenerator to properly create Tuple classes and create empty signal classes as well
  • Dependency updates
  • Plugin updates
  • Increased minimum required Maven version from 3.6.3 to 3.9.3
  • Update site descriptors
  • Addressed a few PMD findings
  • Fixed issue when using DBusPath("/") in getRemoteObject method (#290)

Full Changelog: hypfvieh/dbus-java@dbus-java-parent-5.1.1...dbus-java-parent-5.2.0

Commits
  • 29dbfbb [maven-release-plugin] prepare release dbus-java-parent-5.2.0
  • cb99435 disable deployment of examples to maven central
  • 64b6b31 Updated maven central deploy plugin
  • 6edccfe Update GitHub Actions to use latest versions
  • 55460b5 Update GitHub Actions to use latest versions
  • e89e4ad Update GitHub Actions to use latest versions
  • 55ec23e Update GitHub Actions to use latest versions
  • 9af184b Upgrade CodeQL actions and Java setup versions
  • c76f9ec Improved javadoc plugin config; Use version-property in examples pom
  • 34bae70 Merge branch 'master' of ssh://github.com/hypfvieh/dbus-java
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `dbus-java` from 5.1.1 to 5.2.0.

Updates `com.github.hypfvieh:dbus-java-core` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/hypfvieh/dbus-java/releases)
- [Commits](hypfvieh/dbus-java@dbus-java-parent-5.1.1...dbus-java-parent-5.2.0)

Updates `com.github.hypfvieh:dbus-java-transport-native-unixsocket` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/hypfvieh/dbus-java/releases)
- [Commits](hypfvieh/dbus-java@dbus-java-parent-5.1.1...dbus-java-parent-5.2.0)

---
updated-dependencies:
- dependency-name: com.github.hypfvieh:dbus-java-core
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.github.hypfvieh:dbus-java-transport-native-unixsocket
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants