Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-07-11 Thread via GitHub
cstamas merged PR #435: URL: https://github.com/apache/maven-resolver/pull/435 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-07-09 Thread via GitHub
cstamas commented on PR #435: URL: https://github.com/apache/maven-resolver/pull/435#issuecomment-2217436808 This PR now updates IPC locks, added unix socket family (as module was already Java 17!), added UT, default made `unix` and the ITs run with it as well. -- This is an automated m

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-06-13 Thread via GitHub
cstamas commented on PR #435: URL: https://github.com/apache/maven-resolver/pull/435#issuecomment-2165476995 PR updated to latest Resolver master. If anyone wants to pick up, go for it. Otherwise I may pick it up later. -- This is an automated message from the Apache Git Service. To respo

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-02-27 Thread via GitHub
gnodet commented on code in PR #435: URL: https://github.com/apache/maven-resolver/pull/435#discussion_r1505156559 ## maven-resolver-named-locks-ipc/src/main/java/org/eclipse/aether/named/ipc/IpcMessages.java: ## @@ -0,0 +1,36 @@ +/* + * Licensed to the Apache Software Foundatio

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-02-27 Thread via GitHub
gnodet commented on PR #435: URL: https://github.com/apache/maven-resolver/pull/435#issuecomment-1967926123 > just saying in case you don't want to reinvent the wheel. You can server/client unixsocket already done in Jetty https://github.com/jetty/jetty.project/tree/jetty-10.0.x/jetty-unixs

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-02-27 Thread via GitHub
gnodet commented on code in PR #435: URL: https://github.com/apache/maven-resolver/pull/435#discussion_r1505151672 ## maven-resolver-named-locks-ipc/src/main/java/org/eclipse/aether/named/ipc/SocketFamily.java: ## @@ -0,0 +1,111 @@ +/* + * Licensed to the Apache Software Foundat

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-02-27 Thread via GitHub
gnodet commented on code in PR #435: URL: https://github.com/apache/maven-resolver/pull/435#discussion_r1505148875 ## maven-resolver-named-locks-ipc/src/main/java/org/eclipse/aether/named/ipc/SocketFamily.java: ## @@ -0,0 +1,111 @@ +/* + * Licensed to the Apache Software Foundat

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-02-27 Thread via GitHub
cstamas commented on code in PR #435: URL: https://github.com/apache/maven-resolver/pull/435#discussion_r1504317933 ## maven-resolver-named-locks-ipc/src/main/java/org/eclipse/aether/named/ipc/IpcClient.java: ## @@ -0,0 +1,417 @@ +/* + * Licensed to the Apache Software Foundatio

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-02-26 Thread via GitHub
slawekjaranowski commented on code in PR #435: URL: https://github.com/apache/maven-resolver/pull/435#discussion_r1503300377 ## maven-resolver-named-locks-ipc/src/main/java/org/eclipse/aether/named/ipc/IpcClient.java: ## @@ -0,0 +1,417 @@ +/* + * Licensed to the Apache Software

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-02-23 Thread via GitHub
cstamas commented on PR #435: URL: https://github.com/apache/maven-resolver/pull/435#issuecomment-1961968946 There is a mixup here: UDS is NOT used here at all, it is used by other PR, the Signer to communicate with gpg-agent. This PR does not use UDS, it uses plain inet sockets, which IMO

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-02-22 Thread via GitHub
olamy commented on code in PR #435: URL: https://github.com/apache/maven-resolver/pull/435#discussion_r1500028702 ## maven-resolver-named-locks-ipc/pom.xml: ## @@ -0,0 +1,118 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-02-22 Thread via GitHub
olamy commented on PR #435: URL: https://github.com/apache/maven-resolver/pull/435#issuecomment-1960447476 just saying in case you don't want to reinvent the wheel. You can server/client unixsocket already done in Jetty https://github.com/jetty/jetty.project/tree/jetty-10.0.x/jetty-unixsock

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-02-22 Thread via GitHub
cstamas commented on PR #435: URL: https://github.com/apache/maven-resolver/pull/435#issuecomment-1960292313 IPC code was lifted from @gnodet PR :smile: so will let him answer. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-02-22 Thread via GitHub
michael-o commented on code in PR #435: URL: https://github.com/apache/maven-resolver/pull/435#discussion_r1499907387 ## maven-resolver-named-locks-ipc/src/main/java/org/eclipse/aether/named/ipc/SocketFamily.java: ## @@ -0,0 +1,111 @@ +/* + * Licensed to the Apache Software Foun

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-02-22 Thread via GitHub
cstamas commented on code in PR #435: URL: https://github.com/apache/maven-resolver/pull/435#discussion_r1499911375 ## maven-resolver-named-locks-ipc/pom.xml: ## @@ -0,0 +1,118 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; x

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-02-22 Thread via GitHub
cstamas commented on code in PR #435: URL: https://github.com/apache/maven-resolver/pull/435#discussion_r1499908608 ## maven-resolver-named-locks-ipc/pom.xml: ## @@ -0,0 +1,118 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; x

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-02-22 Thread via GitHub
michael-o commented on code in PR #435: URL: https://github.com/apache/maven-resolver/pull/435#discussion_r1499901789 ## maven-resolver-named-locks-ipc/pom.xml: ## @@ -0,0 +1,118 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-02-22 Thread via GitHub
cstamas commented on code in PR #435: URL: https://github.com/apache/maven-resolver/pull/435#discussion_r1499728495 ## maven-resolver-named-locks-ipc/pom.xml: ## @@ -0,0 +1,118 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; x

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-02-22 Thread via GitHub
cstamas commented on code in PR #435: URL: https://github.com/apache/maven-resolver/pull/435#discussion_r1499728495 ## maven-resolver-named-locks-ipc/pom.xml: ## @@ -0,0 +1,118 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; x

Re: [PR] [MRESOLVER-499] IPC Named locks [maven-resolver]

2024-02-22 Thread via GitHub
cstamas commented on code in PR #435: URL: https://github.com/apache/maven-resolver/pull/435#discussion_r1499728495 ## maven-resolver-named-locks-ipc/pom.xml: ## @@ -0,0 +1,118 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; x

Re: [PR] [MRESOLVER-499] IPC Named Locks [maven-resolver]

2024-02-22 Thread via GitHub
cstamas commented on PR #433: URL: https://github.com/apache/maven-resolver/pull/433#issuecomment-1959741529 Superseded by https://github.com/apache/maven-resolver/pull/435 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] [MRESOLVER-499] IPC Named Locks [maven-resolver]

2024-02-22 Thread via GitHub
cstamas closed pull request #433: [MRESOLVER-499] IPC Named Locks URL: https://github.com/apache/maven-resolver/pull/433 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[PR] [MRESOLVER-499] IPC Named Locks [maven-resolver]

2024-02-20 Thread via GitHub
cstamas opened a new pull request, #433: URL: https://github.com/apache/maven-resolver/pull/433 IPC Named locks. Parked until https://github.com/apache/maven-resolver/pull/431 sorted out. --- https://issues.apache.org/jira/browse/MRESOLVER-499 -- This is an automated m