nifi/nifi-commons
exceptionfactory ca6c7f7041 NIFI-11532 Removed JUnit 4 and Groovy Test from default dependencies
- Removed hamcrest-all from default dependencies
- Added groovy-test to selected modules with Groovy test classes
- Added junit-vintage-engine to selected modules with JUnit 4 test classes
- Corrected references to JUnit 4 assertions in JUnit 5 test classes
- Removed several unnecessary test classes from nifi-socket-utils
- Removed duplicative Registry toolkit test classes
- Removed Kudu integration tests

NIFI-11532 Corrected scope for junit-vintage-engine for Elasticsearch

Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #7233
2023-06-13 15:36:23 -04:00
..
nifi-build NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-data-provenance-utils NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-deprecation-log NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-expression-language NIFI-8161 Migrated EL from SimpleDateFormat to DateTimeFormatter 2023-05-19 16:10:12 -05:00
nifi-flow-encryptor NIFI-11488 Removed Deprecated Sensitive Properties Algorithms 2023-04-27 20:16:26 +03:00
nifi-flowfile-packager NIFI-11329 Updated NAR Plugin to 1.5.0 and Commons Compress to 1.23.0 2023-03-23 12:28:40 -05:00
nifi-hashicorp-vault NIFI-11338 Upgraded Spring Vault Core from 2.3.2 to 2.3.3 2023-03-23 19:49:32 -05:00
nifi-hashicorp-vault-api NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-hl7-query-language NIFI-11410 Upgraded multiple integration dependencies 2023-04-10 08:40:09 -05:00
nifi-jetty-configuration NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-json-utils NIFI-11581 Refactored JSON Validator Test from Groovy to Java 2023-05-23 10:02:44 -05:00
nifi-kubernetes-client NIFI-10975 Add Kubernetes Leader Election and State Provider (#6779) 2023-03-07 14:14:24 -05:00
nifi-logging-utils NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-metrics NIFI-11532 Removed JUnit 4 and Groovy Test from default dependencies 2023-06-13 15:36:23 -04:00
nifi-parameter NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-properties NIFI-11557: Avoid using the expensive and unnecessary Files.walkFileTree on startup and initialization of Content Repository. Also performed some code cleanup: IntelliJ flagged many warnings in the class, mostly around methods that are no longer used and potential NullPointerExceptions, so those were cleaned up. Additionally, removed the nifi property for max flowfiles per claim - this property was never implemented. It was referenced, but the way in which is was used curiously had nothing to do with what the property was intended to be used for or for how it was documented. Instead, it was used to limit the max number of claims that could remain writable. As a result, it was removed. 2023-05-23 14:29:29 -04:00
nifi-property-encryptor NIFI-11488 Removed Deprecated Sensitive Properties Algorithms 2023-04-27 20:16:26 +03:00
nifi-property-protection-api NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-property-protection-aws NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-property-protection-azure NIFI-11665 Upgraded oauth2-oidc-sdk from 9.43.1 to 9.43.3 2023-06-08 16:18:44 -05:00
nifi-property-protection-cipher NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-property-protection-factory NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-property-protection-gcp NIFI-11645 This closes #7342. Upgraded Guava from 31.1 to 32.0.0 2023-06-05 14:33:10 -07:00
nifi-property-protection-hashicorp NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-property-protection-loader NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-property-protection-shared NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-property-utils NIFI-11195 Refactored Identity Mapping to nifi-security-identity 2023-02-23 10:33:45 -05:00
nifi-record NIFI-11647: Support UUID type in DataTypeUtils.getSQLTypeValue 2023-06-08 11:13:07 -04:00
nifi-record-path NIFI-10865 allow RecordPath's unescapeJson to convert de-serialised JSON Objects into Records 2023-04-29 12:26:07 -04:00
nifi-repository-encryption NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-schema-utils NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-security-crypto-key NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-security-identity NIFI-11195 Refactored Identity Mapping to nifi-security-identity 2023-02-23 10:33:45 -05:00
nifi-security-kerberos NIFI-11604 Improve handling of non-renewable tickets in AbstractKerberosUser 2023-05-31 15:13:41 +02:00
nifi-security-kerberos-api NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-security-kms NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-security-socket-ssl NIFI-11603 Refactored Socket-based tests to use Dynamic Ports 2023-06-01 13:33:06 -05:00
nifi-security-ssl NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-security-utils NIFI-11531 Migrated tests in nifi-security-utils from Groovy to Java 2023-05-17 13:39:15 -05:00
nifi-security-utils-api NIFI-11611 Refactored TlsConfigurationTest from Groovy to Java 2023-05-30 14:32:29 -05:00
nifi-single-user-utils NIFI-11418 Upgraded bcrypt from 0.9.0 to 0.10.2 2023-04-10 08:45:55 -05:00
nifi-site-to-site-client NIFI-11532 Removed JUnit 4 and Groovy Test from default dependencies 2023-06-13 15:36:23 -04:00
nifi-socket-utils NIFI-11532 Removed JUnit 4 and Groovy Test from default dependencies 2023-06-13 15:36:23 -04:00
nifi-utils NIFI-11532 Removed JUnit 4 and Groovy Test from default dependencies 2023-06-13 15:36:23 -04:00
nifi-uuid5 NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-web-client NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-web-client-api NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-web-utils NIFI-11613 Refactored SanitizeContextPathFilterTest from Groovy to Java 2023-06-02 16:28:53 -05:00
nifi-write-ahead-log NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
nifi-xml-processing NIFI-11156 Updated SchemaValidator to include error message for ValidateXml 2023-02-18 10:28:50 -06:00
pom.xml NIFI-11513 Remove deprecated NarProvider and implementations (#7222) 2023-05-16 16:10:25 -04:00