Andy Wilkinson
d94c1c75a9
Merge pull request #610 from Spring Operator
...
* gh-610:
Polish "Use HTTPS for external links where possible"
Use HTTPS for external links where possible
2019-03-26 11:29:32 +00:00
Andy Wilkinson
9444083b81
Polish "Use HTTPS for external links where possible"
...
See gh-610
2019-03-26 11:28:57 +00:00
Spring Operator
1fa4c293c6
Use HTTPS for external links where possible
...
See gh-610
2019-03-26 11:28:26 +00:00
Andy Wilkinson
2cfe47a330
Merge branch '1.0.x' into 1.1.x
2019-03-26 10:53:52 +00:00
Andy Wilkinson
957f3bfa30
Merge pull request #609 from Spring Operator
...
* gh-609:
Polish "Use HTTPS for external links where possible"
Use HTTPS for external links where possible
2019-03-26 10:49:36 +00:00
Andy Wilkinson
447cc4940e
Polish "Use HTTPS for external links where possible"
...
See gh-609
2019-03-26 10:49:19 +00:00
Spring Operator
f2e60ea347
Use HTTPS for external links where possible
...
See gh-609
2019-03-26 10:28:47 +00:00
Andy Wilkinson
9320399acb
Merge pull request #607 from Spring Operator
...
* gh-607:
Use HTTPS where possible for external links in XML files
Closes gh-607
2019-03-26 10:06:02 +00:00
Spring Operator
c3890f9312
Use HTTPS where possible for external links in XML files
...
See gh-607
2019-03-26 10:05:27 +00:00
Andy Wilkinson
44eda27eb7
Merge branch '1.0.x' into 1.1.x
2019-03-20 14:45:14 +00:00
Andy Wilkinson
4fdb1f5361
Drop Travis CI configuration
2019-03-20 14:44:46 +00:00
Andy Wilkinson
34131d111e
Merge branch '1.0.x' into 1.1.x
2019-03-20 14:38:24 +00:00
Andy Wilkinson
62e6c9cd3d
Switch to checkstyle.org for Checkstyle DTDs
2019-03-20 14:38:05 +00:00
Andy Wilkinson
913fcd2185
Merge branch '1.0.x' into 1.1.x
2019-03-19 11:48:52 +00:00
Andy Wilkinson
81a07d4951
Use HTTPS linked in the README
2019-03-19 11:44:44 +00:00
Andy Wilkinson
f7e61013bb
Merge branch '1.0.x' into 1.1.x
2019-03-19 11:24:34 +00:00
Andy Wilkinson
75132b537a
Use HTTPS to link to Apache license
2019-03-19 11:21:34 +00:00
Andy Wilkinson
c0fb578f84
Merge branch '1.0.x' into 1.1.x
2019-03-19 10:57:43 +00:00
Andy Wilkinson
e76b700090
Merge pull request #596 from Spring Operator
...
* gh-596:
Update build configuration to prefer HTTPS
Closes gh-596
2019-03-19 10:56:15 +00:00
Spring Operator
1572be5b29
Update build configuration to prefer HTTPS
...
See gh-596
2019-03-19 10:54:24 +00:00
Andy Wilkinson
bd63fae662
Update dependency versions in the samples to use latest snapshots
2017-05-12 12:39:14 +01:00
Andy Wilkinson
b00b13fed5
Upgrade to spring-asciidoctor-extensions 0.1.1.RELEASE
2017-05-11 15:17:30 +01:00
Spring Buildmaster
72d692107f
Next development version
2017-04-24 13:19:52 +00:00
Andy Wilkinson
af0cd029c7
Ensure that samples' REST Docs version is updated before they are built
2017-03-24 14:42:09 +00:00
Andy Wilkinson
b6120cd539
Fix broken cross-reference
2017-03-23 12:33:09 +00:00
Andy Wilkinson
b1227ce019
Remove recommendation about tweaking Surefire's configuration
...
Configuring Surefire to run tests found in files ending in
Documentation.java has the unwanted side-effect of switching off its
defaults, i.e. you end up with your documentation tests being run and
nothing else. While using a specific name for your documentation tests
can make them easier to identify, it isn't required. The documentation
also doesn't explicitly recommend using a Documentation suffix.
This commit simplifies things by removing the configuration that
changes Surefire's default inclusions.
Closes gh-368
2017-03-23 12:19:08 +00:00
Andy Wilkinson
5a76decc11
Link to correct branch on GitHub in snapshot documentation
...
Closes gh-367
2017-03-08 13:07:09 +00:00
Andy Wilkinson
70df55d413
Use code block switch extension from separate project
...
Closes gh-229
2017-03-08 13:04:27 +00:00
Andy Wilkinson
81c2816693
Relax field type validation when marked as optional and value is null
...
Previously, if a field was marked as optional and it appeared in a
payload with a null value a failure would occur if the field's type
was configured to be a JsonFieldType other than NULL.
This commit relaxes this restriction so that a null value is tolerated
when a field has been marked as optional.
Closes gh-365
2017-03-08 12:38:03 +00:00
Andy Wilkinson
281abb2e8b
Ensure that Gradle's daemon is always disabled
2017-03-08 12:20:55 +00:00
Andy Wilkinson
2fa0aa4472
Further tweaks to try and get builds on Travis to work reliably
2017-03-05 17:28:31 +00:00
Andy Wilkinson
17acbb9fbf
Upgrade Travis configuration to use a recent version of Oracle JDK 8
...
By default, Travis uses a rather old version of Oracle's JDK 8 in
its container-based infrastructure. It would appear that this is what
has been causing the build to fail with minimal diagnostics.
This commit implements a suggestion [1] to get a more recent version
of Java 8 by installing the oracle-java8-installer package via the APT
addon.
[1] https://github.com/travis-ci/travis-ci/issues/3259#issuecomment-130860338
2017-03-05 16:23:47 +00:00
Andy Wilkinson
727f6ccd78
Protect the tests against changes to MockMvc's HTTP header ordering
...
Closes gh-359
2017-03-04 20:45:47 +00:00
Andy Wilkinson
7cb91f9963
Remove use of Spring Boot from REST Assured module's integration tests
...
Closes gh-360
2017-03-04 20:40:42 +00:00
Andy Wilkinson
a19aef796f
Merge pull request #329 from Gerrit Meier
...
* gh-329:
Document that port is omitted when it matches the scheme's default
2016-12-16 14:41:37 +00:00
Gerrit Meier
2fb3ede3a6
Document that port is omitted when it matches the scheme's default
...
Closes gh-325
Closes gh-329
2016-12-16 14:41:30 +00:00
Andy Wilkinson
b7e4edf904
Merge pull request #334 from stonio
...
* gh-334:
Clarify that parameterized output directory uses the simple class name
2016-12-16 14:33:26 +00:00
stonio
9bbb60ac2a
Clarify that parameterized output directory uses the simple class name
...
Closes gh-334
2016-12-16 14:32:35 +00:00
Andy Wilkinson
7ff45d273e
Call the right endpoint in REST Assured field reuse example
...
Closes gh-324
2016-10-28 16:19:19 +01:00
Andy Wilkinson
60e1bdd5f4
Merge pull request #314 from Luis del Toro
...
* gh-314:
Polish "Copy attributes when applying path prefix to field descriptors"
Copy attributes when applying path prefix to field descriptors
2016-10-25 11:35:55 +01:00
Andy Wilkinson
7487f41363
Polish "Copy attributes when applying path prefix to field descriptors"
...
- Apply code formatting
- Test copying of attributes (and other parts of a field descriptor)
in new PayloadDocumentationTests
Closes gh-314
2016-10-25 11:34:09 +01:00
Luis del Toro
27b7553812
Copy attributes when applying path prefix to field descriptors
...
See gh-314
2016-10-25 11:34:09 +01:00
Andy Wilkinson
0c64c781f4
Improve styling of groovy and adoc code blocks in the documentation
...
Closes gh-317
2016-10-21 23:09:47 +01:00
Spring Buildmaster
c0e950b3ee
Next development version
2016-08-31 08:47:58 +00:00
Andy Wilkinson
0f1f84e6a6
Fix JSON field type resolution for top-level and nested array fields
...
Previously, the logic that determined the field’s type would incorrectly
look at the contents of the array. For example, if the array contained
one or more objects, the field’s type would be resolved as Object rather
than Array.
This commit updates JsonFieldPath to record when a path explicitly
identifies an array so that the array itself is used to determine the
field’s type rather than its contents.
Closes gh-292
2016-08-24 13:02:21 +01:00
Andy Wilkinson
4e4d01a459
Consolidate logic in test rules for getting output dir and operation name
2016-08-24 12:49:51 +01:00
Andy Wilkinson
21567e0ffa
Simply dealing with operation names in REST Docs' own tests
2016-08-24 10:05:17 +01:00
Andy Wilkinson
14dcdb61d0
Fix package tangle between cli and operation packages
...
QueryStringParser has been moved into the operation page. In the
unlikely event that there were any external users of the class, a
deprecated version remains in the cli package for backwards
compatibility. It will be removed in 1.2.
Closes gh-286
2016-08-19 20:14:20 +01:00
Andy Wilkinson
5c6cf7f12f
Polishing
2016-08-19 19:52:25 +01:00
Andy Wilkinson
a0faebdb0a
Ignore query string when extracting path parameters
...
Closes gh-285
2016-08-19 19:52:23 +01:00