Commit Graph

869 Commits

Author SHA1 Message Date
Javier Alejandro Miño
90be2f0b50 bug: handle xml with namespaces for validations #1427 (#1446)
fixes gh-1446
2020-08-04 13:56:31 +02:00
Marcin Grzejszczak
242c8208a9 Adds metadata to contracts (#1466)
fixes #1340
fixes #1078 
fixes #1406
2020-08-04 13:36:22 +02:00
dependabot-preview[bot]
d82cde2294 Bump javax.ws.rs-api from 2.1 to 2.1.1 (#1435)
Bumps [javax.ws.rs-api](https://github.com/eclipse-ee4j/jaxrs-api) from 2.1 to 2.1.1.
- [Release notes](https://github.com/eclipse-ee4j/jaxrs-api/releases)
- [Commits](https://github.com/eclipse-ee4j/jaxrs-api/commits/2.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-28 13:42:38 +02:00
Marcin Grzejszczak
2cd91bb671 Merge branch '2.2.x' 2020-07-24 18:21:40 +02:00
Swierkowski
a8fa381281 no length limit in ISO8601_WITH_OFFSET second's decimal fraction (#1456)
Fixes gh-1452
2020-07-24 18:21:14 +02:00
buildmaster
ef923c1a26 Going back to snapshots 2020-07-23 19:22:19 +00:00
buildmaster
2dea2c25d7 Update SNAPSHOT to 3.0.0-M3 2020-07-23 19:11:42 +00:00
Marcin Grzejszczak
b38fcc98c7 Merge branch '2.2.x' 2020-07-13 11:13:58 +02:00
Javier Alejandro Miño
d6cc0fcd65 bug: handle xml with namespaces closes #1427 (#1445) 2020-07-13 08:50:58 +02:00
buildmaster
ca6e322cf2 Going back to snapshots 2020-05-29 19:29:08 +00:00
buildmaster
ac8ea6592b Update SNAPSHOT to 3.0.0-M2 2020-05-29 19:23:10 +00:00
buildmaster
b3ffbb99d3 Bumping versions to 2.2.4.BUILD-SNAPSHOT after release 2020-05-28 22:22:17 +00:00
buildmaster
f0e7556400 Going back to snapshots 2020-05-28 22:22:16 +00:00
buildmaster
8dfb8d3017 Update SNAPSHOT to 2.2.3.RELEASE 2020-05-28 22:08:31 +00:00
Marcin Grzejszczak
a34322ec14 Merge branch '2.2.x' 2020-05-21 15:30:14 +02:00
Marcin Grzejszczak
a6bf27ddb4 Updated configuration to include the stubbing of the new load balancer; fixes gh-1391 2020-05-21 15:08:05 +02:00
Marcin Grzejszczak
5d17d84264 Merge branch '2.2.x' 2020-05-21 13:51:56 +02:00
Marcin Grzejszczak
0d58b6e954 Reuses the defined content type instead of overriding it with the default; fixes gh-1388 2020-05-21 13:47:21 +02:00
Tim Ysewyn
174c3565dd Enhanced messaging support for stubrunner (#1389)
Co-authored-by: Tim Ysewyn <tysewyn@pivotal.io>
2020-05-14 11:10:51 +02:00
Olga Maciaszek-Sharma
c6901dae81 Switch to Spring Cloud Build 2.3.0.BUILD-SNAPSHOT. 2020-05-13 18:36:04 +02:00
Olga Maciaszek-Sharma
6ec5c8440e Merge remote-tracking branch 'origin/2.2.x' 2020-05-08 18:52:04 +02:00
Olga Maciaszek-Sharma
914c5a5257 Add missing author clause. 2020-05-08 18:29:39 +02:00
Olga Maciaszek-Sharma
3bb20c315c Merge remote-tracking branch 'origin/2.2.x'
# Conflicts:
#	pom.xml
2020-05-08 18:17:20 +02:00
Olga Maciaszek-Sharma
67b8444631 Fix PACKAGE_PATTERN. Fixes gh-1398. 2020-05-08 17:49:52 +02:00
Tim Ysewyn
c6146d478e Enhanced messaging support for stubrunner (#1389)
Co-authored-by: Tim Ysewyn <tysewyn@pivotal.io>
2020-04-29 15:54:29 +02:00
Olga Maciaszek-Sharma
e63936aecb Merge branch '2.2.x' 2020-04-27 18:28:21 +02:00
Olga Maciaszek-Sharma
08fd27d42f File auto-formatting. 2020-04-27 18:27:54 +02:00
Olga Maciaszek-Sharma
156657c8c4 Update license comments. 2020-04-27 15:38:44 +02:00
Olga Maciaszek-Sharma
90c4312b37 Update license comments. 2020-04-24 13:24:33 +02:00
buildmaster
008c41e3eb Bumping versions 2020-04-17 16:20:16 +00:00
buildmaster
abf82e509f Going back to snapshots 2020-04-09 23:53:30 +00:00
buildmaster
dbfc0d7560 Update SNAPSHOT to 3.0.0.M1 2020-04-09 23:45:15 +00:00
Marcin Grzejszczak
906c771c6c Bumps versions
Groovy to 2.5.10
Camel to 3.1.0
Pact to 4.0.9
2020-04-06 11:31:20 +02:00
Marcin Grzejszczak
ae0075d8f3 Not building docs zip 2020-04-02 08:59:16 +02:00
Marcin Grzejszczak
3cf2153f83 Removed @Deprecated method 2020-04-01 08:42:04 +02:00
Marcin Grzejszczak
1d923ee0a1 Fixed javadocs 2020-03-30 16:16:26 +02:00
Roman Tsypuk
1904a52363 Fixed issues with ignored() contract-DSL for Junit, JUnit5 and Spock. Added tests. (spring-cloud#1346) (#1347) 2020-03-16 08:25:29 +01:00
Roman Tsypuk
8532349ebb Fixed issues with ignored() contract-DSL for Junit, JUnit5 and Spock. Added tests. (spring-cloud#1346) (#1347) 2020-03-16 08:25:11 +01:00
buildmaster
ca4abc62e8 Bumping versions to 2.2.3.BUILD-SNAPSHOT after release 2020-03-04 20:55:26 +00:00
buildmaster
9c1feef77c Going back to snapshots 2020-03-04 20:55:25 +00:00
buildmaster
c510829c55 Update SNAPSHOT to 2.2.2.RELEASE 2020-03-04 20:39:33 +00:00
Marcin Grzejszczak
d81656551e Merge branch '2.2.x' 2020-02-21 08:29:04 +01:00
François Staudt
d71924307c Fixed issues with ignoredFiles on Junit and Spock; Fixes gh-1326 (#1328) 2020-02-20 18:08:39 +01:00
Marcin Grzejszczak
eeb2d87c14 made junit5 default test generation framework (#1320)
fixes #1249
2020-02-07 13:43:30 +01:00
Marcin Grzejszczak
343e8b477c Working with new stream for the verifier side 2020-01-29 20:26:59 +01:00
Marcin Grzejszczak
403d369b44 Should work 2020-01-29 19:42:14 +01:00
Marcin Grzejszczak
704be942cf Merge branch '2.2.x' 2020-01-28 20:48:41 +01:00
Marcin Grzejszczak
9e02b7c902 Updated Copyrights 2020-01-28 20:00:13 +01:00
Marcin Grzejszczak
f946ad6704 Updates to Boot 2.3.0 and Ilford release train
Removes ribbon and updates for boot 2.3.0
2020-01-27 12:05:04 +01:00
Marcin Grzejszczak
de9d0c517f Fixes support for a single function stream apps; fixes gh-1314 2020-01-24 12:01:35 +01:00