#964zeromq/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)
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
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 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.
Bumps org.zeromq:jeromq from 0.5.4 to 0.6.0.
Changelog
Sourced from org.zeromq:jeromq's changelog.
Commits
70639a4
Merge pull request #970 from fbacchella/release_0.6.0c0cc0dd
The 0.6.0 release.2f00104
Merge pull request #969 from deschcla/master5cc9e6d
fix typo in doc/sockets.md7fb8395
Merge pull request #968 from fbacchella/pre_0.6.0e61a48b
Preparing 0.6.0 release.5c88b57
Updating build with JDK 21.ad10d14
Merge pull request #963 from ppkarwasz/masterf8944c3
Merge pull request #964 from fbacchella/public_defaulta7157fe
Exports all options default values as constant in ZMQ class.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