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

Use CDN to load azure blob browser lib #2348

Merged
merged 5 commits into from Apr 26, 2022
Merged

Conversation

bion
Copy link
Contributor

@bion bion commented Apr 25, 2022

We've been using https://webjars.org to load javascript libraries (just one so far) but the azure blob storage library specifically causes a Java compilation error on the latest patch version of Java 11.

This change is to unblock upgrading to Java 11.0.14 while we figure out how to resolve the webjar problem.

Unblocks #2316, #2315

@bion bion self-assigned this Apr 25, 2022
Copy link
Contributor

@clouser2 clouser2 left a comment

Choose a reason for hiding this comment

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

Nice!

@@ -105,7 +105,7 @@ public Tag renderFileUploadBlockSubmitForms(
return div(formTag, skipForms, buttons)
.withId("azure-upload-form-component")
.with(
footer(viewUtils.makeWebJarsTag(WebJarJsPaths.AZURE_STORAGE_BLOB)),
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks good. Is it worth creating a separate issue tracking reverting to this path once the Azure issue is fixed upstream? We could then add a TODO against it here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@bion bion merged commit 5b7e16a into main Apr 26, 2022
@bion bion deleted the load-azure-blob-storage-lib-from-cdn branch April 26, 2022 16:47
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.

None yet

2 participants