René's URL Explorer Experiment


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 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)

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

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:1c6b4288-802e-870e-8819-eedd7099d81d
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idB1A8:3B09EF:4F5D05C:66DAEA1:697517D1
html-safe-nonceea177e6e054db171511c60ffea7a26164287d69bf4d7f67fdcbfc6c8738b51b5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMUE4OjNCMDlFRjo0RjVEMDVDOjY2REFFQTE6Njk3NTE3RDEiLCJ2aXNpdG9yX2lkIjoiMzYzNTQ1NzYwMTgzNjQ4ODY1NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacb867d64431d2ed8751c2771eb8fac96abc046620780a43b31f1bdc31018e8762
hovercard-subject-tagpull_request:1519467308
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/docker-java/docker-java/pull/2204/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps 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_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f
turbo-cache-controlno-preview
go-importgithub.com/docker-java/docker-java git https://github.com/docker-java/docker-java.git
octolytics-dimension-user_id7772003
octolytics-dimension-user_logindocker-java
octolytics-dimension-repository_id20415251
octolytics-dimension-repository_nwodocker-java/docker-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id20415251
octolytics-dimension-repository_network_root_nwodocker-java/docker-java
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release488b30e96dfd057fbbe44c6665ccbc030b729dde
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/docker-java/docker-java/pull/2204/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdocker-java%2Fdocker-java%2Fpull%2F2204%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdocker-java%2Fdocker-java%2Fpull%2F2204%2Fchecks
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=docker-java%2Fdocker-java
Reloadhttps://github.com/docker-java/docker-java/pull/2204/checks
Reloadhttps://github.com/docker-java/docker-java/pull/2204/checks
Reloadhttps://github.com/docker-java/docker-java/pull/2204/checks
docker-java https://github.com/docker-java
docker-javahttps://github.com/docker-java/docker-java
Notifications https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Fork 1.1k https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Star 3.2k https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Code https://github.com/docker-java/docker-java
Issues 37 https://github.com/docker-java/docker-java/issues
Pull requests 49 https://github.com/docker-java/docker-java/pulls
Discussions https://github.com/docker-java/docker-java/discussions
Actions https://github.com/docker-java/docker-java/actions
Projects 0 https://github.com/docker-java/docker-java/projects
Security 0 https://github.com/docker-java/docker-java/security
Insights https://github.com/docker-java/docker-java/pulse
Code https://github.com/docker-java/docker-java
Issues https://github.com/docker-java/docker-java/issues
Pull requests https://github.com/docker-java/docker-java/pulls
Discussions https://github.com/docker-java/docker-java/discussions
Actions https://github.com/docker-java/docker-java/actions
Projects https://github.com/docker-java/docker-java/projects
Security https://github.com/docker-java/docker-java/security
Insights https://github.com/docker-java/docker-java/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fdocker-java%2Fdocker-java%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fdocker-java%2Fdocker-java%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
mainhttps://github.com/docker-java/docker-java/tree/main
dependabot/maven/junixsocket.version-2.7.2https://github.com/docker-java/docker-java/tree/dependabot/maven/junixsocket.version-2.7.2
Conversation 1 https://github.com/docker-java/docker-java/pull/2204
Commits 1 https://github.com/docker-java/docker-java/pull/2204/commits
Checks 0 https://github.com/docker-java/docker-java/pull/2204/checks
Files changed https://github.com/docker-java/docker-java/pull/2204/files
Please reload this pagehttps://github.com/docker-java/docker-java/pull/2204/checks
Please reload this pagehttps://github.com/docker-java/docker-java/pull/2204/checks
Bump junixsocket.version from 2.6.1 to 2.7.2 https://github.com/docker-java/docker-java/pull/2204/checks#top
Please reload this pagehttps://github.com/docker-java/docker-java/pull/2204/checks
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.