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

fixes broken loading of UI resources #3696

Merged
merged 2 commits into from
Jan 17, 2024
Merged

fixes broken loading of UI resources #3696

merged 2 commits into from
Jan 17, 2024

Conversation

codefromthecrypt
Copy link
Member

Fixes #3694 until it can be addressed upstream by line/armeria#5391

Until this is in, the UI is completely busted

Signed-off-by: Adrian Cole <[email protected]>
@codefromthecrypt
Copy link
Member Author

added an integration test which tests this via docker, ensuring either jar or jar via docker don't have a bug that prevents loading the UI.

}

return builder(f.toPath());
} else if ("jar".equals(url.getProtocol()) && (url.getPath().startsWith("file:")||url.getPath().startsWith("nested:")) ||
Copy link
Member Author

@codefromthecrypt codefromthecrypt Jan 17, 2024

Choose a reason for hiding this comment

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

this is the patched line from line/armeria#5391

@codefromthecrypt
Copy link
Member Author

since zipkin is unusable, I'm going to merge and cut this. We can revert it once there's a fix upstream.

@codefromthecrypt codefromthecrypt merged commit 4419086 into master Jan 17, 2024
12 checks passed
@codefromthecrypt codefromthecrypt deleted the patch-armeria branch January 17, 2024 18:46
@shakuzen
Copy link
Member

Late but LGTM

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.

java 21 java -jar zipkin.jar
2 participants