Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Analysis output includes many mentions of files under /root/.m2/repository #321

Open
1 task done
jwmatthews opened this issue Aug 16, 2024 · 1 comment
Open
1 task done
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-priority Indicates an issue or PR lacks a `priority/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@jwmatthews
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

Konveyor version

Kantra 0.5.0

Priority

Undefined (Default)

Current Behavior

I am running Kantra 0.5.0 on Mac M1 against

https://github.com/konveyor-ecosystem/coolstore

time "${KANTRA_BIN}" analyze -i "${PWD}"/"${SOURCE_DIR}" "${SOURCE_ONLY}" -t "quarkus" -t "jakarta-ee" -t "jakarta-ee8" -t "jakarta-ee9" -t "cloud-readiness" --rules "${CUSTOM_RULES_DIR}" -o "${OUTDIR}" --overwrite

I see ~400 extra files mentioned I didn't expect all from the root/.m2/ directory


File: root/.m2/repository/javax/javaee-api/7.0/javax/jms/TemporaryQueue.java has 1 violations.
File: root/.m2/repository/javax/javaee-api/7.0/javax/jms/TemporaryTopic.java has 1 violations.
File: root/.m2/repository/javax/javaee-api/7.0/javax/jms/Topic.java has 1 violations.
File: root/.m2/repository/javax/javaee-api/7.0/javax/jms/TopicConnection.java has 2 violations.
File: root/.m2/repository/javax/javaee-api/7.0/javax/jms/TopicPublisher.java has 3 violations.
File: root/.m2/repository/javax/javaee-api/7.0/javax/jms/TopicRequestor.java has 1 violations.
File: root/.m2/repository/javax/javaee-api/7.0/javax/jms/TopicSession.java has 6 violations.
File: root/.m2/repository/javax/javaee-api/7.0/javax/jms/TopicSubscriber.java has 1 violations.
File: root/.m2/repository/javax/javaee-web-api/7.0/javax/ejb/Remote.java has 1 violations.

Expected Behavior

Assume I should not see the files associated to root/.m2/

How Reproducible

Always (Default)

Steps To Reproduce

I am running Kantra 0.5.0 on Mac M1 against

https://github.com/konveyor-ecosystem/coolstore

time "${KANTRA_BIN}" analyze -i "${PWD}"/"${SOURCE_DIR}" "${SOURCE_ONLY}" -t "quarkus" -t "jakarta-ee" -t "jakarta-ee8" -t "jakarta-ee9" -t "cloud-readiness" --rules "${CUSTOM_RULES_DIR}" -o "${OUTDIR}" --overwrite

Environment

- OS: Mac M1 (arm64)

Anything else?

No response

@jwmatthews jwmatthews added needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. kind/bug Categorizes issue or PR as related to a bug. labels Aug 16, 2024
@konveyor-ci-bot
Copy link

This issue is currently awaiting triage.
If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.
The triage/accepted label can be added by org members.

@konveyor-ci-bot konveyor-ci-bot bot added the needs-priority Indicates an issue or PR lacks a `priority/foo` label and requires one. label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-priority Indicates an issue or PR lacks a `priority/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant