opensagres / xdocreport

XDocReport means XML Document reporting. It's Java API to merge XML document created with MS Office (docx) or OpenOffice (odt), LibreOffice (odt) with a Java model to generate report and convert it if you need to another format (PDF, XHTML...).
https://github.com/opensagres/xdocreport
1.22k stars 372 forks source link

Bump jetty-http from 9.4.44.v20210927 to 11.0.13 #591

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps jetty-http from 9.4.44.v20210927 to 11.0.13.

Release notes

Sourced from jetty-http's releases.

11.0.13

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #9006 - WebSocket Message InputStream read() returns signed byte
  • #8913 - Review Jetty XML syntax to allow calling JDK methods
  • #8905 - GzipHandler fails to set Vary header on 304 responses
  • #8900 - Improved documentation about virtual threads.
  • #8897 - Update Conditional request handling for RFC7232
  • #8895 - Generate downloadable version of javadocs documentation in website deploy script
  • #8863 - Provide a possibility to name virtual threads
  • #8810 - ArrayRetainableByteBufferPool inefficiently calculates bucket indices
  • #8786 - KeyStoreScanner is not able to monitor a symlink file and always resolves to the target.
  • #8779 - CompactPathRule drops query section on use
  • #8770 - Review whether to send request body in redirects
  • #8753 - Starting HttpClient with destinationIdleTimeout set throws NPE. (@​janvojt)
  • #8750 - AbstractProxyServlet.onServerResponseHeaders does not support headers with empty values
  • #8743 - Add log.isDebugEnabled() to reduce string allocation (@​leonchen83)
  • #8721 - jetty:effective-web-xml doesn't generate quickstart information for web fragment jars that contain META-INF/resources
  • #8716 - Multiple Host header values handled poorly
  • #8712 - ELContextCleaner no longer needed.
  • #8688 - Fix traversal bug on extraction of bad jar/zip files during jetty-start
  • #8682 - expand jetty properties when generating dry-run command line
  • #8678 - Jetty client is not responding to GO_AWAY packet received from (Jetty) Server and continue to send traffic on same connection
  • #8628 - Pseudo restore PathMappings.getMatch(String) for backwards compat reasons
  • #8623 - Use AutoLock in InputStreamResponseListener
  • #8600 - Allow to pass instances of ClientConfig and Config to Hazelcast data store factory (@​Vlatombe)
  • #8591 - Indicate units of HttpClient properties (@​cowwoc)
  • #8558 - Idle timeout occured sometimes on HTTP/2 client with InputStreamResponseListener
  • #8536 - HotSwapHandler race condition
  • #8473 - add getter for the WebSocketUpgradeHandler configuration
  • #8460 - Log or throw exception if DefaultSessionIdManager is used but has not been started.
  • #8330 - Persistent OpenId sessions can throw IllegalStateException
  • #7993 - HttpClient idleTimeout configuration being ignored/overridden
  • #7286 - WebSocket write can time out even if the frame / callback has not been failed.
  • #7117 - Timeout with Expect 100 continue when using ProxyServlet

Dependencies

  • #8794 - Bump asm.version to 9.4
  • #8799 - Bump commons-compress to 1.22
  • #8656 - Bump google-cloud-datastore to 2.11.4

... (truncated)

Commits
  • a04bd1c Updating to version 11.0.13
  • 0e99ae0 Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 355eebe Update tycho-p2 from 2.7.5 to 3.0.1
  • 754bbdd Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • 7e1de8b Issue #8973 - Rework KeyStoreScanner handling for symlink related changes (#9...
  • 6f398ce Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 2538a91 Fixes flaky FCGI test HttpClientTest.testPOSTWithContentTracksProgress().
  • 6b8e23e Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • 3d3c954 Fixing OSGi bundle + tycho-p2 build failures (#9017)
  • d6b88e2 Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • Additional commits viewable in compare view


Dependabot compatibility score

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)
dependabot[bot] commented 1 year ago

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.