You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2019/05/17 15:59:00 UTC

[jira] [Updated] (ISIS-2086) Define beans for configuration, so that (eventually) can use Spring Boot's @ConfigurationProperties infrastructure.

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

Dan Haywood updated ISIS-2086:
------------------------------
    Fix Version/s:     (was: 1.21.0)
                   2.0.0
      Description: 
ie as per [https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-external-config]



Another benefit we will get from this is that SB has an annotation processor that generates some IDE config files to provide autocomplete when editing the application.properties file

[https://docs.spring.io/spring-boot/docs/2.0.8.RELEASE/reference/html/configuration-metadata.html#configuration-metadata-annotation-processor]

 

 

  was:
ie as per [https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-external-config]

However, it doesn't seem that Spring Boot itself exposes a standalone library that will consume its application.properties etc into config classes.  So we might need to write some equivalent code (also for support on MicroProfile).

~~~

Another benefit we will get from this is that SB has an annotation processor that generates some IDE config files to provide autocomplete when editing the application.properties file

[https://docs.spring.io/spring-boot/docs/2.0.8.RELEASE/reference/html/configuration-metadata.html#configuration-metadata-annotation-processor]

 

 


This perhaps isn't mandatory for 2.0.0, but would improve the developer experience significantly, as well as our codebase.

> Define beans for configuration, so that (eventually) can use Spring Boot's @ConfigurationProperties infrastructure.
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: ISIS-2086
>                 URL: https://issues.apache.org/jira/browse/ISIS-2086
>             Project: Isis
>          Issue Type: Improvement
>    Affects Versions: 1.17.0
>            Reporter: Dan Haywood
>            Priority: Major
>             Fix For: 2.0.0
>
>
> ie as per [https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-external-config]
> Another benefit we will get from this is that SB has an annotation processor that generates some IDE config files to provide autocomplete when editing the application.properties file
> [https://docs.spring.io/spring-boot/docs/2.0.8.RELEASE/reference/html/configuration-metadata.html#configuration-metadata-annotation-processor]
>  
>  



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