Title: Bump junixsocket.version from 2.6.1 to 2.8.2 by dependabot[bot] · Pull Request #2232 · docker-java/docker-java · GitHub
Open Graph Title: Bump junixsocket.version from 2.6.1 to 2.8.2 by dependabot[bot] · Pull Request #2232 · docker-java/docker-java
X Title: Bump junixsocket.version from 2.6.1 to 2.8.2 by dependabot[bot] · Pull Request #2232 · docker-java/docker-java
Description: Bumps junixsocket.version from 2.6.1 to 2.8.2.
Updates com.kohlschutter.junixsocket:junixsocket-common from 2.6.1 to 2.8.2
Release notes
Sourced from com.kohlschutter.junixsocket:junixsocket-common's releases.
junixsocket 2.8.2
Fix concurrency issue with AFSocketServerConnector, AFSelectionKey
junixsocket 2.8.1
Fix UnsatisfiedLinkError with noexec temporary directory on RHEL 9 and others
junixsocket 2.8.0
Java 7 support is back! (junixsocket-common only, as it was before version 2.5.0)
Fix AFSocket shutdown to ignore InvalidSocketException upon setTimeout
Fix two potential hangs in selftest
Fix loading of the native library when running under macOS Rosetta 2
Fix a potential exception when trying to serialize an AFRMISocketFactory
Fix a potential race condition when working with native addresses
Fix a potential crash in TIPC code when compiling the native library against an old Linux SDK
Improve AFSocketServer, add new methods
Improve crossclang to support Xcode 15
Enable RMI support for GraalVM native-image; selftest now passes without issues
Add junixsocket-ssl, to simplify securing junixsocket connections
Requires Java 17 to build (and JDK 8 if Java 7 support is desired); build instructions have changed
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
... (truncated)
Commits
0943b15 Set version to 2.8.2, update changelog
b8386a1 Fix concurrency issue from modifying the selectedKeysSet
43cbb88 Update build-site script
5bde8f5 Use kohlschutter-parent 1.6.4
881dea8 Update changelog
d176354 Bump version to 2.8.1
09548da NativeLibraryLoader: Don't check UnsatisfiedLinkError message
71a134b Update changelog
e710ee7 selftest: Suppress some Eclipse warnings
fa6b151 Bump kohlschutter-parent to 1.6.4-SNAPSHOT
Additional commits viewable in compare view
Updates com.kohlschutter.junixsocket:junixsocket-native-common from 2.6.1 to 2.8.2
Release notes
Sourced from com.kohlschutter.junixsocket:junixsocket-native-common's releases.
junixsocket 2.8.2
Fix concurrency issue with AFSocketServerConnector, AFSelectionKey
junixsocket 2.8.1
Fix UnsatisfiedLinkError with noexec temporary directory on RHEL 9 and others
junixsocket 2.8.0
Java 7 support is back! (junixsocket-common only, as it was before version 2.5.0)
Fix AFSocket shutdown to ignore InvalidSocketException upon setTimeout
Fix two potential hangs in selftest
Fix loading of the native library when running under macOS Rosetta 2
Fix a potential exception when trying to serialize an AFRMISocketFactory
Fix a potential race condition when working with native addresses
Fix a potential crash in TIPC code when compiling the native library against an old Linux SDK
Improve AFSocketServer, add new methods
Improve crossclang to support Xcode 15
Enable RMI support for GraalVM native-image; selftest now passes without issues
Add junixsocket-ssl, to simplify securing junixsocket connections
Requires Java 17 to build (and JDK 8 if Java 7 support is desired); build instructions have changed
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
... (truncated)
Commits
0943b15 Set version to 2.8.2, update changelog
b8386a1 Fix concurrency issue from modifying the selectedKeysSet
43cbb88 Update build-site script
5bde8f5 Use kohlschutter-parent 1.6.4
881dea8 Update changelog
d176354 Bump version to 2.8.1
09548da NativeLibraryLoader: Don't check UnsatisfiedLinkError message
71a134b Update changelog
e710ee7 selftest: Suppress some Eclipse warnings
fa6b151 Bump kohlschutter-parent to 1.6.4-SNAPSHOT
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.8.2. Updates com.kohlschutter.junixsocket:junixsocket-common from 2.6.1 to 2.8.2 Release notes Sourced from com.kohlschutter.junixsocket:junixsocket-commo...
X Description: Bumps junixsocket.version from 2.6.1 to 2.8.2. Updates com.kohlschutter.junixsocket:junixsocket-common from 2.6.1 to 2.8.2 Release notes Sourced from com.kohlschutter.junixsocket:junixsocket-commo...
Opengraph URL: https://github.com/docker-java/docker-java/pull/2232
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:00191d9a-2e5a-a57e-b61b-467175b81437 |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | BE32:327374:6A4B1BC:911B73C:697363A3 |
| html-safe-nonce | a211f1c519d70193bd5feee3334d2d3ca2cc6e74ebae7407ff9fc777f6742aa0 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRTMyOjMyNzM3NDo2QTRCMUJDOjkxMUI3M0M6Njk3MzYzQTMiLCJ2aXNpdG9yX2lkIjoiMzQ1Nzg4Njg0MzMxNzc0MDQ1MSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | ecfc4f1c15e79e451ac1d44cb39db4bb28526c7abeed76a57f1b3023e45f1852 |
| hovercard-subject-tag | pull_request:1579064905 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,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/2232/checks |
| 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.8.2. Updates com.kohlschutter.junixsocket:junixsocket-common from 2.6.1 to 2.8.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 | 4cf879a11b0a28a85543899a36aaee9ec9ca2fb7bedad86c0da5731193c95f01 |
| turbo-cache-control | no-preview |
| 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 full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | fe8be790582ef7a55477ce1918ac0ed16b106d31 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width