-
Notifications
You must be signed in to change notification settings - Fork 14
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
Published 5.15.2 seems corrupt #212
Comments
Looks like something went wrong with the new way to deploy these: webjars/webjars#2065 I'll investigate. |
I have a fix that should be deployed soon: Once deployed I'll try to recreate the broken |
Ok, |
no Git commit nor Git tag here https://github.com/webjars/swagger-ui/tags something remains weird |
The new user deployable WebJars no longer use git repos. So that part is expected. |
ok, I see: looks reasonable given how it's largely a copy/paste question: is there a way to rebuild and check reproducible builds with the new approach? |
Since there isn't a Maven build for the new user deployable Classic WebJars, I don't know how we'd check for build reproducibility. |
no problem if the build is done with another tool: Reproducible Central is more about the distribution to Maven Central repository than the build tool used to create the jars |
I'm not totally sure what I need to do. Any pointers? |
please just tell me how I can rebuild locally swagger-ui 5.17.0: once I can do it by hand, I'll see how to integrate into the Reproducible Central automation (which won't be the same Git repository, for example, and not the same command line as older releases) you can see a working rebuild by cloning Reproducible Central repository and running |
Cross-posting here: swagger-api/swagger-ui#9869 |
@hboutemy Like with NPM WebJars, there isn't really a build for the new Classic WebJar deployment. webjars.org creates the package (jars, pom, etc) and uploads it to Maven Central. I could add an endpoint on webjars.org that'd create the package and download it, but I don't know if that helps at all. @vkolomeyko Can you open a new issue for that: https://github.com/webjars/webjars/issues/new/choose |
@jamesward - I have raised: webjars/webjars#2070 |
Compared to 5.15.1, paths have changed, and it contains lots of unrelated files:
https://www.webjars.org/listfiles/org.webjars/swagger-ui/5.15.1
https://www.webjars.org/listfiles/org.webjars/swagger-ui/5.15.2
The text was updated successfully, but these errors were encountered: