Title: Bump junixsocket.version from 2.6.1 to 2.7.2 by dependabot[bot] · Pull Request #2204 · docker-java/docker-java · GitHub
Open Graph Title: Bump junixsocket.version from 2.6.1 to 2.7.2 by dependabot[bot] · Pull Request #2204 · docker-java/docker-java
X Title: Bump junixsocket.version from 2.6.1 to 2.7.2 by dependabot[bot] · Pull Request #2204 · docker-java/docker-java
Description: Bumps junixsocket.version from 2.6.1 to 2.7.2.
Updates com.kohlschutter.junixsocket:junixsocket-common from 2.6.1 to 2.7.2
Release notes
Sourced from com.kohlschutter.junixsocket:junixsocket-common's releases.
junixsocket 2.7.2
Fix SelectionKey logic (regression introduced in 2.7.1)
Fix selftest-android dependency (some tests would always fail)
Improve AFSocketAddress creation, skip DNS resolution on Android
Add demo code for interacting with Apache Mina and Netty
Code cleanup
junixsocket 2.7.1
Fix openDatagramChannelPair (was using STREAM instead of DGRAM), add AFSocketType support
Fix availability of AF_SYSTEM capability on Darwin
Improve exception handling for "EPROTOTYPE" error on z/OS
Improve SelectionKey logic, reduce locking/GC overhead
Improve "unsupported operation" handling in native code
Improve handling of "test aborted, but not really an issue"
Add unit tests for Jetty 12
Code cleanup, update dependencies
junixsocket 2.7.0
Users of junixsocket are strongly advised to upgrade to this version
New supported platform (out of the box): Android (aarch64, arm-linux-androideabi, x86_64, i686)
New platforms that can be used when building the native library from source: Haiku, IBM z/TPF
Add selftest GUI app for Android (“junixsocket-selftest-android”)
Add ability to get native file descriptor number via FileDescriptorCast
Add AFSocketCapability for “large port numbers” (larger than 65535)
Add support to convert UnixDomainSocketAddress to AFUNIXSocketAddress (Java 16+)
Add support for AF_SYSTEM (macOS), which allows creating your own VPN via utun, for example.
Add initial support for SOCK_SEQPACKET/SOCK_RDM/SOCK_RAW
Fix potential data corruption when sending non-direct ByteBuffers larger than 8192 bytes
Fix potential data corruption when receiving non-direct ByteBuffers with non-zero position
Fix intermittent hangs when sending datagrams on macOS, BSD
Fix “org.eclipse.jdt.annotation” JPMS module: no longer required at runtime
Fix Exception messages from native code being empty in some Linux environments
Fix selftest failing for vsock in some Linux environments
Improve JNI library lookup; load from user.home/user.dir if tmpfs is mounted with noexec
Improve concurrency performance for RMI over Unix domain sockets
Improve reliability on exotic environments
Update dependencies, improve tests, selftest, build scripts
Require Java 16 to build (still supports running on Java 8 and newer)
Last but not least: junixsocket finally has a logo!
junixsocket 2.6.2
Add socket connectors for AF_VSOCK, Firecracker
Add mayStopServerForce to AFSocketServerConnector
Fix false-positive selftest failure on slow machines
Fix potential hang in send
Fix support for TIPC/VSOCK when building GraalVM native images
Fix serialization of AFSocketAddresses
Update dependencies, especially use the new mysql.connector.j
Commits
262101f Update dependency versions
7ebfde1 demo: Update netty dependency, fix module-info
2c56baf Bump version to 2.7.2
c48c748 Update changelog
314a6b6 Update README
e2df76d site: Update demo page
3658c6e demo: mina: Fix PMD warnings
e9d3191 demo: Add netty example code
0e87299 demo: Fix PMD warning
a6dda25 AFSocketAddress: Prevent false-positive "mutable object" warnings
Additional commits viewable in compare view
Updates com.kohlschutter.junixsocket:junixsocket-native-common from 2.6.1 to 2.7.2
Release notes
Sourced from com.kohlschutter.junixsocket:junixsocket-native-common's releases.
junixsocket 2.7.2
Fix SelectionKey logic (regression introduced in 2.7.1)
Fix selftest-android dependency (some tests would always fail)
Improve AFSocketAddress creation, skip DNS resolution on Android
Add demo code for interacting with Apache Mina and Netty
Code cleanup
junixsocket 2.7.1
Fix openDatagramChannelPair (was using STREAM instead of DGRAM), add AFSocketType support
Fix availability of AF_SYSTEM capability on Darwin
Improve exception handling for "EPROTOTYPE" error on z/OS
Improve SelectionKey logic, reduce locking/GC overhead
Improve "unsupported operation" handling in native code
Improve handling of "test aborted, but not really an issue"
Add unit tests for Jetty 12
Code cleanup, update dependencies
junixsocket 2.7.0
Users of junixsocket are strongly advised to upgrade to this version
New supported platform (out of the box): Android (aarch64, arm-linux-androideabi, x86_64, i686)
New platforms that can be used when building the native library from source: Haiku, IBM z/TPF
Add selftest GUI app for Android (“junixsocket-selftest-android”)
Add ability to get native file descriptor number via FileDescriptorCast
Add AFSocketCapability for “large port numbers” (larger than 65535)
Add support to convert UnixDomainSocketAddress to AFUNIXSocketAddress (Java 16+)
Add support for AF_SYSTEM (macOS), which allows creating your own VPN via utun, for example.
Add initial support for SOCK_SEQPACKET/SOCK_RDM/SOCK_RAW
Fix potential data corruption when sending non-direct ByteBuffers larger than 8192 bytes
Fix potential data corruption when receiving non-direct ByteBuffers with non-zero position
Fix intermittent hangs when sending datagrams on macOS, BSD
Fix “org.eclipse.jdt.annotation” JPMS module: no longer required at runtime
Fix Exception messages from native code being empty in some Linux environments
Fix selftest failing for vsock in some Linux environments
Improve JNI library lookup; load from user.home/user.dir if tmpfs is mounted with noexec
Improve concurrency performance for RMI over Unix domain sockets
Improve reliability on exotic environments
Update dependencies, improve tests, selftest, build scripts
Require Java 16 to build (still supports running on Java 8 and newer)
Last but not least: junixsocket finally has a logo!
junixsocket 2.6.2
Add socket connectors for AF_VSOCK, Firecracker
Add mayStopServerForce to AFSocketServerConnector
Fix false-positive selftest failure on slow machines
Fix potential hang in send
Fix support for TIPC/VSOCK when building GraalVM native images
Fix serialization of AFSocketAddresses
Update dependencies, especially use the new mysql.connector.j
Commits
262101f Update dependency versions
7ebfde1 demo: Update netty dependency, fix module-info
2c56baf Bump version to 2.7.2
c48c748 Update changelog
314a6b6 Update README
e2df76d site: Update demo page
3658c6e demo: mina: Fix PMD warnings
e9d3191 demo: Add netty example code
0e87299 demo: Fix PMD warning
a6dda25 AFSocketAddress: Prevent false-positive "mutable object" warnings
Additional commits viewable in compare view
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
Open Graph Description: Bumps junixsocket.version from 2.6.1 to 2.7.2. Updates com.kohlschutter.junixsocket:junixsocket-common from 2.6.1 to 2.7.2 Release notes Sourced from com.kohlschutter.junixsocket:junixsocket-commo...
X Description: Bumps junixsocket.version from 2.6.1 to 2.7.2. Updates com.kohlschutter.junixsocket:junixsocket-common from 2.6.1 to 2.7.2 Release notes Sourced from com.kohlschutter.junixsocket:junixsocket-commo...
Opengraph URL: https://github.com/docker-java/docker-java/pull/2204
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:454379ba-fb20-65d8-b63a-0e879a0e717b |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | EE02:2641E2:36D8AC6:4705BC9:6974F7DC |
| html-safe-nonce | 53ede2e6009555b353bfa4689ff5593d614a173fbdcb5fc22e803f0a5290b40a |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFRTAyOjI2NDFFMjozNkQ4QUM2OjQ3MDVCQzk6Njk3NEY3REMiLCJ2aXNpdG9yX2lkIjoiNjgyNjk2NTY3OTcxOTM4MDk1NiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | cccabaf70fa69dedd895ca7c053c7b89ddcbd6b971c4c17accbbe974df0beef5 |
| hovercard-subject-tag | pull_request:1519467308 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/docker-java/docker-java/pull/2204/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps junixsocket.version from 2.6.1 to 2.7.2. Updates com.kohlschutter.junixsocket:junixsocket-common from 2.6.1 to 2.7.2 Release notes Sourced from com.kohlschutter.junixsocket:junixsocket-commo... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/docker-java/docker-java git https://github.com/docker-java/docker-java.git |
| octolytics-dimension-user_id | 7772003 |
| octolytics-dimension-user_login | docker-java |
| octolytics-dimension-repository_id | 20415251 |
| octolytics-dimension-repository_nwo | docker-java/docker-java |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 20415251 |
| octolytics-dimension-repository_network_root_nwo | docker-java/docker-java |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 488b30e96dfd057fbbe44c6665ccbc030b729dde |
| ui-target | canary-1 |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width