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-bom from 9.4.49.v20220914 to 11.0.14 #97

Open
wants to merge 2,440 commits into
base: 2.x
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps jetty-bom from 9.4.49.v20220914 to 11.0.14.

Release notes

Sourced from jetty-bom's releases.

11.0.14

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #9344 - Cleanup Multipart handling
  • #9343 - URI Host Mismatch with optional Compliance modes
  • #9339 - Review Cookie Cutter
  • #9337 - LowResourceMonitor.getReasons should include detailed reason instead of hard-coded message (@​jluehe)
  • #9334 - Better support for Cookie RFC 2965 compliance
  • #9285 - ContextHandler sends redirect on BaseResponse instead of Wrapped Response object from Handler chain
  • #9283 - Configurable Unsafe Host Header Behaviors
  • #9188 - Log as info exceptions from server after sending stop with StopMojo.
  • #9183 - ConnectHandler may close the connection instead of sending 200 OK
  • #9181 java.lang.NullPointerException in SessionHandler.checkRequestedSessionId()
  • #9128 - Do not execute any phase for maven plugin :start (@​pzygielo)
  • #9119 - Wrong value of javax.servlet.forward.context_path attribute
  • #9092 - Use ASM Bom
  • #9059 - IteratingCallback not serializing close() and failed()
  • #9055 - PathMappings optimizations
  • #7650 - QueuedThreadPool: Stopped without executing or closing null (@​dzoech)

Dependencies

  • #9271 - Bump infinispan-bom to 11.0.17.Final
  • #9359 - Bump maven.version to 3.9.0
  • #9375 - Bump jakarta.servlet.jsp-api to 3.1.1
  • #9102 - Bump org.apache.aries.spifly.dynamic.bundle to 1.3.6
  • #9098 - Bump org.eclipse.osgi to 3.18.200
  • #9106 - Bump org.eclipse.osgi.services to 3.11.100
  • #9097 - Bump protostream to 4.6.0.Final
  • #9367 - Bump tycho-p2-repository-plugin to 3.0.2

11.0.13

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #9006 - WebSocket Message InputStream read() returns signed byte

... (truncated)

Commits
  • 4601fe8 Updating to version 11.0.14
  • 5e1f579 revert upgrade from 3aaa65c45a1e783cbc76fca04dd7a545cfa5597b
  • 135f14f Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • b707516 Fix osgi dependencies for update to org.eclipse.osgi.services.
  • bee5cca Add ignore .checkstyle
  • 20f5126 fix style
  • 96de11f Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • 4d14641 Fix #9334 Cookie Compliance (#9402)
  • d175f32 Merge branch 'jetty-10.0.x' into jetty-11.0.x
  • f01d538 Merge pull request #9380 from eclipse/dependabot/maven/jetty-10.0.x/org.apach...
  • 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)

jvz and others added 30 commits June 18, 2022 17:44
Signed-off-by: Matt Sicker <[email protected]>
Signed-off-by: Matt Sicker <[email protected]>
Now this test takes several seconds to run rather than a minute.

Relates to LOG4J2-2923.

Signed-off-by: Matt Sicker <[email protected]>
Relates to LOG4J2-2923.

Signed-off-by: Matt Sicker <[email protected]>
Relates to LOG4J2-2923.

Signed-off-by: Matt Sicker <[email protected]>
Relates to LOG4J2-2923.

Signed-off-by: Matt Sicker <[email protected]>
Relates to LOG4J2-2923.

Signed-off-by: Matt Sicker <[email protected]>
Relates to LOG4J2-2923.

Signed-off-by: Matt Sicker <[email protected]>
Relates to LOG4J2-2923.

Signed-off-by: Matt Sicker <[email protected]>
Relates to LOG4J2-2923.

Signed-off-by: Matt Sicker <[email protected]>
Only one test needs write permission to `MarkerManager`
If these classes use the same logger, they can not be run concurrently.
The `ExtensionContextAnchor` extension can be auto-discovered by JUnit
5, if autodiscovery is enabled. It will be used whenever a static access
to per-test objects is needed.
A JUnit5 extension is provided to restore the default
ThreadContextFactory after the test finishes.
A `PropertiesUtil#reload()` switched the `ThreadContext` to inheritable
permanently.
- Magic constants
- Redundant comparisons
- Make inner class static

Signed-off-by: Matt Sicker <[email protected]>
Signed-off-by: Matt Sicker <[email protected]>
This avoids some potential NullPointerExceptions according to static code analysis.

Signed-off-by: Matt Sicker <[email protected]>
After the merge between `LifeCycle` and `LifeCycle2` some tests broke.
If the tests of a module fail, allow other test suites to run.
jvz and others added 26 commits November 12, 2022 18:45
Clean up static config in SimpleLogger/StatusLogger
Using compareAndSet with getAcquire sort of defeats the purpose of the fence as it uses volatile get which has stronger memory safety than getAcquire.

Signed-off-by: Matt Sicker <[email protected]>
This adds a Lazy variant where the supplier function is a pure function. Given a pure function, memory reordering semantics are mostly irrelevant, so this can both safely recompute the value and publish more than one resulting computed reference as the results should all be the same value.

This updates JSON encoding cache tables to use Lazy::pure.

Signed-off-by: Matt Sicker <[email protected]>
Signed-off-by: Matt Sicker <[email protected]>
This pulls together all the various property names used in log4j-core into a central class. Future property names are documented in these classes for future work with enhancing properties.

This also migrates a few tests to JUnit 5 while updating them to use the centralized properties class. Other tests were updated to more consistently set and clear system properties when using JUnit 4 along with more direct use of LoggerContextRule.

Signed-off-by: Matt Sicker <[email protected]>
After having failed CI randomly more than once, off to disabled land you go until someone can fix the test to be deterministic.

Signed-off-by: Matt Sicker <[email protected]>
Signed-off-by: Matt Sicker <[email protected]>
Signed-off-by: Matt Sicker <[email protected]>
Log4j2's Marker#getParents() does actually return `null` instead of an
empty array.
This PR adds a minimal amount of methods to simplify flow
tracing with `LogBuilder`. E.g.:

```
logger.traceEntry("a={}, b={}", 1, 42);
```

can be now rewrittent as:

```
logger.atTrace()
      .withMarker(AbstractLogger.ENTRY_MARKER)
      .logAndGet(() -> {
           LoggingSystem.getFlowMessageFactory()
                        .newEntryMessage("a={}, b={}", 1, 42);
       });
```

The latter can be easily perfomed by a bytecode manipulation tool.
Bumps [jetty-bom](https://github.com/eclipse/jetty.project) from 9.4.49.v20220914 to 11.0.14.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.4.49.v20220914...jetty-11.0.14)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-bom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 1, 2023
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.