[
https://issues.apache.org/jira/browse/CXF-7093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15597903#comment-15597903
]
ASF GitHub Bot commented on CXF-7093:
-------------------------------------
Github user johnament commented on a diff in the pull request:
https://github.com/apache/cxf/pull/183#discussion_r84577600
--- Diff:
distribution/src/main/release/samples/jax_rs/spring_boot/src/main/java/sample/rs/client/SampleRestClientApplication.java
---
@@ -31,10 +31,7 @@
@SpringBootApplication
@EnableJaxRsWebClient
@EnableJaxRsProxyClient
-public final class SampleRestClientApplication {
- private SampleRestClientApplication() {
- }
-
+public class SampleRestClientApplication {
--- End diff --
So... this sample wasn't actually working. The client was not defined
properly. This makes it work now
> Investigate how SpringBoot demos can be included in the distribution
> --------------------------------------------------------------------
>
> Key: CXF-7093
> URL: https://issues.apache.org/jira/browse/CXF-7093
> Project: CXF
> Issue Type: Task
> Reporter: Sergey Beryozkin
> Priority: Minor
> Fix For: 3.2.0, 3.1.9
>
>
> These demos to not currently use a CXF demos parent pom and hence are
> excluded from the build
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)