Skip to content

Update config to use filter jar paths and load jars #261

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

Merged
merged 8 commits into from
Feb 11, 2021

Conversation

shashank11p
Copy link
Contributor

Pending: update submodule after hypertrace/agent-config#47 is merged

System.out.println(jarPath.getValue());
files.add(file);
});
int i = 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

@shashank11p shashank11p marked this pull request as ready for review February 10, 2021 17:14
implementation("org.slf4j:log4j-over-slf4j:1.7.30")
implementation("org.slf4j:jcl-over-slf4j:1.7.30")
implementation("org.slf4j:jul-to-slf4j:1.7.30")
implementation("org.slf4j:log4j-over-slf4j:${versions["slf4j"]}")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️ nice work :)

int i = 0;
for (StringValue jarPath : jarPaths) {
try {
URL url = new URL("file", "", -1, jarPath.getValue());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we know that this works on Windows?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No.. I am not sure

@pavolloffay pavolloffay merged commit 99b0082 into hypertrace:main Feb 11, 2021
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