Commit Graph

3533 Commits

Author SHA1 Message Date
Marcin Grzejszczak
a2fac97148 Added GraphQL support (#1506)
fixes #670
2020-09-11 09:32:11 +02:00
Snyk bot
2c5b71222a fix: pom.xml to reduce vulnerabilities (#1504)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEANT-569130
2020-09-10 14:18:25 +02:00
Henning Garus
5577f722bf Autoconfigure a basic ConnectionFactory as RabbitMockConnectionFactory (#1499)
* Autoconfigure a basic ConnectionFactory as RabbitMockConnectionFactory

Autoconfigure a barebones ConnectionFactory implementation instead of CachingConnectionFactory. CachingConnectionFactory would require additional mocking to support its transaction tracking and caching the mocked connection isn't necessary.

Fixes gh-1259

* Add Test

Co-authored-by: Henning Garus <henning.garus@exxeta.com>
2020-09-09 10:32:21 +02:00
Snyk bot
a04b745344 fix: pom.xml to reduce vulnerabilities (#1503)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEANT-569130
2020-09-09 09:10:15 +02:00
Lari Hotari
c27e675ba8 Support multiple WireMockConfigurationCustomizers (#1501)
- fixes #1500
2020-09-08 13:24:30 +02:00
dependabot-preview[bot]
4a7a90e3f8 Bump contract.kotlin.version from 1.3.72 to 1.4.0 (#1491)
Bumps `contract.kotlin.version` from 1.3.72 to 1.4.0.

Updates `kotlin-bom` from 1.3.72 to 1.4.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.0/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.0)

Updates `kotlin-scripting-compiler-embeddable` from 1.3.72 to 1.4.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.0/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.0)

Updates `kotlin-daemon-embeddable` from 1.3.72 to 1.4.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.0/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.0)

Updates `kotlin-compiler-embeddable` from 1.3.72 to 1.4.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.0/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.0)

Updates `kotlin-maven-plugin` from 1.3.72 to 1.4.0

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-01 11:34:47 +02:00
dependabot-preview[bot]
58cb2256ce Bump maven-site-plugin from 3.8.2 to 3.9.1 (#1490)
Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.8.2 to 3.9.1.
- [Release notes](https://github.com/apache/maven-site-plugin/releases)
- [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.8.2...maven-site-plugin-3.9.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-09-01 11:18:00 +02:00
dependabot-preview[bot]
fec70757c8 Bump wiremock-jre8-standalone from 2.27.0 to 2.27.1 (#1488)
Bumps [wiremock-jre8-standalone](https://github.com/tomakehurst/wiremock) from 2.27.0 to 2.27.1.
- [Release notes](https://github.com/tomakehurst/wiremock/releases)
- [Commits](https://github.com/tomakehurst/wiremock/compare/2.27.0...2.27.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-09-01 11:16:32 +02:00
Jay Bryant
27be9dc36e Change related to issue 1483 (#1484)
Fixes a couple of formatting issues that should be included when the
doc-generation code is moved out of a test.
2020-08-26 13:44:29 +02:00
Anatolii Zhmaiev
3f90880cbb Convert from groovy to java (#1482) 2020-08-26 13:43:53 +02:00
Marcin Grzejszczak
00d6154c60 Revert "Hardcoding reactor dependencies"
This reverts commit 50d69cb74c.
2020-08-25 10:38:57 +02:00
Marcin Grzejszczak
a6b6671624 Moved metadata around 2020-08-25 10:38:32 +02:00
Marcin Grzejszczak
474ef9b1a6 Moved the metadata examples 2020-08-25 10:38:32 +02:00
Anatolii Zhmaiev
130068ca41 Convert from groovy to java (#1481) 2020-08-25 08:26:14 +02:00
Marcin Grzejszczak
d8cdf442a0 Fixed broken docs 2020-08-24 15:11:59 +02:00
Marcin Grzejszczak
50d69cb74c Hardcoding reactor dependencies 2020-08-24 13:43:09 +02:00
Marcin Grzejszczak
8f12bc2ec0 Fixed reactor to 2020.0.0-SNAPSHOT 2020-08-24 10:53:29 +02:00
Anatolii Zhmaiev
883dc6a8ed Convert from groovy to java (#1478) 2020-08-23 20:51:08 +02:00
santfirax
de25234823 Convert from Groovy to Java DefaultResponseTransformer.groovy (#1477)
Co-authored-by: santiago <jomolanoper@gmail.com>
2020-08-23 20:47:05 +02:00
Marcin Grzejszczak
a915cf102b Messaging polyglot support (#1472)
added support for AMQP, KAFKA and standalone options
2020-08-21 18:05:32 +02:00
Anatolii Zhmaiev
c5d3456d3a Convert groovy to java (spring-cloud-contract-verifier module) (#1476)
* Convert groovy to java (gh-1470)

Co-authored-by: Anatolii Zhmaiev <Anatolii_Zhmaiev@epam.com>
2020-08-20 18:13:24 +02:00
Snyk bot
8f201d0c6c fix: pom.xml to reduce vulnerabilities (#1473)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-32236
2020-08-18 12:51:03 +02:00
Stessy Delcroix
fca9b69766 Rewrite WireMockToDslConverter to Java (#1471)
* Rewrite WireMockToDslConverter to Java

* Fixes imports and code formatting

part of gh-1470
2020-08-18 11:57:22 +02:00
Marcin Grzejszczak
7e08c42e8f Fixing the build - wrong mockito version loaded 2020-08-12 15:08:39 +02:00
Marcin Grzejszczak
84cfb7488a Messaging support for stub runner boot
With this change by adding --thin.profile=kafka or --thin.profile=rabbit we're able to turn on messaging support for stub runner boot.

Also for Docker, you will be able to pass MESSAGING_TYPE env var with either rabbit or kafka as a value and we'll run the messaging support for you.

fixes gh-1468
2020-08-07 17:49:10 +02:00
Marcin Grzejszczak
825ccbf305 Improved the stub runner boot image
- set the port to 8750, fixes gh-755
- stub runner app bases on thin jar, fixes gh-1385

a prerequisite for messaging support of docker images and polyglot messaging
2020-08-07 17:16:38 +02:00
Shannon Pamperl
ba22c687c8 Disable stubsJar publication by default. (#1464)
Fixes gh-1168.
2020-08-07 16:01:53 +02:00
Marcin Grzejszczak
0644d7af1c Fixed invalid URL in YAML 2020-08-07 14:28:58 +02:00
Marcin Grzejszczak
a98160d358 Fixed invalid URL in YAML 2020-08-07 14:04:45 +02:00
buildmaster
13a5de4d63 Bumping versions 2020-08-07 00:19:19 +00:00
Marcin Grzejszczak
a24f609561 Bumped jdk 2020-08-05 17:01:12 +02:00
buildmaster
83c53e9efc Going back to snapshots 2020-08-04 13:57:28 +02:00
buildmaster
a2539d21fd Update SNAPSHOT to 2.2.4.RELEASE 2020-08-04 13:57:13 +02:00
Marcin Grzejszczak
266423a98d Fixed jdk version 2020-08-04 13:56:31 +02:00
Marcin Grzejszczak
62e69e8193 Added proper conditions for on each execution 2020-08-04 13:56:31 +02:00
Marcin Grzejszczak
6856568a52 Fixde calling before / after methods too often 2020-08-04 13:56:31 +02:00
Marcin Grzejszczak
943111cb18 Removing port clash 2020-08-04 13:56:31 +02:00
Marcin Grzejszczak
fa07ca140c StubRunnerExtension can't be registered around non static field
fixes gh-1458
2020-08-04 13:56:31 +02:00
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]
91b7b95557 Bump maven-project-info-reports-plugin from 3.0.0 to 3.1.0 (#1463)
Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/apache/maven-project-info-reports-plugin/releases)
- [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.0.0...maven-project-info-reports-plugin-3.1.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-03 19:12:18 +02:00
buildmaster
6a68268a12 Bumping versions 2020-07-29 00:18:59 +00: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
dependabot-preview[bot]
6c59d1ea0e Bump jackson-module-jsonSchema from 2.10.0 to 2.11.1 (#1436)
Bumps [jackson-module-jsonSchema](https://github.com/FasterXML/jackson-module-jsonSchema) from 2.10.0 to 2.11.1.
- [Release notes](https://github.com/FasterXML/jackson-module-jsonSchema/releases)
- [Commits](https://github.com/FasterXML/jackson-module-jsonSchema/compare/jackson-module-jsonSchema-2.10.0...jackson-module-jsonSchema-2.11.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:20 +02:00
dependabot-preview[bot]
b928e4988d Bump moco-runner from 1.0.0 to 1.1.0 (#1437)
Bumps [moco-runner](https://github.com/dreamhead/moco) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/dreamhead/moco/releases)
- [Commits](https://github.com/dreamhead/moco/commits)

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:41:55 +02:00
dependabot-preview[bot]
0f5a378b2d Bump dockerfile-maven-plugin from 1.4.12 to 1.4.13 (#1438)
Bumps [dockerfile-maven-plugin](https://github.com/spotify/dockerfile-maven) from 1.4.12 to 1.4.13.
- [Release notes](https://github.com/spotify/dockerfile-maven/releases)
- [Changelog](https://github.com/spotify/dockerfile-maven/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotify/dockerfile-maven/compare/v1.4.12...v1.4.13)

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:41:39 +02:00
Jay Bryant
28cce70a1f Editing pass (#1450)
Editing pass to catch up with the most recent changes.
2020-07-28 13:39:54 +02:00
buildmaster
1110daa1d6 Bumping versions 2020-07-26 00:19:06 +00: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