Andy Wilkinson
ecff184c09
Merge branch '2.0.x'
2022-01-14 17:26:02 +00:00
Andy Wilkinson
fad3725502
Use .RELEASE suffix for releases
2022-01-14 17:25:46 +00:00
Andy Wilkinson
87981eed45
Merge branch '2.0.x'
2022-01-13 18:33:28 +00:00
Andy Wilkinson
9671b7ca8b
Update NoHTTP configuration
2022-01-13 18:33:07 +00:00
Andy Wilkinson
6892c962d2
Use bom to manage versions of samples' Spring Data dependencies
...
See gh-777
2022-01-13 18:01:49 +00:00
Andy Wilkinson
62f3131526
Update javadoc to link to Java 17's javadoc
...
See gh-749
2022-01-13 14:48:24 +00:00
Andy Wilkinson
4e2e409b80
Correct property name following forward merge
2022-01-13 14:36:34 +00:00
Andy Wilkinson
032916c2a5
Merge branch '2.0.x'
2022-01-13 14:27:17 +00:00
Andy Wilkinson
245bc31885
Remove redundant api task from docs project
2022-01-13 14:25:26 +00:00
Andy Wilkinson
a96cbfc941
Merge branch '2.0.x'
2022-01-13 14:00:24 +00:00
Andy Wilkinson
b5f9aef4cf
Update Bean Validation and Hibernate Validator javadoc links
...
Closes gh-769
2022-01-13 13:08:30 +00:00
Andy Wilkinson
740feb0811
Upgrade to Spring Framework 6.0.0-M2
...
Closes gh-775
2022-01-13 13:01:52 +00:00
Andy Wilkinson
25f7971246
Resolve vulnerability alerts in Data REST sample
2022-01-13 12:44:21 +00:00
Andy Wilkinson
b74462155b
Merge branch '2.0.x'
2022-01-13 12:37:09 +00:00
Andy Wilkinson
b87bdedd12
Merge branch '2.0.x'
2022-01-13 12:29:09 +00:00
Andy Wilkinson
b40f0f6740
Removing remaining usage of Hamcrest from tests
...
Closes gh-776
2022-01-13 12:23:52 +00:00
Andy Wilkinson
df0e38cb81
Upgrade to Mockito 4.2.0
2022-01-12 15:08:46 +00:00
Andy Wilkinson
f6986d5216
Merge branch '2.0.x'
2022-01-12 14:09:02 +00:00
Andy Wilkinson
1d694cb46a
Remove unused dependency constraint for jacoco
2022-01-12 14:08:07 +00:00
Andy Wilkinson
b2bc4aa1ac
Upgrade to Jackson 2.13.1
...
Closes gh-774
2022-01-12 13:36:34 +00:00
Andy Wilkinson
d1c0ccc331
Merge branch '2.0.x'
2022-01-12 13:30:24 +00:00
Andy Wilkinson
aa020db396
Remove unused optional dependency on commons-codec
2022-01-12 13:14:00 +00:00
Andy Wilkinson
d7b5681b59
Merge branch '2.0.x'
2022-01-12 12:51:52 +00:00
Andy Wilkinson
a0dd2f0c2e
Remove test dependency on Spring HATEOAS
2022-01-12 12:48:36 +00:00
Andy Wilkinson
0a8c2b1b1f
Merge branch '2.0.x'
2022-01-12 12:36:42 +00:00
Andy Wilkinson
87e9b58201
Update samples' dependencies
2022-01-12 12:11:05 +00:00
Andy Wilkinson
2bac639fa3
Merge branch '2.0.x'
2022-01-12 10:55:41 +00:00
Andy Wilkinson
11f870202a
Upgrade to Artifactory Resource 0.0.17
2022-01-12 10:52:26 +00:00
Andy Wilkinson
890cfdb583
Increase parameterization of CI pipeline
2022-01-12 10:51:59 +00:00
Andy Wilkinson
dcedce1ead
Merge branch '2.0.x'
2022-01-11 21:45:11 +00:00
Andy Wilkinson
ffb8da365f
Add repository for GE Conventions
2022-01-11 21:44:07 +00:00
Andy Wilkinson
86ee82fb72
Merge branch '2.0.x'
2022-01-11 21:39:04 +00:00
Andy Wilkinson
f780908a4c
Upgrade to GE Conventions plugin 0.0.9
2022-01-11 21:38:39 +00:00
Andy Wilkinson
ac32b929c9
Merge branch '2.0.x'
2022-01-11 20:26:27 +00:00
Andy Wilkinson
a4cdc49524
Upgrade to Gradle Enterprise Plugin 3.8
...
Closes gh-768
2022-01-11 20:04:30 +00:00
Andy Wilkinson
57d2e88e7a
Remove stray reference to REST Assured
...
See gh-761
2022-01-11 12:39:43 +00:00
Andy Wilkinson
cc5a381ed9
Use Spring backend to generate HTML reference documentation
...
Closes gh-681
Closes gh-773
2022-01-11 12:37:37 +00:00
Andy Wilkinson
e78998de15
Merge branch '2.0.x'
...
# Conflicts:
# docs/src/docs/asciidoc/configuration.adoc
# docs/src/docs/asciidoc/customizing-requests-and-responses.adoc
# docs/src/docs/asciidoc/documenting-your-api.adoc
# docs/src/docs/asciidoc/getting-started.adoc
2022-01-11 12:05:59 +00:00
Andy Wilkinson
232f581f67
Polish .adoc source files
2022-01-11 11:59:56 +00:00
Andy Wilkinson
adbc880b70
Merge branch '2.0.x'
2022-01-10 17:23:33 +00:00
Andy Wilkinson
87e7a7bb3b
Format documentation using one sentence per line
...
Closes gh-772
2022-01-10 15:50:10 +00:00
Andy Wilkinson
c60c87a2b1
Merge branch '2.0.x'
2022-01-10 14:32:51 +00:00
Andy Wilkinson
d4d83f293a
Fix HTTP request snippet's handling of query strings and params
...
Closes gh-763
2022-01-10 14:31:03 +00:00
Andy Wilkinson
8f8b118411
Merge branch '2.0.x'
2022-01-10 13:40:00 +00:00
Andy Wilkinson
90e0721b7a
Use --multipart for HTTPie multipart requests
...
Previously --form was ussed which relied on a file part turning the
request into a --multipart one. Switching to --multipart makes the
intent of the request more clear and also simplifies sending parts
that aren't file-based.
Closes gh-771
2022-01-10 13:37:25 +00:00
Andy Wilkinson
a6687cf488
Merge branch '2.0.x'
2022-01-10 13:16:32 +00:00
Andy Wilkinson
a63a514193
Avoid duplicates in multipart reqs with overlapping parts and params
...
Fixes gh-746
2022-01-10 13:16:01 +00:00
Andy Wilkinson
e5a763be26
Merge branch '2.0.x'
2022-01-10 11:53:47 +00:00
Andy Wilkinson
838004e1b7
Merge pull request #744 from brneto
...
* gh-744:
Polish "Document how to use org.asciidoctor.jvm.convert Gradle plugin"
Document how to use org.asciidoctor.jvm.convert Gradle plugin
Closes gh-744
2022-01-10 11:52:05 +00:00
Andy Wilkinson
acd60c7068
Polish "Document how to use org.asciidoctor.jvm.convert Gradle plugin"
...
See gh-744
2022-01-10 11:51:51 +00:00