Issue/69 enhance html reports with source navigation and improve remote jar extraction lifecycle#70
Open
khalilmalla95 wants to merge 7 commits into
Conversation
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.18.0 to 2.18.6. - [Commits](FasterXML/jackson-core@jackson-core-2.18.0...jackson-core-2.18.6) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.18.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps org.thymeleaf:thymeleaf from 3.1.2.RELEASE to 3.1.5.RELEASE. --- updated-dependencies: - dependency-name: org.thymeleaf:thymeleaf dependency-version: 3.1.5.RELEASE dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
When linting a remote JAR URL, keep the extraction directory on disk instead of treating it as temporary. The same URL reuses and overwrites the existing folder on the next run. Local JAR extractions remain temporary. Also handle failures when deleting the temporary downloaded JAR file without aborting a successful lint run.
Pass projectPath into plugin HTML report generation and load referenced BPMN/FHIR file contents for the in-report viewer. Pre-compute sourceFile in Java (resourceFile → bpmnFile → fileName) to avoid unsupported OGNL Elvis syntax in Thymeleaf. Add highlight targets: - BPMN: id="<elementId>" - FHIR: canonical fhirReference without |version suffix - fallback: resourceId Remove sourceFile from items when file content could not be loaded, so plugin-level SUCCESS messages do not appear navigable without content.
Add a modal file viewer opened from lint items (data-file, data-target). Highlight matches and scroll to the first occurrence. Show "View in source" only when sourceFile is present. Embed file contents via Thymeleaf inline JavaScript (FILE_CONTENTS). Make dashboard severity cards clickable; expand collapsed sections and smooth-scroll to success, error, warning, and info sections.
…-navigation-and-improve-remote-jar-extraction-lifecycle
…e-html-reports-with-source-navigation-and-improve-remote-jar-extraction-lifecycle
jaboehri
approved these changes
Jun 3, 2026
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.
closes #69