[
https://issues.apache.org/jira/browse/NIFI-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15437801#comment-15437801
]
ASF GitHub Bot commented on NIFI-2604:
--------------------------------------
Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/912#discussion_r76333907
--- Diff:
nifi-commons/nifi-processor-utilities/src/test/java/org/apache/nifi/processor/util/TestStandardValidators.java
---
@@ -100,4 +100,105 @@ public void testDataSizeBoundsValidator() {
vr = val.validate("DataSizeBounds", "water", validationContext);
assertFalse(vr.isValid());
}
+
+ @Test
+ public void testListValidator() {
+ Validator val = StandardValidators.createListValidator(true,
false, StandardValidators.NON_EMPTY_VALIDATOR);
--- End diff --
Good idea, will incorporate
> JDBC Connection Pool support for lib directory and expression language
> ----------------------------------------------------------------------
>
> Key: NIFI-2604
> URL: https://issues.apache.org/jira/browse/NIFI-2604
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Joseph Witt
> Assignee: Matt Burgess
>
> It would be ideal if the JDBC Connection Service supported specifying a
> directory instead of particular driver jars. It would also be helpful if it
> accepted expression language statements so that it could refer to a location
> that is based on variable registry values so it is more portable between
> environments.
> This stems from a user list thread titled "adding dependencies like jdbc
> drivers to the build" on Aug 18 2016
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)