[
https://issues.apache.org/jira/browse/KNOX-3204?focusedWorklogId=985592&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-985592
]
ASF GitHub Bot logged work on KNOX-3204:
----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Oct/25 09:21
Start Date: 03/Oct/25 09:21
Worklog Time Spent: 10m
Work Description: smolnar82 opened a new pull request, #1093:
URL: https://github.com/apache/knox/pull/1093
## What changes were proposed in this pull request?
In this change I'm removing the Mockito library from the project because we
use EasyMock everywhere (and PowerMock for static method testing).
There was only one recently added test class using Mockito, I switched to
EasyMock in that class.
## How was this patch tested?
Ran a full build with test included.
Issue Time Tracking
-------------------
Worklog Id: (was: 985592)
Remaining Estimate: 0h
Time Spent: 10m
> Replace Mockito usage with EasyMock
> -----------------------------------
>
> Key: KNOX-3204
> URL: https://issues.apache.org/jira/browse/KNOX-3204
> Project: Apache Knox
> Issue Type: Task
> Components: Tests
> Affects Versions: 2.1.0
> Reporter: Sandor Molnar
> Assignee: Sandor Molnar
> Priority: Major
> Fix For: 3.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> A long time ago, in the scope of KNOX-1479, the project switched from Mockito
> to EasyMock completely.
> In a recent change for KNOX-3048 however, the Mockito dependency was pulled
> in again. I think we should remove that dependency and stick with EasyMock.
> Cc. [~smore]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)