Commit Graph

3104 Commits

Author SHA1 Message Date
Marcin Grzejszczak
a2afe6a09b Merge branch '2.1.x' 2019-09-26 12:26:54 +02:00
Marcin Grzejszczak
84e259fe13 Updated docs with the new plugins api for Gradle
fixes gh-1217
2019-09-26 12:23:03 +02:00
Marcin Grzejszczak
48ecf30f65 Updated docs with the new plugins api for Gradle
fixes gh-1217
2019-09-26 12:18:58 +02:00
Marcin Grzejszczak
6d5846463a Added an option to provide a custom source set for Gradle plugin
fixes gh-1158
2019-09-25 20:43:11 +02:00
Marcin Grzejszczak
d2a1ad41d1 Trying to make tests more resilient 2019-09-25 15:31:15 +02:00
Sylvain Guillope
7d854adf16 Fix links to http-server and http-client samples (#1220)
The links to the http-server and http-client samples were pointing to a url
with an unresolved `{branch}` attribute.

Replace the links by instead using the attributes `{samples_code}` and
`{standalone_samples_path}`.
2019-09-25 13:48:09 +02:00
Dominik Labuda
f436d7fca9 SCC Verifier Docker now publishes stubs just once (#1223)
Originally, SCC Verifier Docker published artifacts twice.
Once defined in build.gradle - which also uploaded the original contracts and second time in a publish stubs task defined in gradle plugin. This PR removes the definition from build.gradle and now only the stubs are published and just once.
2019-09-25 12:56:26 +02:00
Marcin Grzejszczak
b2ff4c1c05 Added Kotlin module to spring-cloud-sstub-runner-boot 2019-09-25 09:35:12 +02:00
buildmaster
0e3bbfee0a Bumping versions 2019-09-25 00:22:48 +00:00
Marcin Grzejszczak
2b764e75ef Fixed docs 2019-09-24 13:45:01 +02:00
Marcin Grzejszczak
af3f0a06c6 Refactored more to java 2019-09-24 12:32:36 +02:00
buildmaster
9b52f11023 Bumping versions 2019-09-24 00:21:35 +00:00
Marcin Grzejszczak
b59398878f Bumped Maven to 3.6.2
migrated aether to maven-provider

fixes gh-1218
2019-09-19 17:03:07 +02:00
buildmaster
2437cd341b Bumping versions 2019-09-19 00:23:09 +00:00
Marcin Grzejszczak
37c24bdfaa SKipping test on Jenkins (I give up) 2019-09-18 11:51:59 +02:00
Marcin Grzejszczak
f591e6a09b Trying to fix the flakey test 2019-09-18 11:02:57 +02:00
Marcin Grzejszczak
246979d08e Added logging and making kafka tests less brittle 2019-09-18 10:34:33 +02:00
Marcin Grzejszczak
195fc3a01d Removed dirtiescontext 2019-09-18 09:45:26 +02:00
Marcin Grzejszczak
1db797cb72 Added dirtiescontext for kafka 2019-09-17 17:35:29 +02:00
Marcin Grzejszczak
9375d0e28b Merge branch '2.1.x' 2019-09-17 17:20:03 +02:00
Marcin Grzejszczak
876be130ed Added npe guard; fixes gh-1154 2019-09-17 17:17:45 +02:00
Marcin Grzejszczak
f336751ee1 StubRunner and a random port
added additional resolvers for the properties via environment

fixes gh-147
2019-09-17 17:12:29 +02:00
buildmaster
775af906fd Bumping versions 2019-09-17 00:23:09 +00:00
Marcin Grzejszczak
4d45bdf31d Added support for Spring Kafka
fixes gh-877
2019-09-16 22:39:36 +02:00
Snyk bot
582503a8c9 fix: pom.xml to reduce vulnerabilities (#1214)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-174736
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-450207
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-450917
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-455617
2019-09-16 17:00:58 +02:00
buildmaster
de94a14a9a Bumping versions to 2.1.4.BUILD-SNAPSHOT after release 2019-09-10 18:47:36 +00:00
buildmaster
882cee887d Going back to snapshots 2019-09-10 18:47:35 +00:00
buildmaster
4750b4e60e Update SNAPSHOT to 2.1.3.RELEASE 2019-09-10 18:38:17 +00:00
Marcin Grzejszczak
93c5679949 Fixing the wrong task 2019-09-10 20:26:18 +02:00
Marcin Grzejszczak
d2ff700f18 Parametrizing gradle publishPlugins task in maven 2019-09-10 20:09:01 +02:00
Marcin Grzejszczak
764c13b6bf I love Gradle 2019-09-10 18:59:24 +02:00
Marcin Grzejszczak
0a1b9b9060 I love Gradle 2019-09-10 18:34:56 +02:00
Marcin Grzejszczak
b21e1e1028 Trying to fix Gradle stuff 2019-09-10 18:28:13 +02:00
Marcin Grzejszczak
efac97ab5a Adding env vars 2019-09-10 18:16:56 +02:00
Marcin Grzejszczak
e36da23f7c Added password and username for sonatype 2019-09-10 17:55:17 +02:00
buildmaster
e42c5bc94a Bumping versions 2019-09-10 00:21:31 +00:00
Marcin Grzejszczak
a1ba2a3be1 Fixes broken tests 2019-09-09 15:13:14 +02:00
Marcin Grzejszczak
c7b4f0125b Added integration for JMS
fixes gh-1141
2019-09-09 14:22:02 +02:00
Marcin Grzejszczak
530fdee87f Reusing the original exec version 2019-09-09 11:32:46 +02:00
Marcin Grzejszczak
38cf761228 Not inheriting maven exec for gradle 2019-09-09 08:31:15 +02:00
Marcin Grzejszczak
5ef72577b4 Added the missing configuration properties table 2019-09-06 14:28:28 +02:00
buildmaster
3a60466e76 Bumping versions 2019-09-06 00:21:40 +00:00
Marcin Grzejszczak
c7e6f77d42 Merge branch '2.1.x' 2019-09-05 13:44:44 +02:00
Marcin Grzejszczak
8d6336c73f Made @AutoConfigureWireMock @Inherited; fixes gh-1201 2019-09-05 13:44:37 +02:00
Marcin Grzejszczak
796103cb48 Bumped libs
fixes gh-1193
fixes gh-1194
fixes gh-1195
fixes gh-1196
fixes gh-1197
fixes gh-1198
2019-09-04 17:24:47 +02:00
Marcin Grzejszczak
bd64cf82ae Merge pull request #1184 from shanman190/bugfix/extension-dsl
Bugfix/extension dsl
2019-09-03 21:07:50 +02:00
Shannon Pamperl
534cbde50d Switch to plugins{} apply syntax
Now that Spring Cloud Contract is generating a plugin marker, it's much
easier to functionally test using Gradle TestKit by utilizing the
withPluginClasspath() and the 'java-gradle-plugin' Gradle plugin. Since
Gradle recommends new users, as well as new plugin authors, to use the
plugin markers and plugins{} syntax we should also follow that same
path. Especially given that there has been feature parity with the
buildscirpt{} block some releases ago.
2019-09-03 12:49:04 -05:00
Shannon Pamperl
04f7e8ca6e Removed unused functionalTest samples 2019-09-03 12:48:25 -05:00
Shannon Pamperl
4d590aa800 Disable debug-jvm mode as it's causing an additional compilation without the initscript classpath 2019-09-02 18:20:01 -05:00
Shannon Pamperl
9ad51a58d9 Remove eclipse plugin since it's not necessary to apply it
Both Eclipse, via Buildship, and Intellij automatically add in init
scripts that run with the Gradle execution. In these they add in the
eclipse or idea plugins, so that those ide's get associated
configurations and tasks necessary for them.
2019-09-02 15:23:33 -05:00