Re: [DISCUSS] Workflow for contributions

2012-01-18 Thread Gerhard Petracek
/17 Gerhard Petracek gerhard.petra...@gmail.com: hi @ all, as we have seen the suggestion of christian works pretty well and at least for contributions via patches, we should use it imo (it's better than the typical thx to [name of contributor] in the commit message). @christian

[jira] [Created] (DELTASPIKE-53) annotation literals for std. cdi annotations

2012-01-18 Thread Gerhard Petracek (Created) (JIRA)
Reporter: Gerhard Petracek Assignee: Gerhard Petracek -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more

[jira] [Created] (DELTASPIKE-54) dynamic literal builder for simple annotations

2012-01-18 Thread Gerhard Petracek (Created) (JIRA)
Reporter: Gerhard Petracek Assignee: Gerhard Petracek usage SimpleLiteral.of(MySimpleAnnotation.class) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure

[DISCUSS] [DELTASPIKE-53] annotation literals for std. cdi annotations

2012-01-18 Thread Gerhard Petracek
hi @ all, while reviewing DELTASPIKE-45 i saw that some literal implementations for std. cdi annotations got into deltaspike as well. in myfaces codi we also have some literal implementations. esp. for DELTASPIKE-45 they make a lot of sense imo. - i created DELTASPIKE-53 and since there is just

[DISCUSS] [DELTASPIKE-54] dynamic literal-helper for simple annotations

2012-01-18 Thread Gerhard Petracek
hi @ all, like DELTASPIKE-53 this ticket is also related to DELTASPIKE-45. for users it might be useful to use: SimpleLiteral.of(MySimpleAnnotation.class) in combination with the builder methods instead of implementing literals manually (just for using them with the default values). at [1] you

Re: [DISCUSS] [DELTASPIKE-54] dynamic literal-helper for simple annotations

2012-01-18 Thread Gerhard Petracek
want to add the XML stuff soon I think? On 18 Jan 2012, at 17:27, Gerhard Petracek wrote: no - it's just that simple. ok - i'll edit the issue to review and discuss AnnotationInstanceProvider. thx regards, gerhard 2012/1/18 Pete Muir pm...@redhat.com +1. Solder offers

[jira] [Resolved] (DELTASPIKE-54) review and discuss the dynamic literal builder for simple annotations

2012-01-18 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-54. Resolution: Won't Fix Fix Version/s: 0.1 AnnotationInstanceProvider

[jira] [Updated] (DELTASPIKE-54) review and discuss DefaultAnnotation

2012-01-18 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-54: --- Fix Version/s: (was: 0.1) Summary: review and discuss

Re: [DISCUSS] [DELTASPIKE-54] AnnotationInstanceProvider

2012-01-18 Thread Gerhard Petracek
as mentioned by pete (earlier), the additional features (DELTASPIKE-54 vs DELTASPIKE-55) aren't type-safe. - +0.5 afaik we will need it for further features which need such a generic approach (no +1 because we haven't discussed them so far) regards, gerhard 2012/1/18 Jason Porter

Re: [DISCUSS] Workflow for contributions

2012-01-17 Thread Gerhard Petracek
hi @ all, as we have seen the suggestion of christian works pretty well and at least for contributions via patches, we should use it imo (it's better than the typical thx to [name of contributor] in the commit message). @christian: if there are no objections, it would be nice if you add it to

[jira] [Resolved] (DELTASPIKE-35) Create testing structure

2012-01-17 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-35. Resolution: Fixed the new approach works for all tests which don't change

[jira] [Resolved] (DELTASPIKE-52) documentation for ConfigResolver and ConfigSource

2012-01-17 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-52. Resolution: Fixed Fix Version/s: 0.1 documentation

[jira] [Reopened] (DELTASPIKE-45) AnnotatedTypeBuilder

2012-01-17 Thread Gerhard Petracek (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek reopened DELTASPIKE-45: re-opening for discussing the review AnnotatedTypeBuilder

[jira] [Updated] (DELTASPIKE-45) AnnotatedTypeBuilder

2012-01-17 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-45: --- Attachment: DELTASPIKE-45_reduced_visibility.patch AnnotatedTypeBuilder

Re: DeltaSpike IP clarifications

2012-01-17 Thread Gerhard Petracek
hi matt, imo we have to care about it in case of other external contributions we are going to get quite soon. however, in case of seam3 i don't see any issue at all. #1 redhat has a ccla on file #2 they contacted us [1] to join forces (and they found out that the asf is also a great place for

Re: Please review DELTASPIKE-45

2012-01-17 Thread Gerhard Petracek
hi @ all, today i reviewed it. my findings: #1: imo we shouldn't have public impl classes in the api module if we can avoid it. i made a small refactoring to reduce the visibility of those classes and i attached a patch which shows the suggestion at [1]. #2: i had a short talk with pete about

[jira] [Commented] (DELTASPIKE-45) AnnotatedTypeBuilder

2012-01-17 Thread Gerhard Petracek (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13188301#comment-13188301 ] Gerhard Petracek commented on DELTASPIKE-45: i haven't committed it because

Re: git commit: DELTASPIKE-50 javadoc for ConfigSource#getOrdinal

2012-01-14 Thread Gerhard Petracek
here we really just talk about the better default (which can be changed easily - in both cases). the following part is just important for projects which use both - jndi and system properties for the same low-level config-entry (e.g. the project-stage) from the perspective of our users: the

official github mirror (was: Re: intermediate github mirror)

2012-01-13 Thread Gerhard Petracek
hi @ all, plans changed and our great infra team created the official mirror [1] sooner. (fyi: it will be migrated to the new approach as soon as it is available.) regards, gerhard [1] https://github.com/apache/incubator-deltaspike 2012/1/12 Gerhard Petracek gerhard.petra...@gmail.com hi

[jira] [Commented] (DELTASPIKE-35) Create testing structure

2012-01-13 Thread Gerhard Petracek (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13185551#comment-13185551 ] Gerhard Petracek commented on DELTASPIKE-35: imo we can close it and mark

[jira] [Assigned] (DELTASPIKE-18) unit and integration tests for BeanManagerProvider

2012-01-13 Thread Gerhard Petracek (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek reassigned DELTASPIKE-18: -- Assignee: Gerhard Petracek (was: Mark Struberg) unit and integration

Re: [ANNOUNCE] Welcome Dan Allen and Lincoln Baxter III as DeltaSpike committers

2012-01-13 Thread Gerhard Petracek
welcome! regards, gerhard 2012/1/13 Mark Struberg strub...@yahoo.de Hi! The DeltaSpike team is happy to welcome Dan Allen and Lincoln Baxter III as new committers to our project. Welcome folks, and we hope you enjoy being part of this community! the Apache DeltaSpike PPMC

[jira] [Created] (DELTASPIKE-50) ConfigResolver and ConfigSource

2012-01-13 Thread Gerhard Petracek (Created) (JIRA)
Petracek Assignee: Gerhard Petracek -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http

[jira] [Created] (DELTASPIKE-51) unit and integration tests for ConfigResolver and ConfigSource

2012-01-13 Thread Gerhard Petracek (Created) (JIRA)
-task Reporter: Gerhard Petracek Assignee: Gerhard Petracek -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more

[jira] [Created] (DELTASPIKE-52) documentation for ConfigResolver and ConfigSource

2012-01-13 Thread Gerhard Petracek (Created) (JIRA)
: Documentation Reporter: Gerhard Petracek Assignee: Gerhard Petracek -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa

[jira] [Updated] (DELTASPIKE-18) unit and integration tests for BeanManagerProvider

2012-01-13 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-18: --- Component/s: (was: Core) Tests unit and integration

[jira] [Updated] (DELTASPIKE-25) unit and integration tests for Deactivatable

2012-01-13 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-25: --- Component/s: (was: Core) Tests unit and integration

[jira] [Updated] (DELTASPIKE-43) unit and integration tests for @Exclude

2012-01-13 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-43: --- Component/s: (was: Core) Tests unit and integration

[jira] [Resolved] (DELTASPIKE-49) Remove -XX:+UseFastAccessorMethods as JVM argument for Jboss startup for integration tests

2012-01-13 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-49. Resolution: Fixed Fix Version/s: 0.1 Remove -XX

[DISCUSS] deltaspike v0.1

2012-01-13 Thread Gerhard Petracek
hi @ all, we resolved over 30 jira-tickets and we finished (agreement + import/implementation) ~10 mechanisms/features. imo: we should release early and often + it would be nice to start with the first steps for a release and start with the release of v0.1 in about 1-2 weeks. (the first release

[jira] [Resolved] (DELTASPIKE-43) unit and integration tests for @Exclude

2012-01-11 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-43. Resolution: Fixed Fix Version/s: 0.1-SNAPSHOT unit and integration

[jira] [Resolved] (DELTASPIKE-44) documentation for @Exclude

2012-01-11 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-44. Resolution: Fixed Fix Version/s: 0.1-SNAPSHOT documentation

[jira] [Assigned] (DELTASPIKE-22) unit and integration tests for ProjectStage

2012-01-10 Thread Gerhard Petracek (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek reassigned DELTASPIKE-22: -- Assignee: Gerhard Petracek (was: Mark Struberg) unit and integration

Re: Please review DELTASPIKE-45

2012-01-09 Thread Gerhard Petracek
Message - From: Gerhard Petracek gerhard.petra...@gmail.com To: deltaspike-dev@incubator.apache.org Cc: Sent: Saturday, January 7, 2012 9:55 PM Subject: Re: Please review DELTASPIKE-45 hi jason, the only alternative which comes to my mind right now is to move the impl classes

[jira] [Issue Comment Edited] (DELTASPIKE-42) @Exclude

2012-01-09 Thread Gerhard Petracek (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13180819#comment-13180819 ] Gerhard Petracek edited comment on DELTASPIKE-42 at 1/9/12 7:08 PM

[jira] [Resolved] (DELTASPIKE-26) documentation for Deactivatable

2012-01-09 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-26. Resolution: Fixed Fix Version/s: 0.1-SNAPSHOT documentation

[jira] [Created] (DELTASPIKE-48) review sonar findings

2012-01-08 Thread Gerhard Petracek (Created) (JIRA)
review sonar findings - Key: DELTASPIKE-48 URL: https://issues.apache.org/jira/browse/DELTASPIKE-48 Project: DeltaSpike Issue Type: Task Components: Core Reporter: Gerhard Petracek

[jira] [Resolved] (DELTASPIKE-19) documentation for BeanManagerProvider

2012-01-08 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-19. Resolution: Fixed Fix Version/s: 0.1-SNAPSHOT Assignee: Gerhard

[jira] [Updated] (DELTASPIKE-18) unit and integration tests for BeanManagerProvider

2012-01-08 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-18: --- Description: we need tests for: - after a container is bootstrapped

[jira] [Commented] (DELTASPIKE-41) add java-se cdi-example

2012-01-08 Thread Gerhard Petracek (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182390#comment-13182390 ] Gerhard Petracek commented on DELTASPIKE-41: BeanProvider example finished

[jira] [Commented] (DELTASPIKE-18) unit and integration tests for BeanManagerProvider

2012-01-08 Thread Gerhard Petracek (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182388#comment-13182388 ] Gerhard Petracek commented on DELTASPIKE-18: integration test finished

[jira] [Updated] (DELTASPIKE-12) define coding conventions

2012-01-07 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-12: --- Attachment: (was: deltaspike-code-conventions.xml) define coding

Re: incubator project status page

2012-01-07 Thread Gerhard Petracek
hi @ all, we should also add ppmc members to the page. regards, gerhard 2011/12/30 Gerhard Petracek gerhard.petra...@gmail.com ok - thx jakob. regards, gerhard 2011/12/30 Jakob Korherr jakob.korh...@gmail.com Hi, I just created http://incubator.apache.org/projects

Re: The following initial commiters are missing ASF

2012-01-07 Thread Gerhard Petracek
hi lincoln, yes - we will need it. that's usually part of the invitation mail. however, since you are aware of this vote (that isn't the case usually), you can send it at any time. regards, gerhard 2012/1/8 Lincoln Baxter, III lincolnbax...@gmail.com Thanks guys. Do you need an apache ID or

Re: The following initial commiters are missing ASF

2012-01-07 Thread Gerhard Petracek
short addition: this thread isn't a vote - it's just a discussion, but the rest doesn't change. regards, gerhard 2012/1/8 Gerhard Petracek gerhard.petra...@gmail.com hi lincoln, yes - we will need it. that's usually part of the invitation mail. however, since you are aware of this vote

[jira] [Created] (DELTASPIKE-45) AnnotatedTypeBuilder

2012-01-06 Thread Gerhard Petracek (Created) (JIRA)
AnnotatedTypeBuilder Key: DELTASPIKE-45 URL: https://issues.apache.org/jira/browse/DELTASPIKE-45 Project: DeltaSpike Issue Type: New Feature Components: Core Reporter: Gerhard Petracek

[jira] [Updated] (DELTASPIKE-45) AnnotatedTypeBuilder

2012-01-06 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-45: --- Reporter: Jason Porter (was: Gerhard Petracek) AnnotatedTypeBuilder

Re: [DISCUSS] [DELTASPIKE-6] ProjectStageActivated

2012-01-03 Thread Gerhard Petracek
the name, I think anything -ed makes sense for CDI integration, so +1 for ProjectStageActivated On Sun, Jan 1, 2012 at 7:55 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi, christian sent his opinion about the name. @others: please also send your

Re: [DISCUSS] [DELTASPIKE-7] ExpressionActivated

2012-01-03 Thread Gerhard Petracek
Porter lightguard...@gmail.com wrote: +1 for @ActivatedOnExpression. It reads better which goes a long way for easy to use, self documenting code. Sent from my iPhone On Jan 1, 2012, at 17:57, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi, please send your

[DISCUSS] merging of features (@Veto, @ProjectStageActivated and @ExpressionActivated)

2012-01-03 Thread Gerhard Petracek
hi @ all, we came up with a new idea to merge @Veto, @ProjectStageActivated and @ExpressionActivated. arne combined [1] some of the previous suggestions and the result would solve the @Veto naming discussion as well. if we merge those features, we would get something like: @Exclude

Re: [DISCUSS] merging of features (@Veto, @ProjectStageActivated and @ExpressionActivated)

2012-01-03 Thread Gerhard Petracek
as discussed with mark we could think about details like inProjectStage vs ifProjectStage, however, basically +1 regards, gerhard 2012/1/3 Gerhard Petracek gerhard.petra...@gmail.com hi @ all, we came up with a new idea to merge @Veto, @ProjectStageActivated and @ExpressionActivated

Re: suggested git workflow/s

2012-01-03 Thread Gerhard Petracek
forward merges when you commit your branch back to master. As long as your rebase your branch onto the latest from master before your merge you'll be fine. On Tue, Jan 3, 2012 at 16:58, Gerhard Petracek gerhard.petra...@gmail.comwrote: the idea/s of this proposal: the commit history should

Re: Project Planning

2012-01-02 Thread Gerhard Petracek
outcome. Sent from my iPhone On Jan 1, 2012, at 18:08, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi mark, you are right - however, that's also only a basic agreement (see NarrowingBeanBuilder and AnnotatedTypeBuilder) regards, gerhard 2012/1/2 Mark Struberg strub

[jira] [Commented] (DELTASPIKE-21) ProjectStage

2012-01-01 Thread Gerhard Petracek (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13178243#comment-13178243 ] Gerhard Petracek commented on DELTASPIKE-21: ProjectStageProducer imported

[jira] [Commented] (DELTASPIKE-40) add project name as prefix to artifact-ids

2011-12-31 Thread Gerhard Petracek (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13177985#comment-13177985 ] Gerhard Petracek commented on DELTASPIKE-40: it's very important to have

[jira] [Resolved] (DELTASPIKE-20) move util methods to CdiUtils

2011-12-31 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-20. Resolution: Fixed move util methods to CdiUtils

[jira] [Created] (DELTASPIKE-41) add java-se cdi-example

2011-12-31 Thread Gerhard Petracek (Created) (JIRA)
add java-se cdi-example --- Key: DELTASPIKE-41 URL: https://issues.apache.org/jira/browse/DELTASPIKE-41 Project: DeltaSpike Issue Type: Task Reporter: Gerhard Petracek Assignee: Gerhard Petracek

Re: incubator project status page

2011-12-30 Thread Gerhard Petracek
ok - thx jakob. regards, gerhard 2011/12/30 Jakob Korherr jakob.korh...@gmail.com Hi, I just created http://incubator.apache.org/projects/deltaspike.html, following the instructions at [1]. It should be available soon (after the sync is finished). I added all the basic information

[jira] [Reopened] (DELTASPIKE-20) move util methods to CdiUtils

2011-12-30 Thread Gerhard Petracek (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek reopened DELTASPIKE-20: #getContextualReferences is missing move util methods to CdiUtils

suggested git workflow/s

2011-12-29 Thread Gerhard Petracek
hi @ all, mark added some additional suggestions to the wiki [1]. besides that we have to discuss further topics like: - file encoding - line-endings - usage of special characters regards, gerhard [1] https://cwiki.apache.org/confluence/display/DeltaSpike/Suggested+Git+Workflows

Re: [DISCUSS] [DELTASPIKE-8] @Veto

2011-12-29 Thread Gerhard Petracek
the easiest way in this case is a formal vote about @Veto vs @Exclude vs @Unmanaged/@NotManaged regards, gerhard 2011/12/30 Dan Allen dan.j.al...@gmail.com On Wed, Dec 28, 2011 at 11:55, Marius Bogoevici marius.bogoev...@gmail.comwrote: I suggested @Unmanaged (or even @NotManaged, or

[jira] [Resolved] (DELTASPIKE-28) review and discuss ServiceProvider

2011-12-28 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-28. Resolution: Later we have to re-visit this topic, if a majority

[jira] [Resolved] (DELTASPIKE-24) Deactivatable

2011-12-28 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-24. Resolution: Fixed Deactivatable - Key

[jira] [Commented] (DELTASPIKE-36) review and discuss ConfiguredValueResolver

2011-12-28 Thread Gerhard Petracek (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13176957#comment-13176957 ] Gerhard Petracek commented on DELTASPIKE-36: https://git-wip-us.apache.org

[jira] [Issue Comment Edited] (DELTASPIKE-36) review and discuss ConfiguredValueResolver

2011-12-28 Thread Gerhard Petracek (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13176957#comment-13176957 ] Gerhard Petracek edited comment on DELTASPIKE-36 at 12/29/11 2:47 AM

[jira] [Commented] (DELTASPIKE-36) config-service

2011-12-27 Thread Gerhard Petracek (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13176342#comment-13176342 ] Gerhard Petracek commented on DELTASPIKE-36: in myfaces codi it's handled

[jira] [Updated] (DELTASPIKE-36) review and discuss ConfiguredValueResolver

2011-12-27 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-36: --- Issue Type: Task (was: New Feature) Summary: review and discuss

[jira] [Commented] (DELTASPIKE-36) review and discuss ConfiguredValueResolver

2011-12-27 Thread Gerhard Petracek (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13176347#comment-13176347 ] Gerhard Petracek commented on DELTASPIKE-36: we could think about using

[jira] [Commented] (DELTASPIKE-36) review and discuss ConfiguredValueResolver

2011-12-27 Thread Gerhard Petracek (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13176350#comment-13176350 ] Gerhard Petracek commented on DELTASPIKE-36: if we agree on a manual

[jira] [Issue Comment Edited] (DELTASPIKE-36) review and discuss ConfiguredValueResolver

2011-12-27 Thread Gerhard Petracek (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13176342#comment-13176342 ] Gerhard Petracek edited comment on DELTASPIKE-36 at 12/27/11 11:30 PM

[jira] [Issue Comment Edited] (DELTASPIKE-36) review and discuss ConfiguredValueResolver

2011-12-27 Thread Gerhard Petracek (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13176347#comment-13176347 ] Gerhard Petracek edited comment on DELTASPIKE-36 at 12/27/11 11:41 PM

Re: [DISCUSS] [DELTASPIKE-8] @Veto

2011-12-27 Thread Gerhard Petracek
to ProcessAnnotatedType.veto(), which is precisely what happens to such annotated types. I have mixed feelings about @Exclude - I'd rather not introduce a new term, especially one that does not immediately make you think of CDI processing. On 2011-12-26, at 6:41 PM, Gerhard Petracek wrote: it looks like

Re: [DISCUSS] [DELTASPIKE-8] @Veto

2011-12-27 Thread Gerhard Petracek
represents the default implementation of the bean, correct? so an app developer can create a manual producer... right? On Tue, Dec 27, 2011 at 7:24 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: +1 for @Unmanaged (+1 for @Exclude if it's the only alternative we can agree on) regards

[jira] [Resolved] (DELTASPIKE-29) review and discuss BeanNames

2011-12-27 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-29. Resolution: Later review and discuss BeanNames

[jira] [Issue Comment Edited] (DELTASPIKE-37) type-safe DeltaSpikeConfig

2011-12-27 Thread Gerhard Petracek (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13176418#comment-13176418 ] Gerhard Petracek edited comment on DELTASPIKE-37 at 12/28/11 2:53 AM

[jira] [Updated] (DELTASPIKE-36) review and discuss ConfiguredValueResolver

2011-12-27 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-36: --- Issue Type: Sub-task (was: Task) Parent: DELTASPIKE-2 review

Re: [DISCUSS] [DELTASPIKE-8] @Veto

2011-12-26 Thread Gerhard Petracek
these are the names that were suggested: @Veto @Skip @Exclude @Deactivate @Ignore 2011/12/23 Gerhard Petracek gerhard.petra...@gmail.com: hi arne, would be also ok for me - +1 regards, gerhard 2011/12/23 Arne Limburg arne.limb...@openknowledge.de What about @Exclude

Re: Testing structure

2011-12-25 Thread Gerhard Petracek
+1 regards, gerhard 2011/12/25 Mark Struberg strub...@yahoo.de +1 for org.apache.deltaspike.core.test +1 for test structure. LieGrue, strub - Original Message - From: Jason Porter lightguard...@gmail.com To: deltaspike-dev@incubator.apache.org Cc: Sent: Sunday,

Re: [DISCUSS] [DELTASPIKE-27] CodiConfig

2011-12-25 Thread Gerhard Petracek
/incubator/DeltaSpikeProposal#line-175 2011/12/24 John D. Ament john.d.am...@gmail.com +1 How about SpikeConfig? On Fri, Dec 23, 2011 at 3:27 AM, Gerhard Petracek gerhard.petra...@gmail.com wrote: +1 for a new name. (initially it was a bit more. we reduced the functionality later

Re: git repository

2011-12-23 Thread Gerhard Petracek
...@gmail.com Gerhard, I am John Ament (Independent contributor) - John On Thu, Dec 22, 2011 at 11:23 AM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi john, you are still listed as initial committer (- ppmc member) at [1]. regards, gerhard [1] http://wiki.apache.org

Re: [DISCUSS] [DELTASPIKE-27] CodiConfig

2011-12-23 Thread Gerhard Petracek
SPI classes which are to be implemented/overwritten in a customer project to configure the provided functionality. LieGrue, strub - Original Message - From: Gerhard Petracek gerhard.petra...@gmail.com To: deltaspike-dev@incubator.apache.org Cc: Sent

[jira] [Commented] (DELTASPIKE-20) move util methods to CdiUtils

2011-12-23 Thread Gerhard Petracek (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13175348#comment-13175348 ] Gerhard Petracek commented on DELTASPIKE-20: if you provide a name, type

Re: basic decisions: test setup

2011-12-23 Thread Gerhard Petracek
i would suggest that we start with an approach which is available right now and to refactor the tests later on (as soon as the mentioned approach is available in arquillian). @dan: yes - the basic idea is very similar to manila. +1 for adding the basic approach to arquillian itself and using it.

Re: [DISCUSS] [DELTASPIKE-8] @Veto

2011-12-23 Thread Gerhard Petracek
+0.5 for @Skip as mentioned in the original thread @Veto is accurate from a technical perspective, but it sounds strange for users who aren't aware of the mechanism behind. if we are talking only about @Veto vs @Skip and not about the other alternatives: +1 for @Skip regards, gerhard

Re: [DISCUSS] [DELTASPIKE-8] @Veto

2011-12-23 Thread Gerhard Petracek
hi arne, would be also ok for me - +1 regards, gerhard 2011/12/23 Arne Limburg arne.limb...@openknowledge.de What about @Exclude? Cheers, Arne -Ursprüngliche Nachricht- Von: Gerhard Petracek [mailto:gerhard.petra...@gmail.com] Gesendet: Freitag, 23. Dezember 2011 21:28

Re: [jira] [Created] (DELTASPIKE-13) Choose documentation format and tools

2011-12-23 Thread Gerhard Petracek
and provide that on github. then we play around with it and if it turns out to be good, then we can just push this branch to ds.asf:master wdyt? LieGrue, strub - Original Message - From: Gerhard Petracek gerhard.petra...@gmail.com To: deltaspike-dev@incubator.apache.org Cc: Sent

[jira] [Created] (DELTASPIKE-33) deltaspike website

2011-12-22 Thread Gerhard Petracek (Created) (JIRA)
deltaspike website -- Key: DELTASPIKE-33 URL: https://issues.apache.org/jira/browse/DELTASPIKE-33 Project: DeltaSpike Issue Type: Task Reporter: Gerhard Petracek Assignee: Gerhard Petracek see: http

[jira] [Created] (DELTASPIKE-34) create public key file

2011-12-22 Thread Gerhard Petracek (Created) (JIRA)
create public key file -- Key: DELTASPIKE-34 URL: https://issues.apache.org/jira/browse/DELTASPIKE-34 Project: DeltaSpike Issue Type: Task Reporter: Gerhard Petracek Assignee: Gerhard Petracek

[jira] [Resolved] (DELTASPIKE-34) create public key file

2011-12-22 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-34. Resolution: Fixed Fix Version/s: 1.0.0-incubating create public key

Re: basic decisions - package and class naming

2011-12-21 Thread Gerhard Petracek
i agree with mark. regards, gerhard 2011/12/21 Mark Struberg strub...@yahoo.de As I see it we have 3 different options: 1.) .api.* + .impl.* because it's more easy to 'grab' any api package in e.g. an Arquillian test. If we don't have the modulename.api package name, then we cannot do

[jira] [Created] (DELTASPIKE-17) BeanManagerProvider

2011-12-21 Thread Gerhard Petracek (Created) (JIRA)
BeanManagerProvider --- Key: DELTASPIKE-17 URL: https://issues.apache.org/jira/browse/DELTASPIKE-17 Project: DeltaSpike Issue Type: New Feature Components: Core Reporter: Gerhard Petracek

[jira] [Updated] (DELTASPIKE-18) unit and integration tests for BeanManagerProvider

2011-12-21 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-18: --- Description: we need tests for: - after a container is bootstrapped

[jira] [Assigned] (DELTASPIKE-18) unit and integration tests for BeanManagerProvider

2011-12-21 Thread Gerhard Petracek (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek reassigned DELTASPIKE-18: -- Assignee: Mark Struberg (was: Gerhard Petracek) unit and integration

[jira] [Assigned] (DELTASPIKE-19) documentation for BeanManagerProvider

2011-12-21 Thread Gerhard Petracek (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek reassigned DELTASPIKE-19: -- Assignee: Mark Struberg (was: Gerhard Petracek) documentation

[jira] [Assigned] (DELTASPIKE-20) move util methods to CdiUtils

2011-12-21 Thread Gerhard Petracek (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek reassigned DELTASPIKE-20: -- Assignee: Mark Struberg (was: Gerhard Petracek) move util methods

[jira] [Resolved] (DELTASPIKE-4) review and discuss ProjectStage

2011-12-21 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-4. --- Resolution: Fixed we agreed on adding it - see http://s.apache.org

[jira] [Created] (DELTASPIKE-21) ProjectStage

2011-12-21 Thread Gerhard Petracek (Created) (JIRA)
ProjectStage Key: DELTASPIKE-21 URL: https://issues.apache.org/jira/browse/DELTASPIKE-21 Project: DeltaSpike Issue Type: New Feature Components: Core Reporter: Gerhard Petracek Assignee: Mark

[jira] [Updated] (DELTASPIKE-21) ProjectStage

2011-12-21 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-21: --- Description: original feature: https://issues.apache.org/jira/browse/EXTCDI-9

[jira] [Created] (DELTASPIKE-23) documentation for ProjectStage

2011-12-21 Thread Gerhard Petracek (Created) (JIRA)
documentation for ProjectStage -- Key: DELTASPIKE-23 URL: https://issues.apache.org/jira/browse/DELTASPIKE-23 Project: DeltaSpike Issue Type: Sub-task Reporter: Gerhard Petracek Assignee

Re: [DISCUSS] [DELTASPIKE-5] Deactivatable

2011-12-21 Thread Gerhard Petracek
On 2011-12-19, at 2:49 PM, Gerhard Petracek wrote: hi @ all, fyi: please check [1] before you answer. [2] provides a short introduction as well as the basic usage. the basic concept: pre-configured cdi artifacts (like implementations of javax.enterprise.inject.spi.Extension

<    3   4   5   6   7   8   9   >