Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2025

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

Release notes

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

dbus-java 5.1.1

What's Changed

  • 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)
  • Fixed wrong import when generating Tuple containing Struct (#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
  • Added support for EmitsChangedSignal (PR#267), thanks to GeVa2072
  • Tighten PMD rules to disallow usage of var keyword
  • Updated Maven plugins
  • Improved documentation
  • Fixed issue with arrays, primitive arrays and Collection when used in signal constructors (#268)
  • Improvements when using library in Kotlin projects (PR#270), thanks to vicr123
  • Fixed exporting of methods which used a Tuple return type caused ClassCastException (#271)
  • Deprecated ObjectPath, use DBusPath instead
  • Added of(String...) factory method to DBusPath
  • Smaller refactorings to reduce duplicated code
  • Added additional getRemoteObject methods which uses DBusPath as argument
  • Smaller improvements in empty array creation and other minor Improvements (PR#276), thanks to joerg1985

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

Commits
  • d6b59ff [maven-release-plugin] prepare release dbus-java-parent-5.1.1
  • faaf63e Merge pull request #278 from hypfvieh/dependabot/maven/net.sourceforge.pmd-pm...
  • 9913289 Bump net.sourceforge.pmd:pmd-core from 7.4.0 to 7.10.0
  • 62f7ccd updated readme
  • fbfed8b Merge branch 'joerg1985-minor-improvements'
  • 2bce657 minor code improvements
  • ce05674 Merge pull request #274 from hypfvieh/dependabot/maven/ch.qos.logback-logback...
  • 96251ba Bump ch.qos.logback:logback-core from 1.5.7 to 1.5.13
  • 39a57f3 Refactorings, Reduced duplicate code/documentation
  • 09ba07e Ensure fields annotated by @​Position are sorted by @​Position value and not by...
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 16, 2025
Bumps [com.github.hypfvieh:dbus-java-core](https://github.com/hypfvieh/dbus-java) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/hypfvieh/dbus-java/releases)
- [Commits](hypfvieh/dbus-java@dbus-java-parent-5.1.0...dbus-java-parent-5.1.1)

---
updated-dependencies:
- dependency-name: com.github.hypfvieh:dbus-java-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@purejava purejava merged commit c28d94f into develop Mar 16, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/com.github.hypfvieh-dbus-java-core-5.1.1 branch March 16, 2025 09:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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