Commit Graph

1041 Commits

Author SHA1 Message Date
Andy Wilkinson
d92ba5b6bb Upgrade to GitHub Release Resource 1.7.2
Closes gh-816
2022-06-20 16:19:12 +01:00
Andy Wilkinson
ed8b68c184 Upgrade to Concourse Release Scripts 0.3.4
Closes gh-815
2022-06-20 16:18:28 +01:00
Andy Wilkinson
44d4870bbe Upgrade CI image to Java 8u333+2
Closes gh-814
2022-06-20 16:17:21 +01:00
Andy Wilkinson
cf610d141e Upgrade CI image to ubuntu:focal-20220531
Closes gh-813
2022-06-20 16:15:58 +01:00
Andy Wilkinson
58368f4e0d Merge pull request #811 from izeye
* gh-811:
  Upgrade to Spring Java Format 0.0.33

Closes gh-811
2022-06-20 16:05:35 +01:00
izeye
a023c7b4cf Upgrade to Spring Java Format 0.0.33
This commit also adds missing package-info.java files to unpublished
javadoc for the Asciidoctor extension.

See gh-811
2022-06-20 16:05:04 +01:00
Andy Wilkinson
11a7258c1a Add LICENSE.txt file
Closes gh-809
2022-05-24 08:10:43 +01:00
Andy Wilkinson
744d88ddea Merge pull request #796 from jprinet
* gh-796:
  Upgrade to Gradle Enterprise plugin 3.9

Closes gh-796
2022-05-12 14:54:12 +01:00
Jerome Prinet
86751d7a16 Upgrade to Gradle Enterprise plugin 3.9
See gh-796
2022-05-12 14:53:39 +01:00
Andy Wilkinson
b3f10a0e48 Reinstate html5 directory in reference documentation URL
Closes gh-783
2022-03-24 15:29:21 +00:00
Andy Wilkinson
c8c0f25377 Upgrade samples following the release of 2.0.6 2022-03-24 15:28:31 +00:00
Andy Wilkinson
8ee41a21f1 Fix modification of portless URIs when content has subsequent colon
Closes gh-790
2022-03-24 15:01:12 +00:00
Andy Wilkinson
dedf8bb2be Merge pull request #782 from jprinet
* gh-782:
  Upgrade to Gradle Enterprise Plugin 3.8.1

Closes gh-782
2022-01-18 19:09:44 +00:00
Jerome Prinet
a3e1a57848 Upgrade to Gradle Enterprise Plugin 3.8.1
See gh-782
2022-01-18 19:09:34 +00:00
Andy Wilkinson
1888f078cc Upgrade to github-release 1.5.5 2022-01-17 16:14:28 +00:00
Andy Wilkinson
36e6cc255c Enable Gradle's build cache 2022-01-15 20:21:32 +00:00
Andy Wilkinson
eb41797676 Make registry mirror parameters available to generate-changelog task 2022-01-15 20:16:28 +00:00
Andy Wilkinson
ba6d3b87c4 Exclude entire spring-restdocs module from Maven Central 2022-01-15 19:54:47 +00:00
Andy Wilkinson
7c65ae6e72 Fix Sonatype credentials in CI pipeline 2022-01-15 19:54:17 +00:00
Spring Builds
6453a1b0ff Next development version (v2.0.7.BUILD-SNAPSHOT) 2022-01-15 10:18:50 +00:00
Andy Wilkinson
cc26112bf0 Update git config user name and email used during staging 2022-01-14 17:38:59 +00:00
Andy Wilkinson
fad3725502 Use .RELEASE suffix for releases 2022-01-14 17:25:46 +00:00
Andy Wilkinson
9671b7ca8b Update NoHTTP configuration 2022-01-13 18:33:07 +00:00
Andy Wilkinson
245bc31885 Remove redundant api task from docs project 2022-01-13 14:25:26 +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
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
1d694cb46a Remove unused dependency constraint for jacoco 2022-01-12 14:08:07 +00:00
Andy Wilkinson
aa020db396 Remove unused optional dependency on commons-codec 2022-01-12 13:14:00 +00:00
Andy Wilkinson
a0dd2f0c2e Remove test dependency on Spring HATEOAS 2022-01-12 12:48:36 +00:00
Andy Wilkinson
87e9b58201 Update samples' dependencies 2022-01-12 12:11:05 +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
ffb8da365f Add repository for GE Conventions 2022-01-11 21:44:07 +00:00
Andy Wilkinson
f780908a4c Upgrade to GE Conventions plugin 0.0.9 2022-01-11 21:38:39 +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
232f581f67 Polish .adoc source files 2022-01-11 11:59:56 +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
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
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
a63a514193 Avoid duplicates in multipart reqs with overlapping parts and params
Fixes gh-746
2022-01-10 13:16:01 +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
Berchris Requiao
0952e5f974 Document how to use org.asciidoctor.jvm.convert Gradle plugin
See gh-744
2022-01-10 11:32:34 +00:00
Andy Wilkinson
96293c0f17 Format callouts consistently in .adoc source files 2022-01-10 11:25:28 +00:00
Andy Wilkinson
350a4c65e3 Align fileUpload and multipart methods with MockMvc
Closes gh-770
2022-01-10 10:54:12 +00:00
Andy Wilkinson
11e4504339 Merge pull request #764 from jprinet
* gh-764:
  Upgrade Gradle Enterprise plugin to 3.7.2

Closes gh-764
2021-11-19 13:48:17 +00:00
Jerome Prinet
4af25a86a6 Upgrade Gradle Enterprise plugin to 3.7.2
See gh-764
2021-11-19 13:47:52 +00:00
Andy Wilkinson
a7bd810a15 Upgrade to Spring Java Format 0.0.29
Closes gh-755
2021-11-18 16:12:14 +00:00
Andy Wilkinson
1a1fc9711d Exclude javax.xml.bind API in favor of jakarta.xml.bind API
Closes gh-758
2021-11-18 14:53:24 +00:00