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 #2271

Merged
merged 1 commit into from Feb 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 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

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 Related to third party dependency updates or migrations java Pull requests that update Java code labels Feb 7, 2024
@vy
Copy link
Member

vy commented Feb 7, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/2.x/org.zeromq-jeromq-0.6.0 branch from 3dd2612 to 55f4a58 Compare February 7, 2024 12:22
@github-actions github-actions bot merged commit 3333d00 into 2.x Feb 7, 2024
@github-actions github-actions bot deleted the dependabot/maven/2.x/org.zeromq-jeromq-0.6.0 branch February 7, 2024 13:03
@github-actions github-actions bot force-pushed the dependabot/maven/2.x/org.zeromq-jeromq-0.6.0 branch from 55f4a58 to 3333d00 Compare February 7, 2024 13:03
@ppkarwasz
Copy link
Contributor

The change in module name was addressed here: 090123c

@vy
Copy link
Member

vy commented Feb 9, 2024

The change in module name was addressed here: 090123c

How did you notice the change?

@ppkarwasz
Copy link
Contributor

I am the one that submitted the PR to JeroMQ that adds a real module descriptor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to third party dependency updates or migrations java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants