Closed
Conversation
This closes apache#4382 Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This closes apache#4387 Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This closes apache#4388 Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This close apache#4362 Signed-off-by: Mike Thomsen <mthomsen@apache.org>
…hen the access strategy is explicit schema NIFI-5213: Incorporated review comments This closes apache#2718 Signed-off-by: Mike Thomsen <mthomsen@apache.org>
…e-referenced when a component that used to reference a Controller Service is changed to reference a different Controller Service (apache#4391)
…e of minor bugs in mock classes that were encountered during testing. NIFI-7572: Addressed review feedback NIFI-7572: Fixed bug that resulted in constantly recompiling Jython script. Updated documentation showing performance difference. Fixed problematic unit tests for TestResizeImage This closes apache#4374 Signed-off-by: Mike Thomsen <mthomsen@apache.org>
…port for Postgres (9.5+) NIFI-6934 Added more documentation and unit tests. NIFI-6934 Added missing license for new test class. Signed-off-by: Matthew Burgess <mattyb149@apache.org> This closes apache#4350
Signed-off-by: Matthew Burgess <mattyb149@apache.org> This closes apache#4394
…o set the STS Endpoint NIFI-7497 Updating property description per comment This closes apache#4309 Signed-off-by: Mike Thomsen <mthomsen@apache.org>
…r or not the content of a FlowFile was modified. This allows us to explicitly keep track of this state rather than implying it (potentially incorrectly). This closes apache#4399.
Added properties to enable/disable chunked encoding and path-style access for endpoints that do not support chunked encoding / only support path-style access. Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes apache#4386.
…or ADLS processors NIFI-7581 Separated Controller Service for providing Azure credentials for ADLS (ADLSCredentialsControllerService) form the one that does the same for Blob storages (AzureStorageCredentialsDetails). (This was done due to the considerable difference in the APIs of the libraries used to connect to both.) NIFI-7581 Fix: Register controller service in META-INF. Minor fixes. NIFI-7581 Minor changes (documentation, type etc.) NIFI-7581 Updated integration tests. NIFI-7581 Minor changes (renaming). This closes apache#4369. Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
…GCPubSub & PublishGCPubSub
Refactor: remove variable reassignment This closes apache#4371. Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
Tar format allows us to archive files with their original permission, owner, group name and last modification time. When unpacking with Tar unpacker, these information are stored in new attributes with names: "file.inner.*". This way, it preserves backward compatibility when using parallel with GetFile processor (which stores information in "file.*"). NIFI-6128 Tar unpackContent: assert date of last modification of content is a valid date format. NIFI-6128 UnpackContent: use original attributes In case of tar format: - Use "file.*" attributes instead of "file.inner.*" (which eventually lead to overwrite if tar had been fetched with GetFile) - Store file permission in "rwx" format, instead of integer representation. - Also replace SimpleDateFormat with DateTimeFormatter. Replace generic error with IllegalArgumentException Also refactor: move permission string to top of file as static constant. Update test Remove 'file systems' text Unpackcontent: Fill file.creationTime attribute which always holds the very same value as file.lastModifiedTime. This closes apache#4370. Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
…ty descriptor and its default value from the component itself This closes apache#4408. Signed-off-by: Mark Payne <markap14@hotmail.com>
…umentation. Fixed unit test failures introduced from static imports during refactoring. Signed-off-by: Joe Witt <joe.witt@gmail.com>
Added Bundle#toString() method. Refactored implementation of filter addition logic. Added logging. Added unit tests to check for filter enablement. Introduced content-length exception handling in StandardPublicPort. Added filter bypass functionality for framework requests in ContentLengthFilter. Updated property documentation in Admin Guide. Renamed methods & added Javadoc to clarify purpose of filters in JettyServer. Cleaned up conditional logic in StandardPublicPort. Moved ContentLengthFilterTest to correct module. Refactored unit tests for accuracy and clarity. Fixed remaining merge conflict due to method renaming. Signed-off-by: Joe Witt <joe.witt@gmail.com>
…the ProcessorRunStatusDetailsDTO (apache#4400)
…, add an attribute to each outbound FlowFile that indicates how many FlowFiles went to each port. Updated user guide to explain the new attributes. Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes apache#4345.
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes apache#4392.
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes apache#4412.
…ent that also has attributes, infer it as a Record type, in order to match how the data will be read when using the XML Reader Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes apache#4375.
…removed from the convenience binary. Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes apache#4364.
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes apache#4366.
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes apache#4241.
… convertToAvroStream method, use the DataTypeUtils.toString(clob/nClob,(String) null, StandardCharsets.UTF_8)) method to get the String NIFI-7410 Update JdbcCommon.java when javaSqlType is CLOB or NCLOB in convertToAvroStream method, use the CharacterStream rto read the value of CLOB NIFI-7410 Add a unit test. validate if it's unreadable when the clob value is Chinese, Japanese, and Korean. Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes apache#4243.
…w data to be pulled into a ProcessGroup as a batch Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes apache#4405.
NiFi uses the java IO temporary directory for storing HTTP multipart files when using HandleHttpRequest processor. The directory can be overwritten with Java command line parameter.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of PR
Documentation for NIFI-7640
For all changes:
Is there a JIRA ticket associated with this PR? Is it referenced
in the commit message?
Does your PR title start with NIFI-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character.
Has your PR been rebased against the latest commit within the target branch (typically
main)?Is your initial contribution a single, squashed commit? Additional commits in response to PR reviewer feedback should be made on this branch and pushed to allow change tracking. Do not
squashor use--forcewhen pushing to allow for clean monitoring of changes.For code changes:
mvn -Pcontrib-check clean installat the rootnififolder?LICENSEfile, including the mainLICENSEfile undernifi-assembly?NOTICEfile, including the mainNOTICEfile found undernifi-assembly?.displayNamein addition to .name (programmatic access) for each of the new properties?For documentation related changes:
Note:
Please ensure that once the PR is submitted, you check GitHub Actions CI for build issues and submit an update to your PR as soon as possible.