buildmaster
5375cf51ff
Bumping versions to 2.0.2.BUILD-SNAPSHOT after release
2018-07-31 20:10:10 +00:00
buildmaster
2e92b65169
Going back to snapshots
2018-07-31 20:10:09 +00:00
buildmaster
c9758f5d4c
Update SNAPSHOT to 2.0.1.RELEASE
2018-07-31 19:50:29 +00:00
Axel Hodler
58baf76fac
Improve docs on contract priority ( #675 )
2018-06-30 07:28:09 +02:00
buildmaster
3be8122604
Bumping versions to 2.0.1.BUILD-SNAPSHOT after release
2018-06-19 01:35:06 +00:00
buildmaster
8540c6ffdd
Going back to snapshots
2018-06-19 01:35:04 +00:00
buildmaster
ffeb8f74eb
Update SNAPSHOT to 2.0.0.RELEASE
2018-06-19 01:22:57 +00:00
buildmaster
af93d926cb
Going back to snapshots
2018-05-25 13:31:27 +00:00
buildmaster
1e14427889
Update SNAPSHOT to 2.0.0.RC2
2018-05-25 13:22:50 +00:00
Marcin Grzejszczak
b2ee46de1e
Merge branch '1.2.x'
2018-05-11 14:36:31 +02:00
Marcin Grzejszczak
45b566111a
Fixed missing concrete value generation from a regex for messaging
...
fixes gh-650
2018-05-11 14:29:51 +02:00
Tim Ysewyn
3fe82362a8
Return the actual object instead of the String used for matching the pattern ( #654 )
2018-05-11 01:54:20 +02:00
buildmaster
7484fc339c
Going back to snapshots
2018-04-23 15:16:20 +00:00
buildmaster
7a6037cafe
Update SNAPSHOT to 2.0.0.RC1
2018-04-23 15:09:43 +00:00
Marcin Grzejszczak
f186a3e14d
Merge branch '1.2.x'
2018-04-19 09:12:20 +02:00
Tim Ysewyn
bfb5495ae7
Added the missing $() convenience method for messaging contracts ( #623 )
...
Fixes gh-619
(cherry picked from commit 4cf6e19 )
2018-04-19 08:56:06 +02:00
Tim Ysewyn
4cf6e199b9
Added the missing $() convenience method for messaging contracts ( #623 )
...
Fixes gh-619
2018-04-18 23:19:00 +02:00
Marcin Grzejszczak
b965c49a7e
Added support for multipart with content type, fixes gh-599
2018-04-11 15:37:13 +02:00
Marcin Grzejszczak
34f367e62b
Merge branch '1.2.x'
2018-04-11 12:48:22 +02:00
Marcin Grzejszczak
d203fe8dea
Added tests, dsl -> yml cookies
2018-04-11 12:04:34 +02:00
Marcin Grzejszczak
a0641790a9
Wiremock stubs with cookies + some tests
2018-04-11 10:05:43 +07:00
Alex Xandra Albert Sim
e7996e846e
Update @since version for Cookie(s) class
2018-04-10 08:29:36 +07:00
Alex Xandra Albert Sim
c740f8b3dd
Add cookie header check to contract verifier
2018-04-09 15:45:08 +07:00
Tim Ysewyn
de529e222e
Support for Pact v3 ( #569 )
...
* Upgraded pact-jvm-model to 3.5.13
* Enhanced the conversion of Spring Cloud contracts to Pact contracts using the v3 spec.
Introduces breaking change returning a list of `Pact`s instead of one.
* Enhanced the conversion of Pact contracts using the v3 spec tp Spring Cloud contracts.
* Implemented conversion of Pact v3 messaging to/from Spring Cloud contracts
* Updated code based on comments in the PR
* Added null matcher
* Added missing null matcher conversion from SCC to Pact
* Added number, integer and decimal matchers
* Added support for multiple matchers for the same json path.
Currently only the AND rule logic is supported.
* Added value generator functionality
* Refactored `stubMatchers` and `testMatchers` to support multiple types of "matcher groups", eg. header, path & query
* Refactored e37a8c5d82f96da6e1a698331afc62e6cf747bd6 in favor of a less invasive change using deprecation
* Added header matcher conversion
* Add/updated the ASF license header
* Fixed an issue with the header matchers while updating the documentation
* Updated the documentation
* Made some last minute changes to the `bodyMatchers`: `byNull()` isn't supported by WireMock
Closes #583
Fixes #595
2018-04-02 22:06:51 +02:00
buildmaster
766cd59f64
Bumping versions to 1.2.5.BUILD-SNAPSHOT after release
2018-03-27 00:44:45 +00:00
buildmaster
ce62f7f77a
Going back to snapshots
2018-03-27 00:44:43 +00:00
buildmaster
71061a7d7f
Update SNAPSHOT to 1.2.4.RELEASE
2018-03-27 00:33:17 +00:00
Axel Hodler
663e1929d8
Extend matchers ( #598 )
...
* Added anyHttpsUrl DslProperty
* Added anyPositiveInt DslProperty
2018-03-25 13:03:59 +02:00
buildmaster
b9740e900d
Going back to snapshots
2018-03-22 23:54:47 +00:00
buildmaster
501fefd389
Update SNAPSHOT to 2.0.0.M8
2018-03-22 23:52:03 +00:00
Marcin Grzejszczak
297ee8e2ea
Changed the Groovy equals & hashcode usage to manual one
...
there's a bug in Groovy with autogenerated hashCode and byte arrays
to fix it we've migrated from the AST to manual hashcode and equals generation
fixes gh-546
2018-03-21 14:03:06 +01:00
Marcin Grzejszczak
0078230492
Merge branch '1.2.x'
2018-03-21 11:35:42 +01:00
Marcin Grzejszczak
4e08f77996
escapes all generated strings by Xeger so that the code is java compatible
...
related to gh-589
fixes gh-588
2018-03-21 11:35:29 +01:00
Marcin Grzejszczak
f70c1dbfdd
Added support for patterns inside GStrings in URL
...
related to gh-589
fixes gh-588
2018-03-21 10:54:24 +01:00
Marcin Grzejszczak
cd07f6d42b
Xeger can cause stackoverflow and doesn't understand \d \w \s
...
fixes gh-589, fixes gh-590
2018-03-21 10:53:30 +01:00
mfeygelson
4d72a2744e
Support pattern properties in messaging contracts ( #564 )
...
(cherry picked from commit c4ab647 )
2018-03-21 08:29:40 +01:00
Marcin Grzejszczak
e4eaafc697
Added Support Content-Transfer-Encoding in Multipart regexp
...
fixes gh-339
2018-03-19 15:31:42 +01:00
Marcin Grzejszczak
068206f02a
Removed private access
2018-03-16 11:52:18 +01:00
Marcin Grzejszczak
8e4360535c
Added HttpStatus delegate in the Groovy DSL Response
...
with this change there are numerous helper methods that should provide a more descriptive DSL for the response status. Instead of a numerical status you can now call a method e.g. instead of 200 call OK()
fixes gh-575
2018-03-15 10:00:45 +01:00
Axel Hodler
f31e9ba137
Added anyDouble DslProperty ( #571 )
2018-03-14 21:07:20 +01:00
mfeygelson
c4ab64757f
Support pattern properties in messaging contracts ( #564 )
2018-03-05 10:22:31 +01:00
buildmaster
9c2d54453e
Going back to snapshots
2018-02-27 01:35:53 +00:00
buildmaster
c0f773ecd3
Update SNAPSHOT to 2.0.0.M7
2018-02-27 01:30:18 +00:00
buildmaster
a8e3b64fe6
Bumping versions to 1.2.4.BUILD-SNAPSHOT after release
2018-02-09 16:08:54 +00:00
buildmaster
ab660f8944
Going back to snapshots
2018-02-09 16:08:53 +00:00
buildmaster
c510a555b7
Update SNAPSHOT to 1.2.3.RELEASE
2018-02-09 15:54:44 +00:00
Marcin Grzejszczak
65ee88aa23
Merge branch '1.2.x'
2018-01-19 01:18:33 +01:00
Marcin Grzejszczak
b745d9a7e3
YAML contracts ( #522 )
...
with this change we allow the users to use YAML to define contracts
fixes gh-300 gh-508
helps with #501
2018-01-19 00:27:15 +01:00
buildmaster
b2428c5f13
Bumping versions to 1.2.3.BUILD-SNAPSHOT after release
2018-01-16 17:20:16 +00:00
buildmaster
f5561d3f9b
Going back to snapshots
2018-01-16 17:20:15 +00:00