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

feat: wiremock 3.9.1 #321

Merged
merged 212 commits into from
Jul 25, 2024
Merged

feat: wiremock 3.9.1 #321

merged 212 commits into from
Jul 25, 2024

Conversation

holomekc
Copy link
Owner

  • Update to WireMock 3.9.1

tsmock and others added 30 commits November 29, 2023 05:14
This is useful when subclasses want to use annotations to help configure them.
Bumps io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0.

---
updated-dependencies:
- dependency-name: io.github.gradle-nexus.publish-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…rameter

Added supported-proxy-encodings as a CLI parameter
Bumps `versions.xmlUnit` from 2.9.1 to 2.10.0.

Updates `org.xmlunit:xmlunit-core` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.9.1...v2.10.0)

Updates `org.xmlunit:xmlunit-legacy` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.9.1...v2.10.0)

Updates `org.xmlunit:xmlunit-placeholders` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.9.1...v2.10.0)

---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.xmlunit:xmlunit-legacy
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.xmlunit:xmlunit-placeholders
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.13.13 to 2.13.14.
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.13.13...v2.13.14)

---
updated-dependencies:
- dependency-name: org.scala-lang:scala-library
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.1.0-jre to 33.2.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…google.guava-guava-33.2.0-jre

Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre
…scala-lang-scala-library-2.13.14

Bump org.scala-lang:scala-library from 2.13.13 to 2.13.14
…ions.xmlUnit-2.10.0

Bump versions.xmlUnit from 2.9.1 to 2.10.0
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.0 to 2.17.1.
- [Commits](FasterXML/jackson-bom@jackson-bom-2.17.0...jackson-bom-2.17.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…fasterxml.jackson-jackson-bom-2.17.1

Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1
…ithub.gradle-nexus.publish-plugin-2.0.0

Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0
…lper

fix: handlebars math helper handles large negative integers
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.11.0...v5.12.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…esult when expression returns a primitive value
but without knowing what to fix because on my local machine there will be no error
Allow subclasses of WireMockExtension to get the ExtensionContext
…_of_UTC

Fix parsing of date/time query parameter values with an offset ahead of UTC
Added an overload of andMatching to stub builders taking a defintion object parameter
RafeArnold and others added 24 commits July 16, 2024 17:46
…e-null

correctly handle InMemoryObjectStore.compute returning null.
update MatchesJsonSchemaPattern to handle invalid json schemas.
…_years

Add support for request matching with dynamic year and dynamic year/month values
… that a collection of items is returned without duplicates
for some reason when the variable was called 'values' the tests would fail in java 17.
… lot less efficient than the other approach

This reverts commit 61c39e3.
…oryObjectStore as a cleaner way to have it only available on some stores
A listener that can cope with StoreEvent<Object, Object> should be able
to be registered against a store for that emits StoreEvent<String, Map>
(or whatever).

Needed for Kotlin interop.
- Update to WireMock 3.9.1
@holomekc
Copy link
Owner Author

yay. Waiting for sonatype outage to be fixed https://status.maven.org/

@holomekc holomekc merged commit 871aab3 into master Jul 25, 2024
9 checks passed
@holomekc holomekc deleted the feat/wiremock-3.9.1 branch July 25, 2024 10:21
@holomekc holomekc restored the feat/wiremock-3.9.1 branch July 25, 2024 10:49
@holomekc holomekc deleted the feat/wiremock-3.9.1 branch July 25, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.