Title: Bump junixsocket.version from 2.6.1 to 2.7.1 by dependabot[bot] · Pull Request #2199 · docker-java/docker-java · GitHub
Open Graph Title: Bump junixsocket.version from 2.6.1 to 2.7.1 by dependabot[bot] · Pull Request #2199 · docker-java/docker-java
X Title: Bump junixsocket.version from 2.6.1 to 2.7.1 by dependabot[bot] · Pull Request #2199 · docker-java/docker-java
Description: Bumps junixsocket.version from 2.6.1 to 2.7.1.
Updates com.kohlschutter.junixsocket:junixsocket-common from 2.6.1 to 2.7.1
Release notes
Sourced from com.kohlschutter.junixsocket:junixsocket-common's releases.
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
2b9d193 Update changelog
16686b7 native: Throw OperationNotSupportedSocketException for EPROTOTYPE
323510e Fix DARWIN (AF_SYSTEM) capability check
e21e462 Silence some compiler warnings in Eclipse
b964bc6 Update changelog
8af483b Bump version to 2.7.1
4ff4200 Use kohlschutter-parent 1.5.7
c2197af graalvm: Update plugin dependency
3b7df69 Fix PMD warnings
861daaa AFSelector: Reduce overhead/GC pressure
Additional commits viewable in compare view
Updates com.kohlschutter.junixsocket:junixsocket-native-common from 2.6.1 to 2.7.1
Release notes
Sourced from com.kohlschutter.junixsocket:junixsocket-native-common's releases.
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
2b9d193 Update changelog
16686b7 native: Throw OperationNotSupportedSocketException for EPROTOTYPE
323510e Fix DARWIN (AF_SYSTEM) capability check
e21e462 Silence some compiler warnings in Eclipse
b964bc6 Update changelog
8af483b Bump version to 2.7.1
4ff4200 Use kohlschutter-parent 1.5.7
c2197af graalvm: Update plugin dependency
3b7df69 Fix PMD warnings
861daaa AFSelector: Reduce overhead/GC pressure
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.1. Updates com.kohlschutter.junixsocket:junixsocket-common from 2.6.1 to 2.7.1 Release notes Sourced from com.kohlschutter.junixsocket:junixsocket-commo...
X Description: Bumps junixsocket.version from 2.6.1 to 2.7.1. Updates com.kohlschutter.junixsocket:junixsocket-common from 2.6.1 to 2.7.1 Release notes Sourced from com.kohlschutter.junixsocket:junixsocket-commo...
Opengraph URL: https://github.com/docker-java/docker-java/pull/2199
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:e37498ea-4703-582b-1fd2-ae0766feaff0 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | ECB2:14C87:5AB1093:7567865:69754980 |
| html-safe-nonce | ad560ab0fe82f4949157e7b6d930755c50d9e47835e8504eac15fd752986a018 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQ0IyOjE0Qzg3OjVBQjEwOTM6NzU2Nzg2NTo2OTc1NDk4MCIsInZpc2l0b3JfaWQiOiI2ODM1NzI5ODM5NjU5NzY0MDk2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 7d6048a24af97cb05d452c2c3cf5dc80547b57dd300e90325227b51e0b69af2f |
| hovercard-subject-tag | pull_request:1510320232 |
| 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/2199/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.1. Updates com.kohlschutter.junixsocket:junixsocket-common from 2.6.1 to 2.7.1 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 | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width