Skip to content

Parallel JAR extraction, Maven threads, caching, agent prompt#277

Merged
zvigrinberg merged 2 commits into
mainfrom
APPENG-5619
Jul 9, 2026
Merged

Parallel JAR extraction, Maven threads, caching, agent prompt#277
zvigrinberg merged 2 commits into
mainfrom
APPENG-5619

Conversation

@zvigrinberg

Copy link
Copy Markdown
Collaborator
  • Parallelize source JAR extraction using ThreadPoolExecutor with
    cgroup-aware worker count (_available_cpus helper reads /sys/fs/cgroup/cpu.max)
  • Add -Dmaven.artifact.threads=10 to all mvn dependency:copy-dependencies, clean install, and depgraph-maven-plugin invocations in dep_tree.py
  • Set MAVEN_OPTS with -Dmaven.repo.local on shared PVC in and exploit_iq_service.yaml for persistent Maven cache across runs
  • Shorten cve_verify_vuln_package LLM response instruction to one sentence

Fixes: https://redhat.atlassian.net/browse/APPENG-5619

@vbelouso

vbelouso commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

    cgroup-aware
    worker count (_available_cpus helper reads /sys/fs/cgroup/cpu.max)
  - Add -Dmaven.artifact.threads=10 to all mvn
  dependency:copy-dependencies,
    clean install, and depgraph-maven-plugin invocations in dep_tree.py
  - Set MAVEN_OPTS with -Dmaven.repo.local on shared PVC in
    and exploit_iq_service.yaml for persistent Maven cache across runs
  - Shorten cve_verify_vuln_package LLM response instruction to one
  sentence

Signed-off-by: Zvi Grinberg <zgrinber@redhat.com>
Co-authored-by: Theodor Mihalache <tmihalac@redhat.com>
…ve longer

Signed-off-by: Zvi Grinberg <zgrinber@redhat.com>
@zvigrinberg

Copy link
Copy Markdown
Collaborator Author

@zvigrinberg zvigrinberg merged commit 3145da8 into main Jul 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants