Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wiremock/wiremock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.4.1
Choose a base ref
...
head repository: wiremock/wiremock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4.2
Choose a head ref
  • 6 commits
  • 10 files changed
  • 4 contributors

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    f9fff36 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Request matching performance regression (#2619)

    Candidate fix for #2541 - prevented redundant execution of matchers due to sub-event aggregation
    tomakehurst authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6587b96 View commit details
    Browse the repository at this point in the history
  2. Bump org.scala-lang:scala-library from 2.13.12 to 2.13.13 (#2617)

    Bumps [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.13.12 to 2.13.13.
    - [Release notes](https://github.com/scala/scala/releases)
    - [Commits](scala/scala@v2.13.12...v2.13.13)
    
    ---
    updated-dependencies:
    - dependency-name: org.scala-lang:scala-library
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    97a9855 View commit details
    Browse the repository at this point in the history
  3. Bump com.networknt:json-schema-validator from 1.3.2 to 1.3.3 (#2615)

    Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.3.2 to 1.3.3.
    - [Release notes](https://github.com/networknt/json-schema-validator/releases)
    - [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md)
    - [Commits](networknt/json-schema-validator@1.3.2...1.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.networknt:json-schema-validator
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    dc14d36 View commit details
    Browse the repository at this point in the history
  4. Fixed xPath concurrency issues (#2618)

    Using InheritableThreadLocal means that entity can be accessible by some threads at the same time, so access should be synced or entity should be read-only. In the XmlDocument class there is a not synced write operation in xPath object that is InheritableThreadLocal.
    
    Co-authored-by: Artsiom Sharakhouski <artsiom.sharakhouski@expert-soft.by>
    BublG and ArtsiomSharakhouski authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c3d0ad4 View commit details
    Browse the repository at this point in the history
  5. Bumped patch version

    tomakehurst committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    240888e View commit details
    Browse the repository at this point in the history
Loading