[
https://issues.apache.org/jira/browse/NIFI-13632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17879863#comment-17879863
]
ASF subversion and git services commented on NIFI-13632:
--------------------------------------------------------
Commit 39ab3129f03bb9c8dd4faaf71ab2b3de008ffb34 in nifi's branch
refs/heads/main from Matt Gilman
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=39ab3129f0 ]
NIFI-13632: Updating content access. (#9221)
* NIFI-13632: Updating content access.
- Removing existing content viewer application.
- Introduced new front end based content viewer applicaiton.
- Introduced new bundled content viewers for hex and images.
- Deleted previous image content viewer.
- Migrated existing standard content viewer (which handles json, xml, yaml,
csv, and text) to utilize new content access interface.
- Moved standard content viewer into its own NAR.
- Moved and renamed custom ui utils and content viewer utils into nifi-common.
- Added mime type to FlowFileSummary response payload to help drive the
initially opened content viewer.
* NIFI-13632: Fixing rat issue.
* NIFI-13632: Fixing CI issue.
* NIFI-13632: Removing standard content viewer war from code coverage.
* NIFI-13632: Addressing review feedback.
* NIFI-13632: Fixing import.
* NIFI-13632: Further simplification of content viewer state.
* NIFI-13632: Removing unneeded code.
* NIFI-13632: Adding a min height around codemirror.
* NIFI-13632: Addressing review feedback.
- Rendering mime type in the content viewer.
- Preventing additions to the browser history as the user changes how the
content is viewed.
- Appending forward slash to content viewer UIs to prevent unnecessary redirect.
- Removing Standard Content Viewer title based on review feedback.
- Fixing double scroll bar in the Standard Content Viewer on small browser
heights.
- Removed unnecessary application.yml.
- Bumping spring boot version.
This closes #9221
> Update Content Viewer
> ---------------------
>
> Key: NIFI-13632
> URL: https://issues.apache.org/jira/browse/NIFI-13632
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework, Core UI, Extensions
> Reporter: Matt Gilman
> Assignee: Matt Gilman
> Priority: Major
> Time Spent: 4h
> Remaining Estimate: 0h
>
> The existing content viewer contract uses JSPs/Servlet to render a view of
> the data. The data specific viewing is incorporated into response mark up via
> "include" across web applications. We should update this contract to allow
> the content viewer to build an entire page rather than returning a section of
> a page. It should also be built in a way to limit the amount of server
> generated markup through JSPs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)