[GitHub] [nifi] alien11689 commented on a change in pull request #5081: [NIFI-8610] Do not reuse generic records in convertAvroToORC

2021-05-23 Thread GitBox
alien11689 commented on a change in pull request #5081: URL: https://github.com/apache/nifi/pull/5081#discussion_r637705334 ## File path: nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/test/java/org/apache/nifi/processors/hive/TestConvertAvroToORC.java ## @@ -320,6

[GitHub] [nifi] alien11689 commented on a change in pull request #5081: [NIFI-8610] Do not reuse generic records in convertAvroToORC

2021-05-23 Thread GitBox
alien11689 commented on a change in pull request #5081: URL: https://github.com/apache/nifi/pull/5081#discussion_r637704662 ## File path: nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/test/java/org/apache/nifi/processors/hive/TestConvertAvroToORC.java ## @@ -320,6

[jira] [Updated] (NIFI-8037) Support TLS 1.3 in SSLContextService on Java 8

2021-05-23 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough updated NIFI-8037: --- Resolution: Resolved Status: Resolved (was: Patch Available) > Support TLS 1.3 in SSLContextS

[jira] [Commented] (NIFI-8037) Support TLS 1.3 in SSLContextService on Java 8

2021-05-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17350244#comment-17350244 ] ASF subversion and git services commented on NIFI-8037: --- Commit 0178

[GitHub] [nifi] thenatog closed pull request #4827: NIFI-8037 Support TLSv1.3 in SSLContextService on Java 8

2021-05-23 Thread GitBox
thenatog closed pull request #4827: URL: https://github.com/apache/nifi/pull/4827 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please c

[GitHub] [nifi] thenatog commented on pull request #4827: NIFI-8037 Support TLSv1.3 in SSLContextService on Java 8

2021-05-23 Thread GitBox
thenatog commented on pull request #4827: URL: https://github.com/apache/nifi/pull/4827#issuecomment-846729435 Looks good to me, tested this out with Java 8 OpenJDK jdk1.8.0_172 and did not see TLS v1.3 as an option in StandardRestrictedSSLContextService. Then tried Java 8 OpenJDK jdk1.8.0

[GitHub] [nifi] markobean opened a new pull request #5094: NIFI-8195: add default connection settings to process group configura…

2021-05-23 Thread GitBox
markobean opened a new pull request #5094: URL: https://github.com/apache/nifi/pull/5094 …tion Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables X functionality; fixes bug