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

2019-10-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit ecbbb9654bcb093b1eca6e4b9cc1228c0bd10241 in isis's branch refs/heads/v2 
from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=ecbbb96 ]

ISIS-2086: cleaning up and aligning package names in 'unittestsuppot'


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit bc9c398b7b72677a27a12da532ab957642321149 in isis's branch refs/heads/v2 
from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=bc9c398 ]

ISIS-2086: moving IsisConfigurationLegacy to 'test-scope'

- no longer required by core, only required for JUnit tests

> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 3c252e889fe4b52099d79f969f1f4063fd29ff12 in isis's branch refs/heads/v2 
from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=3c252e8 ]

ISIS-2086: converting to config beans: all remaining

> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit dcef479071cfcf66ea478f1dc70358559dd70c96 in isis's branch refs/heads/v2 
from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=dcef479 ]

ISIS-2086: converting to config beans: value.format + locale + money

> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-04 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit a6241bcea15a945b5759b24474aca6d752fc932a in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a6241bc ]

ISIS-2086: adds type-safe configurations for the DN settings that Apache Isis 
is explicitly aware of.


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-04 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit e549947d53fd50cb61534c93df445bab1a41a8f0 in isis's branch 
refs/heads/ISIS-2086-uses-type-safe-config-in-DN-bootstrapping from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=e549947 ]

ISIS-2086: uses typesafe settings in DN (nb: breaks smoke tests)


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-04 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit a6241bcea15a945b5759b24474aca6d752fc932a in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a6241bc ]

ISIS-2086: adds type-safe configurations for the DN settings that Apache Isis 
is explicitly aware of.


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 14324ffaa857e0b0392e02eeddd61e364ae7c965 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=14324ff ]

ISIS-2086: wip, converting DN config props to use IsisConfiguration

(cherry picked from commit 0a9b39ba4ddceba0f5a2349e1a90eac8f5e6a3f5)


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit bbc57e8e861999f567506a0c7050f9595029f5e3 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=bbc57e8 ]

ISIS-2086: uses type-safe config for lookup of ConnectionURL


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit d9a912aaedbedb6f7f8dec52f692901c7843bc4c in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=d9a912a ]

ISIS-2086: converts several datanucleus config props to type-safe

specifically:

isis.persistor.datanucleus.impl.datanucleus.ConnectionFactoryName
isis.persistor.datanucleus.impl.datanucleus.ConnectionFactory2Name
isis.persistor.datanucleus.impl.datanucleus.ConnectionPasswordDecrypter
isis.persistor.datanucleus.impl.datanucleus.PersistenceUnitLoadClasses
isis.persistor.datanucleus.impl.datanucleus.cache.level2.type
isis.persistor.datanucleus.impl.datanucleus.objectProvider.className
isis.persistor.datanucleus.impl.datanucleus.schema.autoCreateAll
isis.persistor.datanucleus.impl.datanucleus.schema.autoCreateDatabase
isis.persistor.datanucleus.impl.datanucleus.schema.validateAll
isis.persistor.datanucleus.impl.javax.jdo.PersistenceManagerFactoryClass

Note that most of these require additional metadata hints, because of casing.


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 4cb3e2124bf77d9f0d37722f85b16b6a08c5753a in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=4cb3e21 ]

ISIS-2086: converts several datanucleus config props to type-safe

specifically:

isis.persistor.datanucleus.impl.datanucleus.ConnectionFactoryName
isis.persistor.datanucleus.impl.datanucleus.ConnectionFactory2Name
isis.persistor.datanucleus.impl.datanucleus.ConnectionPasswordDecrypter
isis.persistor.datanucleus.impl.datanucleus.PersistenceUnitLoadClasses
isis.persistor.datanucleus.impl.datanucleus.cache.level2.type
isis.persistor.datanucleus.impl.datanucleus.objectProvider.className
isis.persistor.datanucleus.impl.datanucleus.schema.autoCreateAll
isis.persistor.datanucleus.impl.datanucleus.schema.autoCreateDatabase
isis.persistor.datanucleus.impl.datanucleus.schema.validateAll
isis.persistor.datanucleus.impl.javax.jdo.PersistenceManagerFactoryClass

Note that most of these require additional metadata hints, because of casing.


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 1cc832e56f893496b17d0123832ac25dddb4927f in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=1cc832e ]

ISIS-2086: wip, converting DN config props to use IsisConfiguration

(cherry picked from commit 0a9b39ba4ddceba0f5a2349e1a90eac8f5e6a3f5)


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 372dba55c758ea866f915aa664830b8a9992b6b0 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=372dba5 ]

ISIS-2086: Hsql and H2 UI now read ConnectionURL from IsisConfiguration.


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit a6fc02af76bfbeec5ff5037432b972e715b1d2f3 in isis's branch refs/heads/v2 
from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a6fc02a ]

Merge pull request #150 from apache/ISIS-2086

more work on config beans

> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit c50cfc9fcdbb7edeff153da2b2b14b83b0ea0d67 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=c50cfc9 ]

ISIS-2086: fixes syntax errors in metadata


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 2f84732e1a321418c5ad225ca8b84a46a6d85689 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=2f84732 ]

ISIS-2086: adds javax.jdo.option settings to IsisConfiguration

with metadata so that they are correctly bound.


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 372dba55c758ea866f915aa664830b8a9992b6b0 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=372dba5 ]

ISIS-2086: Hsql and H2 UI now read ConnectionURL from IsisConfiguration.


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit c50cfc9fcdbb7edeff153da2b2b14b83b0ea0d67 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=c50cfc9 ]

ISIS-2086: fixes syntax errors in metadata


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 2f84732e1a321418c5ad225ca8b84a46a6d85689 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=2f84732 ]

ISIS-2086: adds javax.jdo.option settings to IsisConfiguration

with metadata so that they are correctly bound.


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit d4254478c19b53ef58cbeb6e70c9849560e11908 in isis's branch 
refs/heads/ISIS-2086 from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=d425447 ]

Merge pull request #149 from apache/ISIS-2086

more work on config-beans

> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 890b0d4dde9890df96ccf53e2c9b4a0be75c0b38 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=890b0d4 ]

ISIS-2086: refactors 'isis.viewer.wicket.liveReloadUrl' to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit d4254478c19b53ef58cbeb6e70c9849560e11908 in isis's branch refs/heads/v2 
from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=d425447 ]

Merge pull request #149 from apache/ISIS-2086

more work on config-beans

> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 6e246a81200115846e481979b43ba303c3dbf335 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=6e246a8 ]

ISIS-2086: converts 'isis.viewer.wicket.themes.*' (3 of em) to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 908bf79074a8a9e13ad954e1123d645d0b8dc208 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=908bf79 ]

ISIS-2086: refactors 'isis.viewer.wicket.dialogMode' and 
'isis.viewer.wicket.dialogModeForMenu' to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 5516b5543d0f370f5fb3d206c6d38b6aa318bb39 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=5516b55 ]

ISIS-2086: refactors 'isis.viewer.wicket.breadcrumbs.showChooser' to type-safe 
config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit a5b6a1ca1f7e04461464f689e4357cf454b03ddf in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a5b6a1c ]

ISIS-2086: refactors 'isis.viewer.wicket.whereAmI.*' (2 of em) to type-safe 
config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 4259cbd906aa09e5cb31143f5a11f7a38967e09b in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=4259cbd ]

ISIS-2086: converts 'isis.viewer.wicket.bookmarkedPages.showChooser' to 
type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 4edb04e398013e367c7fa8c0803c8e5d2b505f30 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=4edb04e ]

ISIS-2086: converts 'isis.persistor.datanucleus.standaloneCollection.bulkLoad' 
to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 2ba21839ee8cde376938203ee21dd0d913e132f0 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=2ba2183 ]

ISIS-2086: refactors 'isis.viewer.wicket.datePicker.minDate' and 
'isis.viewer.wicket.datePicker.maxDate' to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 39f211ecaa97bfce9dc306c0bbe08676ac414037 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=39f211e ]

ISIS-2086: adds metadata for 'isis.viewer.wicket.credit.{1|2|3}.{url|name|image}


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 908bf79074a8a9e13ad954e1123d645d0b8dc208 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=908bf79 ]

ISIS-2086: refactors 'isis.viewer.wicket.dialogMode' and 
'isis.viewer.wicket.dialogModeForMenu' to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 890b0d4dde9890df96ccf53e2c9b4a0be75c0b38 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=890b0d4 ]

ISIS-2086: refactors 'isis.viewer.wicket.liveReloadUrl' to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 5516b5543d0f370f5fb3d206c6d38b6aa318bb39 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=5516b55 ]

ISIS-2086: refactors 'isis.viewer.wicket.breadcrumbs.showChooser' to type-safe 
config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 6e246a81200115846e481979b43ba303c3dbf335 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=6e246a8 ]

ISIS-2086: converts 'isis.viewer.wicket.themes.*' (3 of em) to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 2ba21839ee8cde376938203ee21dd0d913e132f0 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=2ba2183 ]

ISIS-2086: refactors 'isis.viewer.wicket.datePicker.minDate' and 
'isis.viewer.wicket.datePicker.maxDate' to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 39f211ecaa97bfce9dc306c0bbe08676ac414037 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=39f211e ]

ISIS-2086: adds metadata for 'isis.viewer.wicket.credit.{1|2|3}.{url|name|image}


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 4edb04e398013e367c7fa8c0803c8e5d2b505f30 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=4edb04e ]

ISIS-2086: converts 'isis.persistor.datanucleus.standaloneCollection.bulkLoad' 
to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 4259cbd906aa09e5cb31143f5a11f7a38967e09b in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=4259cbd ]

ISIS-2086: converts 'isis.viewer.wicket.bookmarkedPages.showChooser' to 
type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit a5b6a1ca1f7e04461464f689e4357cf454b03ddf in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a5b6a1c ]

ISIS-2086: refactors 'isis.viewer.wicket.whereAmI.*' (2 of em) to type-safe 
config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit bf86575acb25665eb0381e3f4e24a4f3bd8114c2 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=bf86575 ]

ISIS-2086: just reorders some of the config setting members for wicket


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 66641efd6f1a1ad15434e2a376136d8a9e9c1f67 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=66641ef ]

ISIS-2086: refactors 'isis.viewer.wicket.bookmarkedPages.maxSize' to type-safe 
config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 989821021c9e7961e85c514a60b82852fc3e7b2c in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=9898210 ]

ISIS-2086: refactors 'isis.viewer.wicket.*' to type-safe (about 6 of em)


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-10-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit b7dd5389e70a33e53409a8d7f4fb1b6658ba7c27 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=b7dd538 ]

ISIS-2086: declares 
isis.persistor.datanucleus.impl.javax.jdo.option.ConnectionURL in metadata

this can't be declared using type-safe config, because key must be called 
"ConnectionURL", (probably) not recognised by Spring.


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 37e390cefba7ed6014e2cb930aedd683ca86c733 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=37e390c ]

ISIS-2086: deletes Slf4jLogger

since unused; we have now moved over to log4j2.


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit b5e437b0eeb2f8681721f10e46186a197409b0d9 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=b5e437b ]

ISIS-2086: refactors 'isis.viewer.restfulobjects.honorUiHints' to type-safe 
config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit c0914541b2e3d509bbec5508f4ed0fe0056f0df2 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=c091454 ]

ISIS-2086: refactors 
'isis.authentication.shiro.autoLogoutIfAlreadyAuthenticated' to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 3269440c575182025e0f254df5ed0bca9393616c in isis's branch refs/heads/v2 
from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=3269440 ]

Merge pull request #148 from apache/ISIS-2086

more work on config beans

> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit b817f98b7c501f06e0f43c629d20c632c2b51779 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=b817f98 ]

ISIS-2086: refactors 'isis.viewer.restfulobjects.XXX' (7 more of them) to 
type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit b5e437b0eeb2f8681721f10e46186a197409b0d9 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=b5e437b ]

ISIS-2086: refactors 'isis.viewer.restfulobjects.honorUiHints' to type-safe 
config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 37e390cefba7ed6014e2cb930aedd683ca86c733 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=37e390c ]

ISIS-2086: deletes Slf4jLogger

since unused; we have now moved over to log4j2.


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit c0914541b2e3d509bbec5508f4ed0fe0056f0df2 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=c091454 ]

ISIS-2086: refactors 
'isis.authentication.shiro.autoLogoutIfAlreadyAuthenticated' to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit b817f98b7c501f06e0f43c629d20c632c2b51779 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=b817f98 ]

ISIS-2086: refactors 'isis.viewer.restfulobjects.XXX' (7 more of them) to 
type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 40a6323f15ee32aa144e31292720c9ddf665b5d3 in isis's branch 
refs/heads/ISIS-2086 from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=40a6323 ]

Merge pull request #147 from apache/ISIS-2086

more work on config beans

> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit ec620a53ad4b50a5ce492d7c98719d416524632e in isis's branch 
refs/heads/ISIS-2086 from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=ec620a5 ]

ISIS-2086: converting web-modules to use new config-beans

> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit ec620a53ad4b50a5ce492d7c98719d416524632e in isis's branch refs/heads/v2 
from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=ec620a5 ]

ISIS-2086: converting web-modules to use new config-beans

> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 9ef7e6d58eb52678224771251a1c8499180ffc94 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=9ef7e6d ]

ISIS-2086: renames #getConfiguration() to #getConfigurationLegacy() in 
WebModuleContext


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 40a6323f15ee32aa144e31292720c9ddf665b5d3 in isis's branch refs/heads/v2 
from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=40a6323 ]

Merge pull request #147 from apache/ISIS-2086

more work on config beans

> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 8ed5d0a051ab42d2e27f95227316a9da02eebf16 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=8ed5d0a ]

ISIS-2086: refactors '"isis.viewer.restfulobjects.strictAcceptChecking"' to 
type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit bf14d5f91c3323a27360d9918c04e23f0b492f01 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=bf14d5f ]

ISIS-2086: refactors 'isis.service.email.*' (about a dozen of them) to 
type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 983654a2e78f09f0bf1181150cdf1f7ac4815eb1 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=983654a ]

ISIS-2086: adds #getConfiguration back for RuntimeContextBase (RO)


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 29eecd1ca00a98512f5deb7c1c0f3c84711b2dcf in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=29eecd1 ]

ISIS-2086: refactors "isis.viewer.restfulobjects.gsoc2013.legacyParamDetails" 
to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 2e837ba45d3f1bcec9c2e5b0b03c17fca9aa0c77 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=2e837ba ]

ISIS-2086: renames ResourceContext#getConfiguration() to 
#getConfigurationLegacy() for RO viewer.


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 8ed5d0a051ab42d2e27f95227316a9da02eebf16 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=8ed5d0a ]

ISIS-2086: refactors '"isis.viewer.restfulobjects.strictAcceptChecking"' to 
type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 9ef7e6d58eb52678224771251a1c8499180ffc94 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=9ef7e6d ]

ISIS-2086: renames #getConfiguration() to #getConfigurationLegacy() in 
WebModuleContext


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 29eecd1ca00a98512f5deb7c1c0f3c84711b2dcf in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=29eecd1 ]

ISIS-2086: refactors "isis.viewer.restfulobjects.gsoc2013.legacyParamDetails" 
to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 2e837ba45d3f1bcec9c2e5b0b03c17fca9aa0c77 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=2e837ba ]

ISIS-2086: renames ResourceContext#getConfiguration() to 
#getConfigurationLegacy() for RO viewer.


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit bf14d5f91c3323a27360d9918c04e23f0b492f01 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=bf14d5f ]

ISIS-2086: refactors 'isis.service.email.*' (about a dozen of them) to 
type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 983654a2e78f09f0bf1181150cdf1f7ac4815eb1 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=983654a ]

ISIS-2086: adds #getConfiguration back for RuntimeContextBase (RO)


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 538097783f7b28389325eada2cd3ab5e15895310 in isis's branch 
refs/heads/ISIS-2086 from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=5380977 ]

ISIS-2086: fixes AuditableFacetForDomainObjectAnnotation

- AuditObjectsConfiguration was not handled properly in v2
- copy & pasted code from v1 into v2

> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit fa4dcf88cdd6b1c32f51354840776115acd897b9 in isis's branch 
refs/heads/ISIS-2086 from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=fa4dcf8 ]

Merge pull request #146 from apache/ISIS-2086

more work on config beans

> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit fa4dcf88cdd6b1c32f51354840776115acd897b9 in isis's branch refs/heads/v2 
from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=fa4dcf8 ]

Merge pull request #146 from apache/ISIS-2086

more work on config beans

> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 3a9bf35afd2f3e15cb812028a11063077d97 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=3a9 ]

ISIS-2086: converts 'isis.persistor.datanucleus.classMetadataLoadedListener' to 
type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 35840d059b51305fa6eb71cc5cca0f7ab1aa0bb9 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=35840d0 ]

ISIS-2086: refactors 'isis.reflector.validator.jdoql...' (2 of them) to 
type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 05dbdd3045824dfc0da074238320bc6db4bc6cc9 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=05dbdd3 ]

ISIS-2086: refactors 'isis.persistor.datanucleus.install-fixtures' as type-safe 
config (ctd)


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 57d155aadc4c8e8217d25afff1f6a2897e0bd898 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=57d155a ]

ISIS-2086: rework (unused) 'isis.persistor.enforceSafeSemantics' as type-safe 
config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 0117949c08e2071f4fd3dfec59f7616de8d81f6f in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=0117949 ]

ISIS-2086: refactors 'isis.reflector.introspector.mode' to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 6a1e923fcdf18517026b631bfefa73d0852b870e in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=6a1e923 ]

ISIS-2086: moves static method from IntrospectionMode to 
SpecificationLoaderDefault, so can move this enum


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 164e409145114942ecf3763691995a604a1aea17 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=164e409 ]

ISIS-2086: refactors 'isis.reflector.validator.allowDeprecated' to type-safe 
config.


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit e4cd74660f4d78d0bc27621cbc3d46aa934cacee in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=e4cd746 ]

ISIS-2086: refactors 
'isis.services.ExceptionRecognizerCompositeForJdoObjectStore.disable' to 
type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit c03f109640af678e86277039620eb114686074b2 in isis's branch refs/heads/v2 
from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=c03f109 ]

ISIS-2086: refactors 'isis.persistor.datanucleus.install-fixtures' as type-safe 
config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 05dbdd3045824dfc0da074238320bc6db4bc6cc9 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=05dbdd3 ]

ISIS-2086: refactors 'isis.persistor.datanucleus.install-fixtures' as type-safe 
config (ctd)


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 14a28ee89394ce502d99c26765e258845ae3ade0 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=14a28ee ]

ISIS-2086: declares 
'isis.persistor.datanucleus.impl.javax.jdo.option.connectionUrl' into the new 
type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit c03f109640af678e86277039620eb114686074b2 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=c03f109 ]

ISIS-2086: refactors 'isis.persistor.datanucleus.install-fixtures' as type-safe 
config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 57d155aadc4c8e8217d25afff1f6a2897e0bd898 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=57d155a ]

ISIS-2086: rework (unused) 'isis.persistor.enforceSafeSemantics' as type-safe 
config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 3a9bf35afd2f3e15cb812028a11063077d97 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=3a9 ]

ISIS-2086: converts 'isis.persistor.datanucleus.classMetadataLoadedListener' to 
type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 164e409145114942ecf3763691995a604a1aea17 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=164e409 ]

ISIS-2086: refactors 'isis.reflector.validator.allowDeprecated' to type-safe 
config.


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit e4cd74660f4d78d0bc27621cbc3d46aa934cacee in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=e4cd746 ]

ISIS-2086: refactors 
'isis.services.ExceptionRecognizerCompositeForJdoObjectStore.disable' to 
type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 35840d059b51305fa6eb71cc5cca0f7ab1aa0bb9 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=35840d0 ]

ISIS-2086: refactors 'isis.reflector.validator.jdoql...' (2 of them) to 
type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 6a1e923fcdf18517026b631bfefa73d0852b870e in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=6a1e923 ]

ISIS-2086: moves static method from IntrospectionMode to 
SpecificationLoaderDefault, so can move this enum


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 14a453648d156075a5ffb844d8f460b6a6ba6c20 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=14a4536 ]

ISIS-2086: refactors 'isis.reflector.introspector.parallelize' to type-safe 
config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 0117949c08e2071f4fd3dfec59f7616de8d81f6f in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=0117949 ]

ISIS-2086: refactors 'isis.reflector.introspector.mode' to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 39dfde505ee0e11a6d580c3c3b8df3f16284e746 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=39dfde5 ]

ISIS-2086: refactors 'isis.services.injector.setPrefix' and 
'isis.services.injector.injectPrefix' to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 4c5137b4298ead9af3ef441b65c2e67ee16e47b6 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=4c5137b ]

ISIS-2086: refactors 'isis.services.applicationFeatures.init' to type-safe 
config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit d86d14786c93c414d53ed4d85414d5a7dda281fb in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=d86d147 ]

ISIS-2086: refactors 'isis.reflector.facets.ignoreDeprecated' to type-safe 
config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 1cc00d2926e2624a154f72ac1645710b45d260be in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=1cc00d2 ]

ISIS-2086: refactors 'isis.services.publish.properties' to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 054f92681fee30455207f7e3395c04edfe16620c in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=054f926 ]

ISIS-2086: refactors 'isis.services.publish.properties' to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 591738393c24812ddbcb99a391799849aaef9949 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=5917383 ]

ISIS-2086: removes unused method, is all.


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit b169a16aa1fe2e24544733166726a7301651763c in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=b169a16 ]

ISIS-2086: refactors 'isis.reflector.validator.explicitObjectType' to type-safe 
config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 7eb12ff992f20c88d76ab7325920729ae7d32444 in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=7eb12ff ]

ISIS-2086: refactors 'isis.reflector.validator.mixinsOnly' to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-2086:
---

Commit 23f947ec2b0aa39e973f4209807d64f962b8277c in isis's branch 
refs/heads/ISIS-2086 from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=23f947e ]

ISIS-2086: refactors 'isis.services.command.properties' to type-safe config


> 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: Daniel Keir Haywood
>Assignee: Daniel Keir 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
(v8.3.4#803005)


  1   2   >