From 98b4d00828e24a5b4ffe51b08d02a8f1dc23fb0d Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Fri, 8 Jul 2016 12:08:55 +0200 Subject: [PATCH 1/2] Add reference to Apache CXF integration See gh-6580 --- spring-boot-starters/README.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-boot-starters/README.adoc b/spring-boot-starters/README.adoc index e9484d7017c..5badbf6a13f 100644 --- a/spring-boot-starters/README.adoc +++ b/spring-boot-starters/README.adoc @@ -103,4 +103,7 @@ do as they were designed before this was clarified. | http://www.wiremock.org[WireMock] and Spring RESTDocs | https://github.com/ePages-de/restdocs-wiremock +| https://cxf.apache.org/docs/springboot.html[Apache CXF] +| https://github.com/apache/cxf/tree/master/integration/spring-boot + |=== From b4186e0c9df8f8515ed9a2d9651b1a98531ef0d5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2016 09:50:08 +0200 Subject: [PATCH 2/2] Polish contribution Closes gh-6580 --- spring-boot-starters/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-starters/README.adoc b/spring-boot-starters/README.adoc index 5badbf6a13f..9fc0728ce31 100644 --- a/spring-boot-starters/README.adoc +++ b/spring-boot-starters/README.adoc @@ -104,6 +104,6 @@ do as they were designed before this was clarified. | https://github.com/ePages-de/restdocs-wiremock | https://cxf.apache.org/docs/springboot.html[Apache CXF] -| https://github.com/apache/cxf/tree/master/integration/spring-boot +| https://github.com/apache/cxf |===