-
Notifications
You must be signed in to change notification settings - Fork 104
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
Bump jzlib from 1.1.3 to 1.1.3-kohsuke-1 #263
Bump jzlib from 1.1.3 to 1.1.3-kohsuke-1 #263
Conversation
5f7adf4
to
db88da0
Compare
KK upstreamed this change: ymnk/jzlib#11 but it was never released |
Yeah the library seems to have been abandoned, so we should not compound the problem by using a fork. IIRC @jtnord suggested dispensing with the |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Oh.. now this is from memory.. Compress requires buffering, or chunked encoding (because you don't know the content length until after the compression has occurred). We don't even need to compress ourselves IIRC we could use jetty filter / Handler to do it in winstone, or let whatever we app container configure it. Support is now common for this I think we no longer need to roll out own. https://www.eclipse.org/jetty/javadoc/jetty-9/org/eclipse/jetty/server/handler/gzip/GzipHandler.html |
Of note is that Jenkins core (the only real consumer of Stapler) is already using 1.1.3-kohsuke-1. From
The version is defined in Based on the above, I see no reason not to take the Dependabot update and align the version in Stapler with what we actually ship in Jenkins core. It is effectively a no-op from the perspective of the shipped WAR but makes Dependabot happy. Of course I agree that in the long term eliminating our dependency on this unmaintained library is a good idea, but that is a larger project. |
Bumps [jzlib](https://github.com/kohsuke/jzlib) from 1.1.3 to 1.1.3-kohsuke-1. - [Release notes](https://github.com/kohsuke/jzlib/releases) - [Changelog](https://github.com/kohsuke/jzlib/blob/master/ChangeLog) - [Commits](kohsuke/jzlib@1.1.3...jzlib-1.1.3-kohsuke-1) --- updated-dependencies: - dependency-name: com.jcraft:jzlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
db88da0
to
b4c3b98
Compare
Bumps jzlib from 1.1.3 to 1.1.3-kohsuke-1.
Commits
ef08d09
[maven-release-plugin] prepare release jzlib-1.1.3-kohsuke-12cc37d5
Actually, this is based on 1.1.37204d0e
[maven-release-plugin] prepare for next development iteration0246cda
[maven-release-plugin] prepare release jzlib-1.1.2-kohsuke-15ebc2a6
Preparing for a patch release3e3dae9
improving error diagnosis.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)