Uh oh!
There was an error while loading. Please reload this page.
HBASE-22927 Upgrade Mockito version for jdk11 - #593
Conversation
…ignore class of pom. Error while rebasing so creating new one.
Apache-HBase
commented
Sep 6, 2019
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Sep 9, 2019
OK, seems good. Only one question, why not just upgrade to 2.28.2? |
rabi-kumar
commented
Sep 9, 2019
Okay @Apache9 I will update the version to 2.28.2 and run the test. |
…-info is still in ignoreclass.
Apache-HBase
commented
Sep 9, 2019
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Sep 11, 2019
Oh, seems 2.28.2 is not good? |
Apache-HBase
commented
Sep 11, 2019
💔 -1 overall
This message was automatically generated. |
busbey
commented
Sep 11, 2019
We still need the ignore class when using Mockito 2.28.2 |
rabi-kumar
commented
Sep 12, 2019
Added the module-info in ignore class again. |
Apache-HBase
commented
Sep 12, 2019
💔 -1 overall
This message was automatically generated. |
rabi-kumar
commented
Sep 12, 2019
Still test is failing with same error as previous one even though module-info.class was added in ignoreClass. |
busbey
commented
Sep 12, 2019
We ended up doing the same thing over in the ex: |
…extra enforcer rules
rabi-kumar
commented
Sep 12, 2019
Made the changes @busbey . Hopefully this will pass the test. |
Apache-HBase
commented
Sep 12, 2019
💔 -1 overall
This message was automatically generated. |
…n the extra-enforcer part
Apache-HBase
commented
Sep 13, 2019
💔 -1 overall
This message was automatically generated. |
…om and use the same version as parent
Apache-HBase
commented
Sep 16, 2019
💔 -1 overall
This message was automatically generated. |
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 8869b8e) Change-Id: Iaacf3c68b7247c7f3ff84a762908ee4ea2e78a0e
Co-authored-by: Wellington Ramos Chevreuil <wchevreuil@apache.org>
Original PR: #584 Added module-info class in ignore class as suggested in #584 (comment). Creating a new one and hopefully this will pass the test.