[jira] [Resolved] (DELTASPIKE-1332) support further cases for custom view-meta-data

2018-03-23 Thread Gerhard Petracek (JIRA)

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

Gerhard Petracek resolved DELTASPIKE-1332.
--
Resolution: Fixed

> support further cases for custom view-meta-data
> ---
>
> Key: DELTASPIKE-1332
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1332
> Project: DeltaSpike
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 1.8.1
>Reporter: Gerhard Petracek
>Assignee: Gerhard Petracek
>Priority: Major
> Fix For: 1.8.2
>
>
> if meta-data gets merged (and not aggregated), merging with primitive types 
> is currently only supported if there is a default-value. otherwise 
> annotation-proxies throw a NPE.
> use-case e.g.:
> @WizardStep(1) shouldn't require a default-value 



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


[jira] [Resolved] (DELTASPIKE-1331) minor type improvement of the ViewConfigNode spi

2018-03-23 Thread Gerhard Petracek (JIRA)

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

Gerhard Petracek resolved DELTASPIKE-1331.
--
Resolution: Fixed

> minor type improvement of the ViewConfigNode spi
> 
>
> Key: DELTASPIKE-1331
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1331
> Project: DeltaSpike
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 1.8.1
>Reporter: Gerhard Petracek
>Assignee: Gerhard Petracek
>Priority: Trivial
> Fix For: 1.8.2
>
>
> usually #getMetaData is enough, however, to get the +physical+ annotations 
> via #getSource a cast from Class to Class is needed



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


[jira] [Commented] (DELTASPIKE-1331) minor type improvement of the ViewConfigNode spi

2018-03-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412210#comment-16412210
 ] 

ASF subversion and git services commented on DELTASPIKE-1331:
-

Commit fe0106d4a0ceaded2f6f38bdc83292de2b4f in deltaspike's branch 
refs/heads/master from [~gpetracek]
[ https://git-wip-us.apache.org/repos/asf?p=deltaspike.git;h=fe0106d ]

DELTASPIKE-1331 improved method signature of ViewConfigNode#getSource


> minor type improvement of the ViewConfigNode spi
> 
>
> Key: DELTASPIKE-1331
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1331
> Project: DeltaSpike
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 1.8.1
>Reporter: Gerhard Petracek
>Assignee: Gerhard Petracek
>Priority: Trivial
> Fix For: 1.8.2
>
>
> usually #getMetaData is enough, however, to get the +physical+ annotations 
> via #getSource a cast from Class to Class is needed



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


[jira] [Commented] (DELTASPIKE-1332) support further cases for custom view-meta-data

2018-03-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412211#comment-16412211
 ] 

ASF subversion and git services commented on DELTASPIKE-1332:
-

Commit 82596c5749686ab5c747f191b1b8ee8359ae54d7 in deltaspike's branch 
refs/heads/master from [~gpetracek]
[ https://git-wip-us.apache.org/repos/asf?p=deltaspike.git;h=82596c5 ]

DELTASPIKE-1332 support custom view-meta-data without default-values for 
primitive data-types


> support further cases for custom view-meta-data
> ---
>
> Key: DELTASPIKE-1332
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1332
> Project: DeltaSpike
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 1.8.1
>Reporter: Gerhard Petracek
>Assignee: Gerhard Petracek
>Priority: Major
> Fix For: 1.8.2
>
>
> if meta-data gets merged (and not aggregated), merging with primitive types 
> is currently only supported if there is a default-value. otherwise 
> annotation-proxies throw a NPE.
> use-case e.g.:
> @WizardStep(1) shouldn't require a default-value 



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


[jira] [Created] (DELTASPIKE-1332) support further cases for custom view-meta-data

2018-03-23 Thread Gerhard Petracek (JIRA)
Gerhard Petracek created DELTASPIKE-1332:


 Summary: support further cases for custom view-meta-data
 Key: DELTASPIKE-1332
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1332
 Project: DeltaSpike
  Issue Type: Improvement
  Components: Core
Affects Versions: 1.8.1
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 1.8.2


if meta-data gets merged (and not aggregated), merging with primitive types is 
currently only supported if there is a default-value. otherwise 
annotation-proxies throw a NPE.

use-case e.g.:
@WizardStep(1) shouldn't require a default-value 



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


[jira] [Created] (DELTASPIKE-1331) minor type improvement of the ViewConfigNode spi

2018-03-23 Thread Gerhard Petracek (JIRA)
Gerhard Petracek created DELTASPIKE-1331:


 Summary: minor type improvement of the ViewConfigNode spi
 Key: DELTASPIKE-1331
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1331
 Project: DeltaSpike
  Issue Type: Improvement
  Components: Core
Affects Versions: 1.8.1
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 1.8.2


usually #getMetaData is enough, however, to get the +physical+ annotations via 
#getSource a cast from Class to Class is needed



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