buildmaster
2981b54b82
Going back to snapshots
2017-12-02 04:40:23 +00:00
buildmaster
9e5ac9020b
Update SNAPSHOT to 2.0.0.M5
2017-12-02 04:37:52 +00:00
Marcin Grzejszczak
1aa422e485
Merge branch '1.2.x'
2017-11-28 11:40:52 +01:00
JohannesDorn
be1c57ffbf
Fix #471
2017-11-27 11:45:19 +01:00
Marcin Grzejszczak
10bec3e94a
Bumping versions to 1.2.2.BUILD-SNAPSHOT after release
2017-11-24 11:25:31 +01:00
Marcin Grzejszczak
118aba3f43
Going back to snapshots
2017-11-24 11:19:18 +01:00
Marcin Grzejszczak
23f7cf2fe0
Update SNAPSHOT to 1.2.1.RELEASE
2017-11-24 11:13:12 +01:00
buildmaster
cb9b99baf9
Bumping versions to 1.2.1.BUILD-SNAPSHOT after release
2017-11-22 13:32:51 +00:00
buildmaster
4aa3b42fbc
Going back to snapshots
2017-11-22 13:32:50 +00:00
buildmaster
c62155e265
Update SNAPSHOT to 1.2.0.RELEASE
2017-11-22 13:26:43 +00:00
buildmaster
5b2cc6f258
Going back to snapshots
2017-11-16 18:20:37 +00:00
buildmaster
f9908cefd2
Update SNAPSHOT to 2.0.0.M4
2017-11-16 18:17:31 +00:00
buildmaster
4cdd7462cc
Going back to snapshots
2017-10-28 07:25:37 +00:00
buildmaster
02d6c3e185
Update SNAPSHOT to 2.0.0.M3
2017-10-28 07:23:12 +00:00
buildmaster
2c78b99f5a
Going back to snapshots
2017-10-24 16:48:01 +00:00
buildmaster
cdfddc91d6
Update SNAPSHOT to 1.2.0.RC1
2017-10-24 16:45:05 +00:00
Marcin Grzejszczak
a6b767a19b
Merge branch 'master' into 2.0.x
2017-09-04 13:29:36 +02:00
Marcin Grzejszczak
db642f8849
Merge branch '1.1.x'
2017-09-04 13:29:29 +02:00
Marcin Grzejszczak
4adde109fd
Trying to make surefire work
2017-09-04 13:29:19 +02:00
Marcin Grzejszczak
22599b4ef9
Merge branch 'master' into 2.0.x
2017-09-04 12:49:11 +02:00
Marcin Grzejszczak
28e8df2ad7
Merge branch '1.1.x'
2017-09-04 12:34:52 +02:00
Marcin Grzejszczak
d92dbf09ee
Fixed Non empty and non blank regex patterns
...
also catching ClassNotFoundError and printing it in trace level
fixes #412
2017-09-04 12:16:33 +02:00
Marcin Grzejszczak
94703b0c0f
Merge branch 'master' into 2.0.x
2017-09-01 17:22:36 +02:00
Marcin Grzejszczak
5f8fd5058c
Added support for fromRequest.path
...
without this change you can't referrence path of the request in the response
with this change that functionality is added
also Removed lang3 dependency and changed it to commons-text
fixes #388
2017-09-01 17:22:28 +02:00
Marcin Grzejszczak
27a481ce25
Inconsistent regex() usage and invalid client stubs after passed server verification
...
After a short discussion, we came to the conclusion that it's confusing for RegexPatterns to return String. When defining the consumer/producer pair, you can easily create by mistake 2 string values if you forget the regex(...) and then you will only notice the issues on the consumer side due to invalid regular expression.
So the solution would be to change the current return types to Pattern. The regex(String) method will remain but also we need to add regex(Pattern) to maintain the compatibility of current DSLs. regex(Pattern) will return just the Pattern.
After such a change failing fast will be much easier.
fixes #389
2017-09-01 12:25:35 +02:00
Marcin Grzejszczak
1bdbd046ad
Going back to snapshots
2017-08-25 15:12:32 +02:00
Marcin Grzejszczak
1550f9fe0f
Update SNAPSHOT to 2.0.0.M2
2017-08-25 15:10:01 +02:00
Marcin Grzejszczak
ccdeda1fe1
Going back to snapshots
2017-08-25 14:58:18 +02:00
Marcin Grzejszczak
9782ec10ea
Update SNAPSHOT to 1.2.0.M1
2017-08-25 14:55:31 +02:00
Marcin Grzejszczak
b99bf95ff9
Bumping versions to 1.1.4.BUILD-SNAPSHOT after release
2017-08-21 12:33:24 +02:00
Marcin Grzejszczak
237ee85dc3
Going back to snapshots
2017-08-21 12:33:24 +02:00
Marcin Grzejszczak
b81bb2a489
Update SNAPSHOT to 1.1.3.RELEASE
2017-08-21 12:28:10 +02:00
Marcin Grzejszczak
735797cc39
Merge branch 'master' into 2.0.x
2017-07-31 10:09:42 +02:00
Marcin Grzejszczak
7e97c8a690
Merge branch '1.1.x'
2017-07-31 10:09:13 +02:00
Rocks360
1727041400
Support for generic top level domain .online in the email regular expression ( #371 )
...
* Refactor email regular expression to support email addresses ending with .online
fixes #367
2017-07-31 10:03:49 +02:00
Marcin Grzejszczak
e4af835b8e
Going back to snapshots
2017-07-21 14:30:45 +02:00
Marcin Grzejszczak
85f458e34c
Update SNAPSHOT to 1.1.2.RELEASE
2017-07-21 14:06:43 +02:00
Marcin Grzejszczak
473a2b9197
Merge branch 'master' into 2.0.x
2017-07-18 17:30:48 +02:00
Marcin Grzejszczak
4de7d38a51
Added support for referencing file contents in the contract ( #360 )
...
without this change, large bodies can't be parsed by the compiler
with this change we allow those bodies to be read from files
fixes #357
2017-07-18 16:26:44 +02:00
Marcin Grzejszczak
e28e346f77
Merge branch 'master' into 2.0.x
2017-07-13 12:22:21 +02:00
Marcin Grzejszczak
654127302e
Merge branch '1.1.x'
2017-07-13 12:10:32 +02:00
Marcin Grzejszczak
0f91efffd3
Fixed the way we treat headers and matching strategies
...
fixes #353
2017-07-13 12:09:27 +02:00
Marcin Grzejszczak
2d7055560f
Going back to snapshots
2017-06-29 08:34:29 +02:00
Marcin Grzejszczak
76e47bfdec
Update SNAPSHOT to 2.0.0.M1
2017-06-29 08:24:17 +02:00
Marcin Grzejszczak
33413084cb
Moved the code from groovy to Java o avoid bizarre error
2017-06-22 13:45:29 +02:00
Marcin Grzejszczak
82fda14b61
Bumped versions
2017-06-20 15:10:16 +02:00
Marcin Grzejszczak
c1fca13f12
Initial commit
2017-06-15 14:56:18 +02:00
Marcin Grzejszczak
1a462893e2
Fixed missing header setting and messaging test indentation
...
fixes #323
2017-06-09 13:05:42 +02:00
Marcin Grzejszczak
abcb82fad5
Fixed the wrong UUID regex
...
it allowed more letters than it should
fixes #302
2017-05-26 22:18:06 +02:00
Marcin Grzejszczak
05ca8f909b
Added messagingContentType
...
without this change you can by mistake use the http headers in a messaging headers which will fail to work
with this change we're adding the messagingContentType() method that allows to properly set the content type
fixes #296
2017-05-26 20:43:44 +02:00