forked from wiremock/wiremock
-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat: wiremock 3.9.1 #321
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
holomekc
commented
Jul 25, 2024
- Update to WireMock 3.9.1
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
…e-null correctly handle InMemoryObjectStore.compute returning null.
and include an explanatory sub event.
update MatchesJsonSchemaPattern to handle invalid json schemas.
…_years Add support for request matching with dynamic year and dynamic year/month values
… that further processing is possible
… 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.
Pick random helper enhancements
…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.
add listener registration to Store.
disallow json schemas to be invalid json.
- Update to WireMock 3.9.1
yay. Waiting for sonatype outage to be fixed https://status.maven.org/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.