You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by davsclaus <gi...@git.apache.org> on 2018/07/12 15:48:35 UTC

[GitHub] camel pull request #2423: Camel 12646 - camel-spring-boot - Auto configurati...

GitHub user davsclaus opened a pull request:

    https://github.com/apache/camel/pull/2423

    Camel 12646 - camel-spring-boot - Auto configuration of complex types should be more tooling friendly

    The camel maven plugin for spring boot auto configuration source code generation now generates complex types as String types so we can use them via spring boot and its tooling, eg they are listed in the spring-configuration-metadata.json file.
    
    See ticket: https://issues.apache.org/jira/browse/CAMEL-12646

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/camel camel-12646

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/2423.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 #2423
    
----
commit 4dfc9f30d9002c06ae496cca997a5265e2cab262
Author: Claus Ibsen <cl...@...>
Date:   2018-07-12T13:24:46Z

    CAMEL-12464: camel maven plugin for spring-boot auto configuration polished.

commit 2b4e3cf5d625f88c0d01a5cc1730954aaec9f7a4
Author: Claus Ibsen <cl...@...>
Date:   2018-07-12T14:05:47Z

    CAMEL-12646: The camel maven plugin for spring boot auto configuration source code generation now generates complex types as String types so we can use them via spring boot and its tooling, eg they are listed in the spring-configuration-metadata.json file.

commit bd51298fe84ebcdd020ac93a0c8bbf1e581eded6
Author: Claus Ibsen <cl...@...>
Date:   2018-07-12T14:52:51Z

    CAMEL-12646: The camel maven plugin for spring boot auto configuration source code generation now generates complex types as String types so we can use them via spring boot and its tooling, eg they are listed in the spring-configuration-metadata.json file.

----


---

[GitHub] camel pull request #2423: Camel 12646 - camel-spring-boot - Auto configurati...

Posted by davsclaus <gi...@git.apache.org>.
Github user davsclaus closed the pull request at:

    https://github.com/apache/camel/pull/2423


---