Skip to content

NIFI-11653 Add Connection URL Validation for Database Services - #7349

Closed
exceptionfactory wants to merge 1 commit into
apache:mainfrom
exceptionfactory:NIFI-11653
Closed

NIFI-11653 Add Connection URL Validation for Database Services#7349
exceptionfactory wants to merge 1 commit into
apache:mainfrom
exceptionfactory:NIFI-11653

Conversation

@exceptionfactory

Copy link
Copy Markdown
Contributor

Summary

NIFI-11653 Adds a Connection URL Validator for Database URL properties in the DBCP and HikariCP Connection Pool Controller Services. The Connection URL Validator introduces the concept of unsupported URL schemes for JDBC connections with an initial value listing H2.

Tracking

Please complete the following tracking steps prior to pull request creation.

Issue Tracking

Pull Request Tracking

  • Pull Request title starts with Apache NiFi Jira issue number, such as NIFI-00000
  • Pull Request commit message starts with Apache NiFi Jira issue number, as such NIFI-00000

Pull Request Formatting

  • Pull Request based on current revision of the main branch
  • Pull Request refers to a feature branch with one commit containing changes

Verification

Please indicate the verification steps performed prior to pull request creation.

Build

  • Build completed using mvn clean install -P contrib-check
    • JDK 11
    • JDK 17

Licensing

  • New dependencies are compatible with the Apache License 2.0 according to the License Policy
  • New dependencies are documented in applicable LICENSE and NOTICE files

Documentation

  • Documentation formatting appears as expected in rendered files
@joewitt

joewitt commented Jun 6, 2023

Copy link
Copy Markdown
Contributor

@exceptionfactory changes look good. wrapping local build now. recommend an entry in the migration guidance for 1.22 stating that interaction with h2 databases will be prevented in these components going forward.

@asfgit asfgit closed this in 4faf3ea Jun 6, 2023
asfgit pushed a commit that referenced this pull request Jun 6, 2023
…abase Services

Signed-off-by: Joe Witt <joewitt@apache.org>
udaynpusa pushed a commit to mapr/nifi that referenced this pull request Apr 25, 2024
…or Database Services

Signed-off-by: Joe Witt <joewitt@apache.org>
(cherry picked from commit 4faf3ea)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants