[
https://issues.apache.org/jira/browse/NIFI-13167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17844409#comment-17844409
]
ASF subversion and git services commented on NIFI-13167:
--------------------------------------------------------
Commit 09cf383f9b46d7bb3a861d71d8d2492bd7114a51 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=09cf383f9b ]
NIFI-13167 Replaced Hamcrest Matchers with JUnit Matchers
This closes #8764
- Removed Hamcrest from set of default dependencies
Signed-off-by: Joseph Witt <[email protected]>
> Replace Hamcrest Matchers with JUnit Matchers
> ---------------------------------------------
>
> Key: NIFI-13167
> URL: https://issues.apache.org/jira/browse/NIFI-13167
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Tools and Build
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Hamcrest 2.2 was released in 2019 and is the latest version available. A
> small number of test classes use Hamcrest matchers instead of JUnit matchers
> for assertions. The majority of these references do not provide any value
> beyond what is available in JUnit 5. Although a small number of assert
> methods can provide more useful failure messages, having a single library for
> test assertions makes it easier to maintain tests across the repository.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)