You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tamaya.apache.org by "Anatole Tresch (JIRA)" <ji...@apache.org> on 2019/03/14 23:06:00 UTC

[jira] [Resolved] (TAMAYA-384) Improve Spring integration

     [ https://issues.apache.org/jira/browse/TAMAYA-384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anatole Tresch resolved TAMAYA-384.
-----------------------------------
    Resolution: Implemented

> Improve Spring integration
> --------------------------
>
>                 Key: TAMAYA-384
>                 URL: https://issues.apache.org/jira/browse/TAMAYA-384
>             Project: Tamaya
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: 0.3-incubating
>            Reporter: Anatole Tresch
>            Assignee: Anatole Tresch
>            Priority: Major
>             Fix For: 0.4-incubating
>
>
> Improve Spring integration by supporting a typical Spring Enablement annotation:
> {code:java}
> @EnableTamayaConfig{code}
> If added to a Spring @Configuration this enables and loads Tamaya as a Spring configuration backend (PropertySource). _By default_ Tamaya *overrides* *existing Spring configuration* and also enables Tamaya Configuration injection on Spring beans.
> This can be customized by configuring Tamaya integration on the annotation, e.g. as follows:
> {code:java}
> @EnableTamayaConfig(disableTamayaInjection = true)
> @EnableTamayaConfig(extendOnly = true){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)