[jira] [Updated] (PHOENIX-6769) Align mockito version with Hadoop and HBase

2022-08-12 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated PHOENIX-6769: - Summary: Align mockito version with Hadoop and HBase (was: Unit tests failing

[jira] [Updated] (PHOENIX-6769) Align mockito version with Hadoop and HBase

2022-08-12 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated PHOENIX-6769: - Description: There is a well known incompatibility between old versions of mock

[jira] [Updated] (PHOENIX-6769) Unit tests failing with IncompatibleClassChangeError

2022-08-12 Thread Andrew Kyle Purtell (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kyle Purtell updated PHOENIX-6769: - Description: There is a well known incompatibility between old versions of mock

[jira] [Created] (PHOENIX-6769) Unit tests failing with IncompatibleClassChangeError

2022-08-12 Thread Andrew Kyle Purtell (Jira)
Andrew Kyle Purtell created PHOENIX-6769: Summary: Unit tests failing with IncompatibleClassChangeError Key: PHOENIX-6769 URL: https://issues.apache.org/jira/browse/PHOENIX-6769 Project: Phoeni

[GitHub] [phoenix-omid] apurtell opened a new pull request, #113: OMID-228 Upgrade snakeyaml

2022-08-12 Thread GitBox
apurtell opened a new pull request, #113: URL: https://github.com/apache/phoenix-omid/pull/113 Some snakeyaml versions are no the Snyk naught list. See https://security.snyk.io/package/maven/org.yaml:snakeyaml Upgrade it. -- This is an automated message from the Apache Git Servic

[GitHub] [phoenix-omid] apurtell opened a new pull request, #112: OMID-227 Upgrade jcommander

2022-08-12 Thread GitBox
apurtell opened a new pull request, #112: URL: https://github.com/apache/phoenix-omid/pull/112 Some jcommander versions are on the Snyk naughty list. https://security.snyk.io/package/maven/com.beust:jcommander Upgrade it. -- This is an automated message from the Apache Git Servic

[GitHub] [phoenix-omid] apurtell commented on pull request #111: OMID-226 Migrate from mockito-all to mockito-core and clean up test dependencies

2022-08-12 Thread GitBox
apurtell commented on PR #111: URL: https://github.com/apache/phoenix-omid/pull/111#issuecomment-1213418408 All unit tests passed for me locally before I pushed this up. Phoenix itself is using mockito-core 1.x and should align with HBase, which is using 2.28.2 on branch-2.4 and branc

[GitHub] [phoenix-omid] apurtell opened a new pull request, #111: OMID-226 Migrate from mockito-all to mockito-core and clean up test dependencies

2022-08-12 Thread GitBox
apurtell opened a new pull request, #111: URL: https://github.com/apache/phoenix-omid/pull/111 At some point OMID will upgrade to latest Hadoop 2.10 and HBase 2.4 releases and will then experience IncompatibleClassChangeErrors in unit tests due to a conflict between mockito-all used here an

[GitHub] [phoenix-omid] apurtell closed pull request #110: OMID-225 Migrate from log4j1 to reload4j

2022-08-12 Thread GitBox
apurtell closed pull request #110: OMID-225 Migrate from log4j1 to reload4j URL: https://github.com/apache/phoenix-omid/pull/110 -- 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.

[GitHub] [phoenix-omid] apurtell opened a new pull request, #110: OMID-225 Migrate from log4j1 to reload4j

2022-08-12 Thread GitBox
apurtell opened a new pull request, #110: URL: https://github.com/apache/phoenix-omid/pull/110 Log4J1 is abandoned and has a number of significant CVEs filed for it. [Reload4J](https://reload4j.qos.ch) is a drop in binary compatible replacement for Log4J1 with all known security issues reme