Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump dbusJava from 5.1.0 to 5.1.1 #875

Merged
merged 1 commit into from
Mar 18, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps dbusJava from 5.1.0 to 5.1.1.
Updates 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

Updates com.github.hypfvieh:dbus-java-transport-jnr-unixsocket from 5.1.0 to 5.1.1

Release notes

Sourced from com.github.hypfvieh:dbus-java-transport-jnr-unixsocket'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 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 `dbusJava` from 5.1.0 to 5.1.1.

Updates `com.github.hypfvieh:dbus-java-core` 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)

Updates `com.github.hypfvieh:dbus-java-transport-jnr-unixsocket` 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
- dependency-name: com.github.hypfvieh:dbus-java-transport-jnr-unixsocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 17, 2025
@AChep AChep merged commit 027b9b3 into master Mar 18, 2025
2 checks passed
@AChep AChep deleted the dependabot/gradle/dbusJava-5.1.1 branch March 18, 2025 10:09
@github-actions github-actions bot locked and limited conversation to collaborators Mar 18, 2025
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.

1 participant