[ https://issues.apache.org/jira/browse/CXF-7328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15967612#comment-15967612 ]
ASF GitHub Bot commented on CXF-7328: ------------------------------------- GitHub user deki opened a pull request: https://github.com/apache/cxf/pull/260 CXF-7328: fixed property metadata for Spring Boot CxfProperties You can merge this pull request into a Git repository by running: $ git pull https://github.com/deki/cxf CXF-7328 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cxf/pull/260.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #260 ---- commit 22c8d9fada3e42b79d27e020af93a2734d5746e1 Author: Dennis Kieselhorst <d...@apache.org> Date: 2017-04-13T13:51:37Z CXF-7328: fixed property metadata for Spring Boot CxfProperties ---- > No property metadata for CxfProperties > -------------------------------------- > > Key: CXF-7328 > URL: https://issues.apache.org/jira/browse/CXF-7328 > Project: CXF > Issue Type: Improvement > Components: Configuration > Affects Versions: 3.1.11 > Reporter: Stephane Nicoll > > The Spring Boot integration exposes a `cxf` namespace via `CxfProperties` and > none of the advertized keys are exposed in the metadata. > This means there is no autocompletion for those keys in IDEs. It is really > easy to get those metadata so please add the annotation processor to the > build of the autoconfigure module. > http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#configuration-metadata-annotation-processor -- This message was sent by Atlassian JIRA (v6.3.15#6346)