Shannon Pamperl
7804933b21
Attempt to keep Kotlin totally off the classpath ( #1558 )
...
* Attempt to keep Kotlin totally off the classpath
* Add version header for new class
* Fix a few bugs with the samples and provide better debugging output for javaexec
* Use main consistently
* Fix Gradle's published pom and use maven-publish plugin consistently throughout plugin and samples
* Re-add groovydoc jar
* Have assemble create the groovydoc jar
* Switch to publishToMavenLocal
* Sync dependencies with pom.xml and fix null provider for Gradle versions less than 6.2
* Perform quoting conditionally for Windows only
* Add jsch, aether, and shaded libraries to round out compatibility
* Ensure contract tests are generated before kotlin compile task
2020-12-03 10:24:55 +01:00
Marcin Grzejszczak
d8f6e17af5
Removed most of deprecations; fixes gh-1570
2020-11-26 12:58:47 +01:00
Marcin Grzejszczak
e356d428f5
Migrated to JUNIT5
2020-06-26 10:26:55 +02:00
Marcin Grzejszczak
eeb2d87c14
made junit5 default test generation framework ( #1320 )
...
fixes #1249
2020-02-07 13:43:30 +01:00
Marcin Grzejszczak
9e02b7c902
Updated Copyrights
2020-01-28 20:00:13 +01:00
Marcin Grzejszczak
ed72a88229
Fixed gradle setup
2019-10-04 15:45:41 +02:00
Marcin Grzejszczak
07b78d2992
BUmped GRadle, aligned groovy with Gradle 4.10.3
2019-05-07 14:05:26 +02:00
Marcin Grzejszczak
42a2d1dfb1
Bumped Boot in gradle samples
2019-04-16 08:41:10 +04:00
Marcin Grzejszczak
4da781b214
HTTP to HTTPS
2019-03-07 13:50:15 +01:00
Marcin Grzejszczak
8ce80e6e7f
Applied checkstyle rules
2019-02-08 18:20:59 +01:00
Marcin Grzejszczak
281bd653ae
Bumped Boot to 2.1.2.RELEASE
2019-01-21 13:34:49 +01:00
Marcin Grzejszczak
928b32ecce
BUmped boot
2018-12-15 09:19:35 +01:00
Marcin Grzejszczak
1b1d4049d4
Bumped
...
- cglib to 3.2.9
- commons-text to 1.6
- handlebars to 4.1.2
- jgit to 5.1.3.201810200350-r
- gmaven to 1.6.2
- boot to 2.1.0
- aether to 1.1.0
2018-11-06 17:06:43 +01:00
Marcin Grzejszczak
57bafa6f68
Set boot to RC1
2018-10-25 14:03:30 +02:00
Olga Maciaszek-Sharma
dbf1b660de
Add failIfNoTests to samples' build setup.
2018-10-19 13:50:05 +02:00
Marcin Grzejszczak
50d62b6ee8
Using boot snaps for samples
2018-10-16 14:55:24 +02:00
Marcin Grzejszczak
27652ade37
Bumped Gradle and Boot
2018-10-03 14:48:09 +02:00
Olga Maciaszek-Sharma
034b38f565
Upgrade boot to 2.1.0.M3.
2018-09-13 16:57:49 +02:00
Marcin Grzejszczak
096790e04d
Upgraded to Greenwhich
2018-08-29 14:04:28 +02:00
Tim Ysewyn
8c5f2f5567
Updated documentation for generating Spring REST Docs snippets ( #648 )
...
* Updated documentation with examples how to generate Spring REST Docs snippets from the generated tests.
fixes gh-613
2018-05-09 07:57:13 +02:00
Marcin Grzejszczak
17327462ad
Added better support for XML in RestDocs; fixes gh-647
2018-05-08 20:44:27 +02:00
Marcin Grzejszczak
43d076f466
Bumped boot to 2.0.1.R
2018-04-06 15:54:10 +02:00
Marcin Grzejszczak
6402e14f3c
Added support for Stub Runner and Pact Broker
...
fixes gh-191
commit 533f1d3d0e8f6dcd37677bfef555fc2ea86bc1b1
Author: Tim Ysewyn <Tim.Ysewyn@me.com >
Date: Wed Mar 7 15:56:48 2018 +0100
Upgraded pact-jvm-model to 3.5.13
2018-04-02 22:50:40 +02:00
Marcin Grzejszczak
60d45b5ad3
Merge branch '1.2.x'
2018-03-19 16:32:15 +01:00
Marcin Grzejszczak
51564ab444
Discouraged users from using spring-cloud-contract-wiremock dependency directly
...
the preferred option is to use `spring-cloud-starter-stub-runner`
fixes gh-348
2018-03-19 16:31:12 +01:00
Marcin Grzejszczak
4c627f8e61
Revert "Bumped the Boot plugin to RC1"
...
This reverts commit e0bda0f8aa .
2018-02-11 22:29:53 +01:00
Marcin Grzejszczak
e0bda0f8aa
Bumped the Boot plugin to RC1
2018-02-10 08:54:23 +01:00
Marcin Grzejszczak
e0db3c058a
Going to Boot snapshots
2018-01-19 10:17:51 +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
Marcin Grzejszczak
80f0e66292
Revert "Revert "Merge branch 'master' into 2.0.x""
...
This reverts commit 822dd4b732 .
2017-12-20 16:37:38 +01:00
Marcin Grzejszczak
822dd4b732
Revert "Merge branch 'master' into 2.0.x"
...
This reverts commit 63a1981f54 , reversing
changes made to 0cca942e86 .
2017-12-20 16:31:52 +01:00
Marcin Grzejszczak
30f5c62bce
Moved to boot M6
2017-11-15 10:06:04 +01:00
Marcin Grzejszczak
0766528aee
Merge branch 'master' into 2.0.x
2017-10-06 14:13:42 +02:00
Marcin Grzejszczak
6b5b3a880e
Merge branch 'master' into 2.0.x
2017-08-22 17:46:41 +02:00
Marcin Grzejszczak
13bc6aa93c
Removed unnecessary gson dep fixes #58
2017-08-22 17:40:48 +02:00
Marcin Grzejszczak
8a30a18c47
Updated Boot to 2.0.0.M2
2017-08-13 18:40:42 -04:00
Marcin Grzejszczak
c9b4f19f00
Bumped Gradle in samples
2017-07-31 11:50:26 +02:00
Marcin Grzejszczak
8dc8015be2
Finchley upgrade
2017-06-21 23:43:55 +02:00
Marcin Grzejszczak
7dca840cfb
Trying to make stub runner work
2017-06-20 10:29:44 +02:00
Dave Syer
186886029b
Switch to Boot 1.5.4.RELEASE for samples in Gradle
2017-06-13 14:52:43 +01:00
Marcin Grzejszczak
f599a8d745
Updated versions
2017-05-26 20:34:29 +02:00
Marcin Grzejszczak
a804894c9a
Updated code and docs
2017-04-26 12:42:33 +02:00
Marcin Grzejszczak
e36a6e2b56
Going back to snapshots
2017-01-30 11:47:27 +01:00
Marcin Grzejszczak
dfceed2ce1
Bumping versions before release
2017-01-30 11:41:56 +01:00
Marcin Grzejszczak
fef078d2eb
Bumped up boot version in samples
2016-12-28 19:57:07 +01:00
Marcin Grzejszczak
7a347da55a
Going back to snapshots
2016-11-24 18:58:50 +01:00
Marcin Grzejszczak
c7883a0d97
Bumping version before release
2016-11-24 18:37:39 +01:00
Marcin Grzejszczak
6381362ad6
Going back to Snapshots
2016-09-23 21:04:10 +02:00
Marcin Grzejszczak
8ee2ef4b18
Bumping versions before release
2016-09-23 20:07:58 +02:00
Marcin Grzejszczak
012eac8f3c
Fixing the build ( #63 )
...
we are installing artifacts twice. With Maven and Gradle then. We need to change that.
fixes #62
2016-08-22 11:33:17 +02:00