Re: [PR] CRYPTO-172: Add support for Linux-riscv64 [commons-crypto]

2023-11-02 Thread via GitHub
sebbASF commented on code in PR #264: URL: https://github.com/apache/commons-crypto/pull/264#discussion_r1379823206 ## pom.xml: ## @@ -206,6 +206,12 @@ The following provides more details on the included cryptographic software: linux-aarch64 + +

Re: [PR] CRYPTO-172: Add support for Linux-riscv64 [commons-crypto]

2023-11-02 Thread via GitHub
luhenry commented on code in PR #264: URL: https://github.com/apache/commons-crypto/pull/264#discussion_r1379858178 ## pom.xml: ## @@ -206,6 +206,12 @@ The following provides more details on the included cryptographic software: linux-aarch64 + +

Re: [PR] CRYPTO-172: Add support for Linux-riscv64 [commons-crypto]

2023-11-02 Thread via GitHub
luhenry commented on code in PR #264: URL: https://github.com/apache/commons-crypto/pull/264#discussion_r1379858178 ## pom.xml: ## @@ -206,6 +206,12 @@ The following provides more details on the included cryptographic software: linux-aarch64 + +

Re: [PR] CRYPTO-172: Add support for Linux-riscv64 [commons-crypto]

2023-11-02 Thread via GitHub
luhenry commented on code in PR #264: URL: https://github.com/apache/commons-crypto/pull/264#discussion_r1379858178 ## pom.xml: ## @@ -206,6 +206,12 @@ The following provides more details on the included cryptographic software: linux-aarch64 + +

Re: [PR] CRYPTO-172: Add support for Linux-riscv64 [commons-crypto]

2023-11-02 Thread via GitHub
luhenry commented on code in PR #264: URL: https://github.com/apache/commons-crypto/pull/264#discussion_r1379884627 ## pom.xml: ## @@ -206,6 +206,12 @@ The following provides more details on the included cryptographic software: linux-aarch64 + +

Re: [PR] CRYPTO-172: Add support for Linux-riscv64 [commons-crypto]

2023-11-02 Thread via GitHub
sebbASF commented on PR #264: URL: https://github.com/apache/commons-crypto/pull/264#issuecomment-1790910852 The cross-builds now seem to be working, though they do take a long time. Are they doing more than they need? Also it looks like they don't only build the native files for

Re: [PR] CRYPTO-172: Add support for Linux-riscv64 [commons-crypto]

2023-11-02 Thread via GitHub
luhenry commented on PR #264: URL: https://github.com/apache/commons-crypto/pull/264#issuecomment-1790931832 > The cross-builds now seem to be working, though they do take a long time. > Are they doing more than they need? The step that takes the longest is setting up the java and

Re: [PR] CRYPTO-172: Add support for Linux-riscv64 [commons-crypto]

2023-11-02 Thread via GitHub
luhenry commented on code in PR #264: URL: https://github.com/apache/commons-crypto/pull/264#discussion_r1380335281 ## src/docker/Dockerfile: ## @@ -30,6 +30,8 @@ RUN apt-get update && apt-get --assume-yes install software-properties-common \ && apt-get --assume-yes

Re: [PR] CRYPTO-172: Add support for Linux-riscv64 [commons-crypto]

2023-11-02 Thread via GitHub
sebbASF commented on PR #264: URL: https://github.com/apache/commons-crypto/pull/264#issuecomment-1791005969 > > The cross-builds now seem to be working, though they do take a long time. > > Are they doing more than they need? > > The step that takes the longest is setting up the

[jira] [Commented] (JEXL-412) Ambiguous syntax between namespace function call and map object definition.

2023-11-02 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17782143#comment-17782143 ] Henri Biestro commented on JEXL-412: I'll look into it. As a workaround, there is a 'syntactic hint'

Re: [PR] CRYPTO-172: Add support for Linux-riscv64 [commons-crypto]

2023-11-02 Thread via GitHub
sebbASF commented on code in PR #264: URL: https://github.com/apache/commons-crypto/pull/264#discussion_r1380362846 ## src/docker/Dockerfile: ## @@ -30,6 +30,8 @@ RUN apt-get update && apt-get --assume-yes install software-properties-common \ && apt-get --assume-yes

Re: [PR] LANG-1717: support RISC-V in ArchUtils [commons-lang]

2023-11-02 Thread via GitHub
garydgregory commented on code in PR #1128: URL: https://github.com/apache/commons-lang/pull/1128#discussion_r1380053186 ## src/test/java/org/apache/commons/lang3/ArchUtilsTest.java: ## @@ -40,6 +40,8 @@ public class ArchUtilsTest extends AbstractLangTest { private static

Re: [PR] LANG-1717: support RISC-V in ArchUtils [commons-lang]

2023-11-02 Thread via GitHub
kxxt commented on code in PR #1128: URL: https://github.com/apache/commons-lang/pull/1128#discussion_r1380094338 ## src/test/java/org/apache/commons/lang3/ArchUtilsTest.java: ## @@ -40,6 +40,8 @@ public class ArchUtilsTest extends AbstractLangTest { private static final

Re: [PR] CRYPTO-172: Add support for Linux-riscv64 [commons-crypto]

2023-11-02 Thread via GitHub
sebbASF commented on code in PR #264: URL: https://github.com/apache/commons-crypto/pull/264#discussion_r1379990998 ## .github/workflows/maven.yml: ## @@ -136,3 +136,24 @@ jobs: OPENSSL_HOME: "C:\\Miniconda\\Library" run: | mvn --show-version

Re: [PR] CRYPTO-172: Add support for Linux-riscv64 [commons-crypto]

2023-11-02 Thread via GitHub
sebbASF commented on code in PR #264: URL: https://github.com/apache/commons-crypto/pull/264#discussion_r1380295199 ## src/docker/docker-compose.yaml: ## @@ -17,8 +17,41 @@ version: '3' services: crypto: image: commons-crypto -build: . +build: + context: .

Re: [PR] CRYPTO-172: Add support for Linux-riscv64 [commons-crypto]

2023-11-02 Thread via GitHub
luhenry commented on code in PR #264: URL: https://github.com/apache/commons-crypto/pull/264#discussion_r1380194244 ## .github/workflows/maven.yml: ## @@ -136,3 +136,24 @@ jobs: OPENSSL_HOME: "C:\\Miniconda\\Library" run: | mvn --show-version

Re: [PR] CRYPTO-172: Add support for Linux-riscv64 [commons-crypto]

2023-11-02 Thread via GitHub
sebbASF commented on code in PR #264: URL: https://github.com/apache/commons-crypto/pull/264#discussion_r1380330598 ## src/docker/Dockerfile: ## @@ -30,6 +30,8 @@ RUN apt-get update && apt-get --assume-yes install software-properties-common \ && apt-get --assume-yes

[jira] [Resolved] (JCS-239) CacheAccess put/remove in one application is not getting reflected in another application

2023-11-02 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl resolved JCS-239. Assignee: Thomas Vandahl Resolution: Duplicate Work will be done in JCS-240 > CacheAccess

[jira] [Resolved] (JCS-238) Every update to JCS Remote Cache update takes nearly ~2 seconds

2023-11-02 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl resolved JCS-238. Fix Version/s: (was: jcs-3.1) Assignee: Thomas Vandahl Resolution: Duplicate Work

[jira] [Commented] (JCS-240) Remote cache appears incompatible with JDK 11+

2023-11-02 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17782256#comment-17782256 ] Thomas Vandahl commented on JCS-240: Hi Greg, thank you for spotting this. I need to have a closer

[jira] [Updated] (JCS-240) Remote cache appears incompatible with JDK 8u241 and above

2023-11-02 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl updated JCS-240: --- Assignee: Thomas Vandahl > Remote cache appears incompatible with JDK 8u241 and above >

[jira] [Commented] (JCS-240) Remote cache appears incompatible with JDK 8u241 and above

2023-11-02 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17782314#comment-17782314 ] Thomas Vandahl commented on JCS-240: Would you please try branch

[jira] [Commented] (JCS-235) Thread leakage in JCS 3.1 with primary and secondary server configuration

2023-11-02 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17782321#comment-17782321 ] Thomas Vandahl commented on JCS-235: [~Amol D]: Any news? Did the workaround help? > Thread leakage in

[jira] [Resolved] (JCS-236) Request support for JDK17/Jakarta in JCS3.1

2023-11-02 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl resolved JCS-236. Assignee: Thomas Vandahl Resolution: Won't Fix > Request support for JDK17/Jakarta in JCS3.1 >

[jira] [Commented] (JCS-236) Request support for JDK17/Jakarta in JCS3.1

2023-11-02 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17782320#comment-17782320 ] Thomas Vandahl commented on JCS-236: At the current time, there is no plan for this. > Request support

[jira] [Commented] (JCS-240) Remote cache appears incompatible with JDK 11+

2023-11-02 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17782280#comment-17782280 ] Thomas Vandahl commented on JCS-240: See https://bugs.openjdk.org/browse/JDK-8237213 for an explanation.

[jira] [Updated] (JCS-240) Remote cache appears incompatible with JDK 8u241 and above

2023-11-02 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl updated JCS-240: --- Summary: Remote cache appears incompatible with JDK 8u241 and above (was: Remote cache appears

[jira] [Resolved] (JCS-237) Remote Cache update makes lot of log entries

2023-11-02 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl resolved JCS-237. Fix Version/s: (was: jcs-3.1) Assignee: Thomas Vandahl Resolution: Duplicate Work

Re: [PR] Bump github/codeql-action from 2.22.4 to 2.22.5 [commons-scxml]

2023-11-02 Thread via GitHub
garydgregory merged PR #165: URL: https://github.com/apache/commons-scxml/pull/165 -- 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:

Re: [PR] Bump github/codeql-action from 2.22.4 to 2.22.5 [commons-compress]

2023-11-02 Thread via GitHub
garydgregory merged PR #430: URL: https://github.com/apache/commons-compress/pull/430 -- 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:

Re: [PR] Bump github/codeql-action from 2.22.4 to 2.22.5 [commons-io]

2023-11-02 Thread via GitHub
garydgregory merged PR #508: URL: https://github.com/apache/commons-io/pull/508 -- 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:

Re: [PR] Bump github/codeql-action from 2.22.4 to 2.22.5 [commons-jci]

2023-11-02 Thread via GitHub
garydgregory merged PR #68: URL: https://github.com/apache/commons-jci/pull/68 -- 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:

Re: [PR] Bump github/codeql-action from 2.22.4 to 2.22.5 [commons-dbcp]

2023-11-02 Thread via GitHub
garydgregory merged PR #320: URL: https://github.com/apache/commons-dbcp/pull/320 -- 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:

Re: [PR] Bump github/codeql-action from 2.22.4 to 2.22.5 [commons-digester]

2023-11-02 Thread via GitHub
garydgregory merged PR #104: URL: https://github.com/apache/commons-digester/pull/104 -- 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:

[PR] Fixed flaky map test in AbstractMultiValuedMapTest.java:testToString [commons-collections]

2023-11-02 Thread via GitHub
FarmersWrap opened a new pull request, #427: URL: https://github.com/apache/commons-collections/pull/427 # What changes were proposed in this pull request? I found the flaky behavior in src/test/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMapTest.java with an

Re: [PR] Bump github/codeql-action from 2.22.4 to 2.22.5 [commons-net]

2023-11-02 Thread via GitHub
garydgregory merged PR #195: URL: https://github.com/apache/commons-net/pull/195 -- 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:

Re: [PR] LANG-1717: support RISC-V in ArchUtils [commons-lang]

2023-11-02 Thread via GitHub
garydgregory commented on PR #1128: URL: https://github.com/apache/commons-lang/pull/1128#issuecomment-1790493028 Hello @kxxt Do these strings match sources in https://github.com/openjdk/riscv-port ? -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] LANG-1717: support RISC-V in ArchUtils [commons-lang]

2023-11-02 Thread via GitHub
kxxt commented on PR #1128: URL: https://github.com/apache/commons-lang/pull/1128#issuecomment-1790506308 > Do these strings match sources in https://github.com/openjdk/riscv-port ? Hi @garydgregory, I get the `riscv64` value used in `addProcessors(new

[jira] [Created] (CRYPTO-173) docker build does not work on macOS M1

2023-11-02 Thread Sebb (Jira)
Sebb created CRYPTO-173: --- Summary: docker build does not work on macOS M1 Key: CRYPTO-173 URL: https://issues.apache.org/jira/browse/CRYPTO-173 Project: Commons Crypto Issue Type: Bug

[jira] [Resolved] (CRYPTO-170) Test fails with "java is loading libcrypto in an unsafe way" on macos-11/Java21

2023-11-02 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/CRYPTO-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CRYPTO-170. - Resolution: Fixed Using the appropriate definition for jni.library.path (and the same for jna.library.path)

Re: [PR] LANG-1717: support RISC-V in ArchUtils [commons-lang]

2023-11-02 Thread via GitHub
kxxt commented on PR #1128: URL: https://github.com/apache/commons-lang/pull/1128#issuecomment-1790527221 > Do these strings match sources in https://github.com/openjdk/riscv-port ? Could you tell me where should I look for these strings? It matches the values found here: