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

Bump org.zeromq:jeromq from 0.5.4 to 0.6.0 #694

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2024

Bumps org.zeromq:jeromq from 0.5.4 to 0.6.0.

Changelog

Sourced from org.zeromq:jeromq's changelog.

v0.6.0 (2024-02-04)

Added

  • #964 zeromq/jeromq#964 Exports all options default values as constant in ZMQ class. This will allow client libraries to use them.

  • #963 (zeromq/jeromq#963) Replaces maven-bundle-plugin with the more up-to-date bnd-maven-plugin and configures it to generate a JPMS module descriptor besides the OSGi descriptor.

  • #949 (zeromq/jeromq#949) Added a way to specify a custom monitor, that don’t need to communicate through a ZMQ socket. It allows to use monitor for logging without hitting hard on the CPU with poller overload. Improved in #950 (zeromq/jeromq#950)

  • #942 (zeromq/jeromq#942) zmq.Ctx can now be provided a thread factory, that can used to tweaks threads. The main purpose of this is to be able to bind thread to CPU using external libraries like https://github.com/OpenHFT/Java-Thread-Affinity. The idea was suggested by issue #910.

  • Also adding a check that prevent modifications of some settings once they have been used by zmq.Ctx initialisation.

Changed

  • Many code smell removed using SonarLint.

  • #941 (zeromq/jeromq#940) Fix to issue #940 by setting `key=null on setKey, added test

  • #939 (zeromq/jeromq#939) Simplified Mailbox, always thread safe, so `MailboxSafe usages are removed and the class is marked at deprecated.

  • #936 (zeromq/jeromq#936)

    org.zeromq.ZSocket and org.zeromq.ZMQ.Socket can now read and write zmq.Msg directly.

    Updating Metada class to provide more data access and functions. ZMetadata is updated too. It internally now uses ConcurrentHashMap instead of the old Properties class. The Properties class ignore null values, ConcurrentHashMap reject them but ZMTP protocol allows empty values. So null values are transformed to empty strings.

    Metada#set is deprecated and replaced by Metada#put, to be more consistent with Map API.

    Lots of hostile final method declaration removed.

Commits
  • 70639a4 Merge pull request #970 from fbacchella/release_0.6.0
  • c0cc0dd The 0.6.0 release.
  • 2f00104 Merge pull request #969 from deschcla/master
  • 5cc9e6d fix typo in doc/sockets.md
  • 7fb8395 Merge pull request #968 from fbacchella/pre_0.6.0
  • e61a48b Preparing 0.6.0 release.
  • 5c88b57 Updating build with JDK 21.
  • ad10d14 Merge pull request #963 from ppkarwasz/master
  • f8944c3 Merge pull request #964 from fbacchella/public_default
  • a7157fe Exports all options default values as constant in ZMQ class.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the Dependencies Changes/bumps in dependencies of the project label Feb 22, 2024
@skalarproduktraum
Copy link
Member

@dependabot rebase

Bumps [org.zeromq:jeromq](https://github.com/zeromq/jeromq) from 0.5.4 to 0.6.0.
- [Changelog](https://github.com/zeromq/jeromq/blob/master/CHANGELOG.md)
- [Commits](zeromq/jeromq@v0.5.4...v0.6.0)

---
updated-dependencies:
- dependency-name: org.zeromq:jeromq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.zeromq-jeromq-0.6.0 branch from c6622fa to 50f170e Compare April 9, 2024 07:23
@skalarproduktraum skalarproduktraum merged commit b7af873 into main Apr 9, 2024
6 checks passed
@skalarproduktraum skalarproduktraum deleted the dependabot/gradle/org.zeromq-jeromq-0.6.0 branch April 9, 2024 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Changes/bumps in dependencies of the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant