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

Bump jetty.version from 9.4.44.v20210927 to 9.4.45.v20220203 #246

Merged
merged 1 commit into from
Feb 18, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2022

Bumps jetty.version from 9.4.44.v20210927 to 9.4.45.v20220203.
Updates jetty-client from 9.4.44.v20210927 to 9.4.45.v20220203

Release notes

Sourced from jetty-client's releases.

9.4.45.v20220203

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #7516 - Fix log class name in ArrayByteBufferPool (@​slovdahl)
  • #7496 - Transient 400: Bad Request responses in jetty-9.4.45.v20220128
  • #7480 - remove duplicated dependencies and upgrade to last spring 3.2.x
  • #7440 - ContextHandler.getAliasChecks() breaks Spring Boot
  • #7375 - Some environments require Request scoping during session save
  • #7348 - Slow CONNECT request causes NPE
  • #7277 - Allow override of ServletRequest.getLocalName() and .getLocalPort() in post-intermediary scenarios
  • #7271 - It is necessary to set MAX_CAPACITY to ArrayTernaryTrie/ArrayTrie
  • #7266 - Wrong ALPN jars are selected for newer versions of JDK8
  • #7222 - Remove redundant overridden methods in AllowedResourceAliasCheckListener
  • #7124 - Add default methods on LifeCycle.Listener interface
  • #7078 - CompressionPools are not shared between multiple contexts for 9.4 WebSocket
  • #7059 - NPE in AllowedResourceAliasChecker.getPath()
  • #7031 - ResponseWriter.println(char) does not print newline
  • #6974 - Major websocket memory change in 9.4.36
  • #6969 - Getting 404 failures when trying to enable logging-log4j module.
  • #6965 - Expose Spec ServerContainer.upgrade() API
  • #6889 - Cherry pick update to infinispan 11.0.11 back to jetty-9.4.x(#6766)
  • #6497 - Replace SameFileAliasChecker
  • #4275 - Path Normalization/Traversal - Context Matching

Dependencies

  • #7519 - Bump google-cloud-datastore from 2.2.2 to 2.2.3
  • #7501 - Bump checkstyle from 9.2.1 to 9.3
  • #7500 - Bump asciidoctor-maven-plugin from 2.2.1 to 2.2.2
  • #7456 - Bump grpc-core from 1.43.2 to 1.44.0
  • #7449 - Bump error_prone_annotations from 2.10.0 to 2.11.0
  • #7445 - Bump guice from 5.0.1 to 5.1.0
  • #7439 - Bump versions-maven-plugin from 2.8.1 to 2.9.0
  • #7435 - Investigate Infinispan transitive dependencies
  • #7434 - Fix log4j2 module
  • #7429 - Bump mariadb-java-client from 2.7.4 to 2.7.5
  • #7427 - Bump testcontainers.version from 1.16.2 to 1.16.3
  • #7412 - Bump maven-plugin-plugin from 3.6.2 to 3.6.4
  • #7411 - Bump maven.plugin-tools.version from 3.6.2 to 3.6.4
  • #7389 - Bump google-cloud-datastore from 2.2.1 to 2.2.2
  • #7388 - Bump maven-compiler-plugin from 3.8.1 to 3.9.0
  • #7387 - Bump build-helper-maven-plugin from 3.2.0 to 3.3.0
  • #7386 - Bump jboss-logging from 3.4.2.Final to 3.4.3.Final
  • #7380 - Bump hawtio-default from 2.14.3 to 2.14.4
  • #7368 - Bump jnr-posix from 3.1.14 to 3.1.15
  • #7366 - Bump jnr-unixsocket from 0.38.15 to 0.38.17

... (truncated)

Commits
  • 4a0c91c Updating to version 9.4.45.v20220203
  • b84ea78 Merge pull request #7519 from eclipse/dependabot/maven/jetty-9.4.x/com.google...
  • 37ad2d2 Merge pull request #7516 from slovdahl/patch-1
  • 846cf4c Bump google-cloud-datastore from 2.2.2 to 2.2.3
  • dcaf3f2 Fix log class name in ArrayByteBufferPool
  • 09f4899 Jetty 9.4.x : fix tries mistakenly throwing ArrayIndexOutOfBoundsException (#...
  • 33c60d8 Merge pull request #7501 from eclipse/dependabot/maven/jetty-9.4.x/com.puppyc...
  • e22d5a1 Merge pull request #7500 from eclipse/dependabot/maven/jetty-9.4.x/org.asciid...
  • bf0d65a Bump asciidoctor-maven-plugin from 2.2.1 to 2.2.2
  • 076b390 Bump checkstyle from 9.2.1 to 9.3
  • Additional commits viewable in compare view

Updates jetty-server from 9.4.44.v20210927 to 9.4.45.v20220203

Release notes

Sourced from jetty-server's releases.

9.4.45.v20220203

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #7516 - Fix log class name in ArrayByteBufferPool (@​slovdahl)
  • #7496 - Transient 400: Bad Request responses in jetty-9.4.45.v20220128
  • #7480 - remove duplicated dependencies and upgrade to last spring 3.2.x
  • #7440 - ContextHandler.getAliasChecks() breaks Spring Boot
  • #7375 - Some environments require Request scoping during session save
  • #7348 - Slow CONNECT request causes NPE
  • #7277 - Allow override of ServletRequest.getLocalName() and .getLocalPort() in post-intermediary scenarios
  • #7271 - It is necessary to set MAX_CAPACITY to ArrayTernaryTrie/ArrayTrie
  • #7266 - Wrong ALPN jars are selected for newer versions of JDK8
  • #7222 - Remove redundant overridden methods in AllowedResourceAliasCheckListener
  • #7124 - Add default methods on LifeCycle.Listener interface
  • #7078 - CompressionPools are not shared between multiple contexts for 9.4 WebSocket
  • #7059 - NPE in AllowedResourceAliasChecker.getPath()
  • #7031 - ResponseWriter.println(char) does not print newline
  • #6974 - Major websocket memory change in 9.4.36
  • #6969 - Getting 404 failures when trying to enable logging-log4j module.
  • #6965 - Expose Spec ServerContainer.upgrade() API
  • #6889 - Cherry pick update to infinispan 11.0.11 back to jetty-9.4.x(#6766)
  • #6497 - Replace SameFileAliasChecker
  • #4275 - Path Normalization/Traversal - Context Matching

Dependencies

  • #7519 - Bump google-cloud-datastore from 2.2.2 to 2.2.3
  • #7501 - Bump checkstyle from 9.2.1 to 9.3
  • #7500 - Bump asciidoctor-maven-plugin from 2.2.1 to 2.2.2
  • #7456 - Bump grpc-core from 1.43.2 to 1.44.0
  • #7449 - Bump error_prone_annotations from 2.10.0 to 2.11.0
  • #7445 - Bump guice from 5.0.1 to 5.1.0
  • #7439 - Bump versions-maven-plugin from 2.8.1 to 2.9.0
  • #7435 - Investigate Infinispan transitive dependencies
  • #7434 - Fix log4j2 module
  • #7429 - Bump mariadb-java-client from 2.7.4 to 2.7.5
  • #7427 - Bump testcontainers.version from 1.16.2 to 1.16.3
  • #7412 - Bump maven-plugin-plugin from 3.6.2 to 3.6.4
  • #7411 - Bump maven.plugin-tools.version from 3.6.2 to 3.6.4
  • #7389 - Bump google-cloud-datastore from 2.2.1 to 2.2.2
  • #7388 - Bump maven-compiler-plugin from 3.8.1 to 3.9.0
  • #7387 - Bump build-helper-maven-plugin from 3.2.0 to 3.3.0
  • #7386 - Bump jboss-logging from 3.4.2.Final to 3.4.3.Final
  • #7380 - Bump hawtio-default from 2.14.3 to 2.14.4
  • #7368 - Bump jnr-posix from 3.1.14 to 3.1.15
  • #7366 - Bump jnr-unixsocket from 0.38.15 to 0.38.17

... (truncated)

Commits
  • 4a0c91c Updating to version 9.4.45.v20220203
  • b84ea78 Merge pull request #7519 from eclipse/dependabot/maven/jetty-9.4.x/com.google...
  • 37ad2d2 Merge pull request #7516 from slovdahl/patch-1
  • 846cf4c Bump google-cloud-datastore from 2.2.2 to 2.2.3
  • dcaf3f2 Fix log class name in ArrayByteBufferPool
  • 09f4899 Jetty 9.4.x : fix tries mistakenly throwing ArrayIndexOutOfBoundsException (#...
  • 33c60d8 Merge pull request #7501 from eclipse/dependabot/maven/jetty-9.4.x/com.puppyc...
  • e22d5a1 Merge pull request #7500 from eclipse/dependabot/maven/jetty-9.4.x/org.asciid...
  • bf0d65a Bump asciidoctor-maven-plugin from 2.2.1 to 2.2.2
  • 076b390 Bump checkstyle from 9.2.1 to 9.3
  • Additional commits viewable in compare view

Updates jetty-http from 9.4.44.v20210927 to 9.4.45.v20220203

Release notes

Sourced from jetty-http's releases.

9.4.45.v20220203

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #7516 - Fix log class name in ArrayByteBufferPool (@​slovdahl)
  • #7496 - Transient 400: Bad Request responses in jetty-9.4.45.v20220128
  • #7480 - remove duplicated dependencies and upgrade to last spring 3.2.x
  • #7440 - ContextHandler.getAliasChecks() breaks Spring Boot
  • #7375 - Some environments require Request scoping during session save
  • #7348 - Slow CONNECT request causes NPE
  • #7277 - Allow override of ServletRequest.getLocalName() and .getLocalPort() in post-intermediary scenarios
  • #7271 - It is necessary to set MAX_CAPACITY to ArrayTernaryTrie/ArrayTrie
  • #7266 - Wrong ALPN jars are selected for newer versions of JDK8
  • #7222 - Remove redundant overridden methods in AllowedResourceAliasCheckListener
  • #7124 - Add default methods on LifeCycle.Listener interface
  • #7078 - CompressionPools are not shared between multiple contexts for 9.4 WebSocket
  • #7059 - NPE in AllowedResourceAliasChecker.getPath()
  • #7031 - ResponseWriter.println(char) does not print newline
  • #6974 - Major websocket memory change in 9.4.36
  • #6969 - Getting 404 failures when trying to enable logging-log4j module.
  • #6965 - Expose Spec ServerContainer.upgrade() API
  • #6889 - Cherry pick update to infinispan 11.0.11 back to jetty-9.4.x(#6766)
  • #6497 - Replace SameFileAliasChecker
  • #4275 - Path Normalization/Traversal - Context Matching

Dependencies

  • #7519 - Bump google-cloud-datastore from 2.2.2 to 2.2.3
  • #7501 - Bump checkstyle from 9.2.1 to 9.3
  • #7500 - Bump asciidoctor-maven-plugin from 2.2.1 to 2.2.2
  • #7456 - Bump grpc-core from 1.43.2 to 1.44.0
  • #7449 - Bump error_prone_annotations from 2.10.0 to 2.11.0
  • #7445 - Bump guice from 5.0.1 to 5.1.0
  • #7439 - Bump versions-maven-plugin from 2.8.1 to 2.9.0
  • #7435 - Investigate Infinispan transitive dependencies
  • #7434 - Fix log4j2 module
  • #7429 - Bump mariadb-java-client from 2.7.4 to 2.7.5
  • #7427 - Bump testcontainers.version from 1.16.2 to 1.16.3
  • #7412 - Bump maven-plugin-plugin from 3.6.2 to 3.6.4
  • #7411 - Bump maven.plugin-tools.version from 3.6.2 to 3.6.4
  • #7389 - Bump google-cloud-datastore from 2.2.1 to 2.2.2
  • #7388 - Bump maven-compiler-plugin from 3.8.1 to 3.9.0
  • #7387 - Bump build-helper-maven-plugin from 3.2.0 to 3.3.0
  • #7386 - Bump jboss-logging from 3.4.2.Final to 3.4.3.Final
  • #7380 - Bump hawtio-default from 2.14.3 to 2.14.4
  • #7368 - Bump jnr-posix from 3.1.14 to 3.1.15
  • #7366 - Bump jnr-unixsocket from 0.38.15 to 0.38.17

... (truncated)

Commits
  • 4a0c91c Updating to version 9.4.45.v20220203
  • b84ea78 Merge pull request #7519 from eclipse/dependabot/maven/jetty-9.4.x/com.google...
  • 37ad2d2 Merge pull request #7516 from slovdahl/patch-1
  • 846cf4c Bump google-cloud-datastore from 2.2.2 to 2.2.3
  • dcaf3f2 Fix log class name in ArrayByteBufferPool
  • 09f4899 Jetty 9.4.x : fix tries mistakenly throwing ArrayIndexOutOfBoundsException (#...
  • 33c60d8 Merge pull request #7501 from eclipse/dependabot/maven/jetty-9.4.x/com.puppyc...
  • e22d5a1 Merge pull request #7500 from eclipse/dependabot/maven/jetty-9.4.x/org.asciid...
  • bf0d65a Bump asciidoctor-maven-plugin from 2.2.1 to 2.2.2
  • 076b390 Bump checkstyle from 9.2.1 to 9.3
  • Additional commits viewable in compare view

Updates jetty-util from 9.4.44.v20210927 to 9.4.45.v20220203

Release notes

Sourced from jetty-util's releases.

9.4.45.v20220203

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #7516 - Fix log class name in ArrayByteBufferPool (@​slovdahl)
  • #7496 - Transient 400: Bad Request responses in jetty-9.4.45.v20220128
  • #7480 - remove duplicated dependencies and upgrade to last spring 3.2.x
  • #7440 - ContextHandler.getAliasChecks() breaks Spring Boot
  • #7375 - Some environments require Request scoping during session save
  • #7348 - Slow CONNECT request causes NPE
  • #7277 - Allow override of ServletRequest.getLocalName() and .getLocalPort() in post-intermediary scenarios
  • #7271 - It is necessary to set MAX_CAPACITY to ArrayTernaryTrie/ArrayTrie
  • #7266 - Wrong ALPN jars are selected for newer versions of JDK8
  • #7222 - Remove redundant overridden methods in AllowedResourceAliasCheckListener
  • #7124 - Add default methods on LifeCycle.Listener interface
  • #7078 - CompressionPools are not shared between multiple contexts for 9.4 WebSocket
  • #7059 - NPE in AllowedResourceAliasChecker.getPath()
  • #7031 - ResponseWriter.println(char) does not print newline
  • #6974 - Major websocket memory change in 9.4.36
  • #6969 - Getting 404 failures when trying to enable logging-log4j module.
  • #6965 - Expose Spec ServerContainer.upgrade() API
  • #6889 - Cherry pick update to infinispan 11.0.11 back to jetty-9.4.x(#6766)
  • #6497 - Replace SameFileAliasChecker
  • #4275 - Path Normalization/Traversal - Context Matching

Dependencies

  • #7519 - Bump google-cloud-datastore from 2.2.2 to 2.2.3
  • #7501 - Bump checkstyle from 9.2.1 to 9.3
  • #7500 - Bump asciidoctor-maven-plugin from 2.2.1 to 2.2.2
  • #7456 - Bump grpc-core from 1.43.2 to 1.44.0
  • #7449 - Bump error_prone_annotations from 2.10.0 to 2.11.0
  • #7445 - Bump guice from 5.0.1 to 5.1.0
  • #7439 - Bump versions-maven-plugin from 2.8.1 to 2.9.0
  • #7435 - Investigate Infinispan transitive dependencies
  • #7434 - Fix log4j2 module
  • #7429 - Bump mariadb-java-client from 2.7.4 to 2.7.5
  • #7427 - Bump testcontainers.version from 1.16.2 to 1.16.3
  • #7412 - Bump maven-plugin-plugin from 3.6.2 to 3.6.4
  • #7411 - Bump maven.plugin-tools.version from 3.6.2 to 3.6.4
  • #7389 - Bump google-cloud-datastore from 2.2.1 to 2.2.2
  • #7388 - Bump maven-compiler-plugin from 3.8.1 to 3.9.0
  • #7387 - Bump build-helper-maven-plugin from 3.2.0 to 3.3.0
  • #7386 - Bump jboss-logging from 3.4.2.Final to 3.4.3.Final
  • #7380 - Bump hawtio-default from 2.14.3 to 2.14.4
  • #7368 - Bump jnr-posix from 3.1.14 to 3.1.15
  • #7366 - Bump jnr-unixsocket from 0.38.15 to 0.38.17

... (truncated)

Commits
  • 4a0c91c Updating to version 9.4.45.v20220203
  • b84ea78 Merge pull request #7519 from eclipse/dependabot/maven/jetty-9.4.x/com.google...
  • 37ad2d2 Merge pull request #7516 from slovdahl/patch-1
  • 846cf4c Bump google-cloud-datastore from 2.2.2 to 2.2.3
  • dcaf3f2 Fix log class name in ArrayByteBufferPool
  • 09f4899 Jetty 9.4.x : fix tries mistakenly throwing ArrayIndexOutOfBoundsException (#...
  • 33c60d8 Merge pull request #7501 from eclipse/dependabot/maven/jetty-9.4.x/com.puppyc...
  • e22d5a1 Merge pull request #7500 from eclipse/dependabot/maven/jetty-9.4.x/org.asciid...
  • bf0d65a Bump asciidoctor-maven-plugin from 2.2.1 to 2.2.2
  • 076b390 Bump checkstyle from 9.2.1 to 9.3
  • Additional commits viewable in compare view

Updates jetty-io from 9.4.44.v20210927 to 9.4.45.v20220203

Release notes

Sourced from jetty-io's releases.

9.4.45.v20220203

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #7516 - Fix log class name in ArrayByteBufferPool (@​slovdahl)
  • #7496 - Transient 400: Bad Request responses in jetty-9.4.45.v20220128
  • #7480 - remove duplicated dependencies and upgrade to last spring 3.2.x
  • #7440 - ContextHandler.getAliasChecks() breaks Spring Boot
  • #7375 - Some environments require Request scoping during session save
  • #7348 - Slow CONNECT request causes NPE
  • #7277 - Allow override of ServletRequest.getLocalName() and .getLocalPort() in post-intermediary scenarios
  • #7271 - It is necessary to set MAX_CAPACITY to ArrayTernaryTrie/ArrayTrie
  • #7266 - Wrong ALPN jars are selected for newer versions of JDK8
  • #7222 - Remove redundant overridden methods in AllowedResourceAliasCheckListener
  • #7124 - Add default methods on LifeCycle.Listener interface
  • #7078 - CompressionPools are not shared between multiple contexts for 9.4 WebSocket
  • #7059 - NPE in AllowedResourceAliasChecker.getPath()
  • #7031 - ResponseWriter.println(char) does not print newline
  • #6974 - Major websocket memory change in 9.4.36
  • #6969 - Getting 404 failures when trying to enable logging-log4j module.
  • #6965 - Expose Spec ServerContainer.upgrade() API
  • #6889 - Cherry pick update to infinispan 11.0.11 back to jetty-9.4.x(#6766)
  • #6497 - Replace SameFileAliasChecker
  • #4275 - Path Normalization/Traversal - Context Matching

Dependencies

  • #7519 - Bump google-cloud-datastore from 2.2.2 to 2.2.3
  • #7501 - Bump checkstyle from 9.2.1 to 9.3
  • #7500 - Bump asciidoctor-maven-plugin from 2.2.1 to 2.2.2
  • #7456 - Bump grpc-core from 1.43.2 to 1.44.0
  • #7449 - Bump error_prone_annotations from 2.10.0 to 2.11.0
  • #7445 - Bump guice from 5.0.1 to 5.1.0
  • #7439 - Bump versions-maven-plugin from 2.8.1 to 2.9.0
  • #7435 - Investigate Infinispan transitive dependencies
  • #7434 - Fix log4j2 module
  • #7429 - Bump mariadb-java-client from 2.7.4 to 2.7.5
  • #7427 - Bump testcontainers.version from 1.16.2 to 1.16.3
  • #7412 - Bump maven-plugin-plugin from 3.6.2 to 3.6.4
  • #7411 - Bump maven.plugin-tools.version from 3.6.2 to 3.6.4
  • #7389 - Bump google-cloud-datastore from 2.2.1 to 2.2.2
  • #7388 - Bump maven-compiler-plugin from 3.8.1 to 3.9.0
  • #7387 - Bump build-helper-maven-plugin from 3.2.0 to 3.3.0
  • #7386 - Bump jboss-logging from 3.4.2.Final to 3.4.3.Final
  • #7380 - Bump hawtio-default from 2.14.3 to 2.14.4
  • #7368 - Bump jnr-posix from 3.1.14 to 3.1.15
  • #7366 - Bump jnr-unixsocket from 0.38.15 to 0.38.17

... (truncated)

Commits
  • 4a0c91c Updating to version 9.4.45.v20220203
  • b84ea78 Merge pull request #7519 from eclipse/dependabot/maven/jetty-9.4.x/com.google...
  • 37ad2d2 Merge pull request #7516 from slovdahl/patch-1
  • 846cf4c Bump google-cloud-datastore from 2.2.2 to 2.2.3
  • dcaf3f2 Fix log class name in ArrayByteBufferPool
  • 09f4899 Jetty 9.4.x : fix tries mistakenly throwing ArrayIndexOutOfBoundsException (#...
  • 33c60d8 Merge pull request #7501 from eclipse/dependabot/maven/jetty-9.4.x/com.puppyc...
  • e22d5a1 Merge pull request #7500 from eclipse/dependabot/maven/jetty-9.4.x/org.asciid...
  • bf0d65a Bump asciidoctor-maven-plugin from 2.2.1 to 2.2.2
  • 076b390 Bump checkstyle from 9.2.1 to 9.3
  • Additional commits viewable in compare view

Updates jetty-servlet from 9.4.44.v20210927 to 9.4.45.v20220203

Release notes

Sourced from jetty-servlet's releases.

9.4.45.v20220203

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #7516 - Fix log class name in ArrayByteBufferPool (@​slovdahl)
  • #7496 - Transient 400: Bad Request responses in jetty-9.4.45.v20220128
  • #7480 - remove duplicated dependencies and upgrade to last spring 3.2.x
  • #7440 - ContextHandler.getAliasChecks() breaks Spring Boot
  • #7375 - Some environments require Request scoping during session save
  • #7348 - Slow CONNECT request causes NPE
  • #7277 - Allow override of ServletRequest.getLocalName() and .getLocalPort() in post-intermediary scenarios
  • #7271 - It is necessary to set MAX_CAPACITY to ArrayTernaryTrie/ArrayTrie
  • #7266 - Wrong ALPN jars are selected for newer versions of JDK8
  • #7222 - Remove redundant overridden methods in AllowedResourceAliasCheckListener
  • #7124 - Add default methods on LifeCycle.Listener interface
  • #7078 - CompressionPools are not shared between multiple contexts for 9.4 WebSocket
  • #7059 - NPE in AllowedResourceAliasChecker.getPath()
  • #7031 - ResponseWriter.println(char) does not print newline
  • #6974 - Major websocket memory change in 9.4.36
  • #6969 - Getting 404 failures when trying to enable logging-log4j module.
  • #6965 - Expose Spec ServerContainer.upgrade() API
  • #6889 - Cherry pick update to infinispan 11.0.11 back to jetty-9.4.x(#6766)
  • #6497 - Replace SameFileAliasChecker
  • #4275 - Path Normalization/Traversal - Context Matching

Dependencies

  • #7519 - Bump google-cloud-datastore from 2.2.2 to 2.2.3
  • #7501 - Bump checkstyle from 9.2.1 to 9.3
  • #7500 - Bump asciidoctor-maven-plugin from 2.2.1 to 2.2.2
  • #7456 - Bump grpc-core from 1.43.2 to 1.44.0
  • #7449 - Bump error_prone_annotations from 2.10.0 to 2.11.0
  • #7445 - Bump guice from 5.0.1 to 5.1.0
  • #7439 - Bump versions-maven-plugin from 2.8.1 to 2.9.0
  • #7435 - Investigate Infinispan transitive dependencies
  • #7434 - Fix log4j2 module
  • #7429 - Bump mariadb-java-client from 2.7.4 to 2.7.5
  • #7427 - Bump testcontainers.version from 1.16.2 to 1.16.3
  • #7412 - Bump maven-plugin-plugin from 3.6.2 to 3.6.4
  • #7411 - Bump maven.plugin-tools.version from 3.6.2 to 3.6.4
  • #7389 - Bump google-cloud-datastore from 2.2.1 to 2.2.2
  • #7388 - Bump maven-compiler-plugin from 3.8.1 to 3.9.0
  • #7387 - Bump build-helper-maven-plugin from 3.2.0 to 3.3.0
  • #7386 - Bump jboss-logging from 3.4.2.Final to 3.4.3.Final
  • #7380 - Bump hawtio-default from 2.14.3 to 2.14.4
  • #7368 - Bump jnr-posix from 3.1.14 to 3.1.15
  • #7366 - Bump jnr-unixsocket from 0.38.15 to 0.38.17

... (truncated)

Commits
  • 4a0c91c Updating to version 9.4.45.v20220203
  • b84ea78 Merge pull request #7519 from eclipse/dependabot/maven/jetty-9.4.x/com.google...
  • 37ad2d2 Merge pull request #7516 from slovdahl/patch-1
  • 846cf4c Bump google-cloud-datastore from 2.2.2 to 2.2.3
  • dcaf3f2 Fix log class name in ArrayByteBufferPool
  • 09f4899 Jetty 9.4.x : fix tries mistakenly throwing ArrayIndexOutOfBoundsException (#...
  • 33c60d8 Merge pull request #7501 from eclipse/dependabot/maven/jetty-9.4.x/com.puppyc...
  • e22d5a1 Merge pull request #7500 from eclipse/dependabot/maven/jetty-9.4.x/org.asciid...
  • bf0d65a Bump asciidoctor-maven-plugin from 2.2.1 to 2.2.2
  • 076b390 Bump checkstyle from 9.2.1 to 9.3
  • Additional commits viewable in compare view

Updates jetty-webapp from 9.4.44.v20210927 to 9.4.45.v20220203

Release notes

Sourced from jetty-webapp's releases.

9.4.45.v20220203

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #7516 - Fix log class name in ArrayByteBufferPool (@​slovdahl)
  • #7496 - Transient 400: Bad Request responses in jetty-9.4.45.v20220128
  • #7480 - remove duplicated dependencies and upgrade to last spring 3.2.x
  • #7440 - ContextHandler.getAliasChecks() breaks Spring Boot
  • #7375 - Some environments require Request scoping during session save
  • #7348 - Slow CONNECT request causes NPE
  • #7277 - Allow override of ServletRequest.getLocalName() and .getLocalPort() in post-intermediary scenarios
  • #7271 - It is necessary to set MAX_CAPACITY to ArrayTernaryTrie/ArrayTrie
  • #7266 - Wrong ALPN jars are selected for newer versions of JDK8
  • #7222 - Remove redundant overridden methods in AllowedResourceAliasCheckListener
  • #7124 - Add default methods on LifeCycle.Listener interface
  • #7078 - CompressionPools are not shared between multiple contexts for 9.4 WebSocket
  • #7059 - NPE in AllowedResourceAliasChecker.getPath()
  • #7031 - ResponseWriter.println(char) does not print newline
  • #6974 - Major websocket memory change in 9.4.36
  • #6969 - Getting 404 failures when trying to enable logging-log4j module.
  • #6965 - Expose Spec ServerContainer.upgrade() API
  • #6889 - Cherry pick update to infinispan 11.0.11 back to jetty-9.4.x(#6766)
  • #6497 - Replace SameFileAliasChecker
  • #4275 - Path Normalization/Traversal - Context Matching

Dependencies

  • #7519 - Bump google-cloud-datastore from 2.2.2 to 2.2.3
  • #7501 - Bump checkstyle from 9.2.1 to 9.3
  • #7500 - Bump asciidoctor-maven-plugin from 2.2.1 to 2.2.2
  • #7456 - Bump grpc-core from 1.43.2 to 1.44.0
  • #7449 - Bump error_prone_annotations from 2.10.0 to 2.11.0
  • #7445 - Bump guice from 5.0.1 to 5.1.0
  • #7439 - Bump versions-maven-plugin from 2.8.1 to 2.9.0
  • #7435 - Investigate Infinispan transitive dependencies
  • #7434 - Fix log4j2 module
  • #7429 - Bump mariadb-java-client from 2.7.4 to 2.7.5
  • #7427 - Bump testcontainers.version from 1.16.2 to 1.16.3
  • #7412 - Bump maven-plugin-plugin from 3.6.2 to 3.6.4
  • #7411 - Bump maven.plugin-tools.version from 3.6.2 to 3.6.4
  • #7389 - Bump google-cloud-datastore from 2.2.1 to 2.2.2
  • #7388 - Bump maven-compiler-plugin from 3.8.1 to 3.9.0
  • #7387 - Bump build-helper-maven-plugin from 3.2.0 to 3.3.0
  • #7386 - Bump jboss-logging from 3.4.2.Final to 3.4.3.Final
  • #7380 - Bump hawtio-default from 2.14.3 to 2.14.4
  • #7368 - Bump jnr-posix from 3.1.14 to 3.1.15
  • #7366 - Bump jnr-unixsocket from 0.38.15 to 0.38.17

... (truncated)

Commits
  • 4a0c91c Updating to version 9.4.45.v20220203
  • b84ea78 Merge pull request #7519 from eclipse/dependabot/maven/jetty-9.4.x/com.google...
  • 37ad2d2 Merge pull request #7516 from slovdahl/patch-1
  • 846cf4c Bump google-cloud-datastore from 2.2.2 to 2.2.3
  • dcaf3f2 Fix log class name in ArrayByteBufferPool
  • 09f4899 Jetty 9.4.x : fix tries mistakenly throwing ArrayIndexOutOfBoundsException (#...
  • 33c60d8 Merge pull request #7501 from eclipse/dependabot/maven/jetty-9.4.x/com.puppyc...
  • e22d5a1 Merge pull request

Bumps `jetty.version` from 9.4.44.v20210927 to 9.4.45.v20220203.

Updates `jetty-client` from 9.4.44.v20210927 to 9.4.45.v20220203
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.4.44.v20210927...jetty-9.4.45.v20220203)

Updates `jetty-server` from 9.4.44.v20210927 to 9.4.45.v20220203
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.4.44.v20210927...jetty-9.4.45.v20220203)

Updates `jetty-http` from 9.4.44.v20210927 to 9.4.45.v20220203
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.4.44.v20210927...jetty-9.4.45.v20220203)

Updates `jetty-util` from 9.4.44.v20210927 to 9.4.45.v20220203
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.4.44.v20210927...jetty-9.4.45.v20220203)

Updates `jetty-io` from 9.4.44.v20210927 to 9.4.45.v20220203
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.4.44.v20210927...jetty-9.4.45.v20220203)

Updates `jetty-servlet` from 9.4.44.v20210927 to 9.4.45.v20220203
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.4.44.v20210927...jetty-9.4.45.v20220203)

Updates `jetty-webapp` from 9.4.44.v20210927 to 9.4.45.v20220203
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.4.44.v20210927...jetty-9.4.45.v20220203)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-http
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-util
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-io
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-servlet
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-webapp
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 18, 2022 08:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 18, 2022
@codecov
Copy link

codecov bot commented Feb 18, 2022

Codecov Report

Merging #246 (3dbe381) into master (768e1fa) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #246   +/-   ##
=========================================
  Coverage     80.49%   80.49%           
  Complexity      170      170           
=========================================
  Files            16       16           
  Lines           528      528           
  Branches         49       49           
=========================================
  Hits            425      425           
  Misses           81       81           
  Partials         22       22           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 768e1fa...3dbe381. Read the comment docs.

@timja timja merged commit b9c2e94 into master Feb 18, 2022
@timja timja deleted the dependabot/maven/jetty.version-9.4.45.v20220203 branch February 18, 2022 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant