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
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
380d2535bd
WireMock RestDocs stub() method is a no-op
...
deprecating the method and going towards document()
fix by @dsyer
fixes gh-1092
2019-11-05 14:03:22 +01:00
Spring Operator
3eca2df6f9
URL Cleanup ( #944 )
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* http://foo.bar (UnknownHostException) with 1 occurrences migrated to:
https://foo.bar ([https](https://foo.bar ) result UnknownHostException).
* http://link/to/your/nexus/or/artifactory/or/sth (UnknownHostException) with 1 occurrences migrated to:
https://link/to/your/nexus/or/artifactory/or/sth ([https](https://link/to/your/nexus/or/artifactory/or/sth ) result UnknownHostException).
* http://www.puppycrawl.com/dtds/suppressions_1_1.dtd (404) with 1 occurrences migrated to:
https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ([https](https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ) result 404).
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://maven.apache.org/xsd/assembly-1.1.3.xsd with 3 occurrences migrated to:
https://maven.apache.org/xsd/assembly-1.1.3.xsd ([https](https://maven.apache.org/xsd/assembly-1.1.3.xsd ) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 82 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
* http://www.springframework.org/schema/beans/spring-beans.xsd with 2 occurrences migrated to:
https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd ) result 200).
* http://www.springframework.org/schema/integration/spring-integration.xsd with 2 occurrences migrated to:
https://www.springframework.org/schema/integration/spring-integration.xsd ([https](https://www.springframework.org/schema/integration/spring-integration.xsd ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 164 occurrences
* http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 with 6 occurrences
* http://www.springframework.org/schema/beans with 4 occurrences
* http://www.springframework.org/schema/integration with 4 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 87 occurrences
2019-03-27 19:31:29 +01:00
Marcin Grzejszczak
55a0ae86c5
Fixed https
2019-03-22 11:41:20 +01:00
Marcin Grzejszczak
8ce80e6e7f
Applied checkstyle rules
2019-02-08 18:20:59 +01:00
Marcin Grzejszczak
096790e04d
Upgraded to Greenwhich
2018-08-29 14:04:28 +02:00
Marcin Grzejszczak
951443552f
Merge branch '1.2.x' into 2.0.x
2018-08-08 18:04:28 +02:00
Marcin Grzejszczak
6d1cb05a77
Removed missing DirtiesContext
2018-08-08 18:04:20 +02:00
Marcin Grzejszczak
8bb61176ea
Removed dirties context on any tests
2018-08-08 18:00:58 +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
7341b570b8
Added better support for XML in RestDocs; fixes gh-647
2018-05-08 20:38:00 +02:00
Dave Syer
d67e69624a
Revert change the fails tests (committed by mistake)
2017-06-19 11:28:50 +01:00
Dave Syer
8cdad73158
Add support for placeholder resolution in stub file names
...
E.g. document("{method-name}/{step}").
Fixes gh-84
2017-06-16 14:47:38 +01:00
Marcin Grzejszczak
ffc691167f
Updated ports
2016-11-14 10:57:59 +01:00
Marcin Grzejszczak
1aba428aaf
Fixed the build
2016-07-27 11:59:21 +02:00
Dave Syer
f46666324b
Add some docs for restdocs usage and rename some things
2016-07-26 15:05:12 +01:00
Dave Syer
997a17f923
Move restdocs stuff into its own package
2016-07-26 14:28:43 +01:00
Dave Syer
4305f40fd9
Expose WireMockServer for @Autowired in test class
2016-07-26 14:28:43 +01:00
Dave Syer
44eebcab0f
Re-organize contract generation into a new helper
2016-07-26 14:28:43 +01:00
Dave Syer
1a8c1214c4
Add support for restdocs in a crude way
2016-07-26 14:28:43 +01:00