[jira] [Created] (EXTCDI-168) @Page should support a name-filter

2011-04-18 Thread Gerhard Petracek (JIRA)
@Page should support a name-filter
--

 Key: EXTCDI-168
 URL: https://issues.apache.org/jira/browse/EXTCDI-168
 Project: MyFaces CODI
  Issue Type: Improvement
  Components: JEE-JSF12-Module, JEE-JSF20-Module
Affects Versions: 0.9.5
Reporter: Christoph Ebner
Assignee: Gerhard Petracek


it should be possible to customize the naming conventions.
e.g. it should be possible to use MyFolder$MyPage which gets mapped to 
/myfolder/myPage.xhtml 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (EXTCDI-162) re-visit implementation of custom project stages.

2011-04-18 Thread Gerhard Petracek (JIRA)

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

Gerhard Petracek resolved EXTCDI-162.
-

   Resolution: Fixed
Fix Version/s: 0.9.5
 Assignee: Gerhard Petracek

 re-visit implementation of custom project stages.
 -

 Key: EXTCDI-162
 URL: https://issues.apache.org/jira/browse/EXTCDI-162
 Project: MyFaces CODI
  Issue Type: Task
  Components: Core
Affects Versions: 0.9.4
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.9.5


 if users forget @Typed(), they would see an AmbiguousResolutionException.
 cdi-qualifiers aren't supported (in case of project-stages). so @Typed() is 
 required all the time.
 currently valid example:
 public class CustomProjectStage implements ProjectStageHolder
 {
 @Typed()
 public static final class Debugging extends ProjectStage
 {
 private static final long serialVersionUID = -8626602281649294170L;
 }
 public static final Debugging Debugging = new Debugging();
 }
 since there is no support for cdi-qualifiers, we could veto those classes. 
 that would allow to skip the @Typed() but the rest would be the same (because 
 codi will still find them).
 pro: users don't have to use @Typed() explicitly (and they won't see the 
 AmbiguousResolutionException, if they forget using @Typed())
 con: it isn't std. cdi - but adding @Typed() even though it isn't needed 
 wouldn't harm.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[RESULT] [VOTE] Release myfaces-site-skin 3

2011-04-18 Thread Bernd Bohmann
The vote has passed with the following results:

+1

matzew(binding)
lofwyr (binding)
bommel (binding)
werpu(binding)
gpetracek(binding)
hazems
sobryan(binding)
jakobk(binding)
lu4242(binding)

I will proceed with the next steps.

Regards

Bernd


On Thu, Apr 14, 2011 at 2:23 PM, Leonardo Uribe lu4...@gmail.com wrote:
 +1

 regards,

 Leonardo

 2011/4/14 Jakob Korherr jakob.korh...@gmail.com

 +1

 Regards,
 Jakob

 2011/4/14 Scott O'Bryan darkar...@gmail.com:
  +1
 
  Sent from my iPhone
  On Apr 13, 2011, at 6:35 PM, Hazem Saleh haz...@apache.org wrote:
 
  +1
 
  On Wed, Apr 13, 2011 at 9:13 AM, Gerhard Petracek
  gerhard.petra...@gmail.com wrote:
 
  +1
  regards,
  gerhard
 
  http://www.irian.at
 
  Your JSF powerhouse -
  JSF Consulting, Development and
  Courses in English and German
 
  Professional Support for Apache MyFaces
 
 
  2011/4/13 Bernd Bohmann bernd.bohm...@atanion.com
 
  Here is my +1
 
  Bernd
 
  On Wed, Apr 13, 2011 at 4:06 PM, Matthias Wessendorf
  mat...@apache.org
  wrote:
   +1
  
   On Wed, Apr 13, 2011 at 4:02 PM, Bernd Bohmann
   bernd.bohm...@googlemail.com wrote:
   Hello,
  
   i would like to release the myfaces-site-skin 3.
  
   Changes:
  
   Added ASF Branding requirements to the skin see:
  
   http://www.apache.org/foundation/marks/pmcs
  
   The version is available at the nexus staging repository.
  
   Staging repository:
  
  
  
   https://repository.apache.org/content/repositories/orgapachemyfaces-089
  
   The Vote is open for 24h.
  
   [ ] +1
   [ ] +0
   [ ] -1
  
   Regards
  
   Bernd
  
  
  
  
   --
   Matthias Wessendorf
  
   blog: http://matthiaswessendorf.wordpress.com/
   sessions: http://www.slideshare.net/mwessendorf
   twitter: http://twitter.com/mwessendorf
  
 
 
 
 
  --
  Hazem Ahmed Saleh Ahmed
 
  Author of (The Definitive Guide to Apache MyFaces and Facelets):
 
  http://www.amazon.com/Definitive-Guide-Apache-MyFaces-Facelets/dp/1590597370
  http://www.amazon.com/-/e/B002M052KY
 
  Visualize and share your social networks 2D and 3D:
  http://www.mapmysocial.com
 



 --
 Jakob Korherr

 blog: http://www.jakobk.com
 twitter: http://twitter.com/jakobkorherr
 work: http://www.irian.at




[jira] [Created] (EXTCDI-169) re-visit ClientConfig

2011-04-18 Thread Gerhard Petracek (JIRA)
re-visit ClientConfig
-

 Key: EXTCDI-169
 URL: https://issues.apache.org/jira/browse/EXTCDI-169
 Project: MyFaces CODI
  Issue Type: Task
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (EXTCDI-170) implementations looked up with CodiUtils#lookupFromEnvironment should be aware of the default implementation

2011-04-18 Thread Gerhard Petracek (JIRA)
implementations looked up with CodiUtils#lookupFromEnvironment should be aware 
of the default implementation


 Key: EXTCDI-170
 URL: https://issues.apache.org/jira/browse/EXTCDI-170
 Project: MyFaces CODI
  Issue Type: New Feature
  Components: Core
Affects Versions: 0.9.5
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek


CodiUtils#lookupFromEnvironment should inject the default implementation if the 
custom implementation is annotated with @Advanced into the field-name 
default[interface name]

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (EXTCDI-168) @Page should support a name-filter

2011-04-18 Thread Gerhard Petracek (JIRA)

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

Gerhard Petracek resolved EXTCDI-168.
-

Resolution: Won't Fix

the existing spi in combination with EXTCDI-170 will allow to intercept the 
results and adjust them without a new spi

 @Page should support a name-filter
 --

 Key: EXTCDI-168
 URL: https://issues.apache.org/jira/browse/EXTCDI-168
 Project: MyFaces CODI
  Issue Type: Improvement
  Components: JEE-JSF12-Module, JEE-JSF20-Module
Affects Versions: 0.9.5
Reporter: Christoph Ebner
Assignee: Gerhard Petracek

 it should be possible to customize the naming conventions.
 e.g. it should be possible to use MyFolder$MyPage which gets mapped to 
 /myfolder/myPage.xhtml 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (MYFACES-3111) [PERF] Improve javax.faces.component.UIData.saveDescendantComponentStates

2011-04-18 Thread JIRA
[PERF] Improve javax.faces.component.UIData.saveDescendantComponentStates
-

 Key: MYFACES-3111
 URL: https://issues.apache.org/jira/browse/MYFACES-3111
 Project: MyFaces Core
  Issue Type: Improvement
  Components: General
Affects Versions: 2.0.6-SNAPSHOT
 Environment: myfaces core trunk
Reporter: Martin Kočí
Priority: Minor


In my test case, method UIData.saveDescendantComponentStates allocates ~ 310 
000 instances during one request/response. Most of them are empty List (+ 
Object []) and AbstractList$Itr

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (MYFACES-3111) [PERF] Improve javax.faces.component.UIData.saveDescendantComponentStates

2011-04-18 Thread JIRA

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

Martin Kočí updated MYFACES-3111:
-

Status: Patch Available  (was: Open)

 [PERF] Improve javax.faces.component.UIData.saveDescendantComponentStates
 -

 Key: MYFACES-3111
 URL: https://issues.apache.org/jira/browse/MYFACES-3111
 Project: MyFaces Core
  Issue Type: Improvement
  Components: General
Affects Versions: 2.0.6-SNAPSHOT
 Environment: myfaces core trunk
Reporter: Martin Kočí
Priority: Minor
 Attachments: MYFACES-3111.patch


 In my test case, method UIData.saveDescendantComponentStates allocates ~ 310 
 000 instances during one request/response. Most of them are empty List (+ 
 Object []) and AbstractList$Itr

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: [VOTE] Release of Trinidad 2.0.0

2011-04-18 Thread Scott O'Bryan
Nope..  +1. ;)

Sent from my iPhone

On Apr 17, 2011, at 4:26 PM, Andrew Robinson andrew.rw.robin...@gmail.com
wrote:

Am I too late? +1

On Sat, Apr 16, 2011 at 12:10 PM, Bruno Aranda brunoara...@gmail.comwrote:

 +1


 On 15 April 2011 09:51, Werner Punz werner.p...@gmail.com wrote:

 +1

 Am 15.04.11 01:08, schrieb Scott O'Bryan:

  Hi Everyone,

 I was running the tasks needed to get the Trinidad 2.0.0 release out and
 now I need a vote as to whether everything looks good or not. I have
 committed the recent submitted patches available for this release and it
 has undergone some considerable testing. As per an email discussion [1],
 it was decided to take Trinidad out of beta and move it to an official
 release.

 Therefore, I would like to ask for a vote on this release. All of the
 following should be ready for review:

 * The generated repository and assembly artifacts [2]
 * The generated source archive [3]
 * The updated svn repository [4]

 Please review the artifacts and vote according to the following:

 
 [ ] +1 for community members who have reviewed the bits
 [ ] +0
 [ ] -1 for fatal flaws that should cause these bits not to be released,
 and why..
 

 This vote will remain open for at least 72 hours.

 Thanks,
 Scott O'Bryan

 [1] http://old.nabble.com/-Trinidad--Release-schedule-td31297285.html
 [2]
 https://repository.apache.org/content/repositories/orgapachemyfaces-094/
 [3]

 https://repository.apache.org/content/repositories/orgapachemyfaces-094/org/apache/myfaces/trinidad/trinidad/2.0.0/trinidad-2.0.0-source-release.zip

 [4]
 https://svn.apache.org/repos/asf/myfaces/trinidad/tags/trinidad-2.0.0







[jira] [Resolved] (EXTCDI-170) implementations looked up with CodiUtils#lookupFromEnvironment should be aware of the default implementation

2011-04-18 Thread Gerhard Petracek (JIRA)

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

Gerhard Petracek resolved EXTCDI-170.
-

   Resolution: Fixed
Fix Version/s: 0.9.5

 implementations looked up with CodiUtils#lookupFromEnvironment should be 
 aware of the default implementation
 

 Key: EXTCDI-170
 URL: https://issues.apache.org/jira/browse/EXTCDI-170
 Project: MyFaces CODI
  Issue Type: New Feature
  Components: Core
Affects Versions: 0.9.4
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.9.5


 CodiUtils#lookupFromEnvironment should inject the default implementation if 
 the custom implementation is annotated with @Advanced into the field-name 
 default[interface name]

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: jsf 2.2 kick off meeting

2011-04-18 Thread Leonardo Uribe
Hi

Thanks Jakob, the information you provided saved me a lot time.

regards,

Leonardo

2011/4/17 Jakob Korherr jakob.korh...@gmail.com

 Hi guys,

 I wrote a blog post about the voting process, some important issues
 and my top 5 issues [1].

 Furthermore I created a JIRA filter in the spec issue tracker for the
 open issues with at least one vote [2].

 It would be great if some of you could take a look at some of the
 issues mentioned and vote for them. Note that most of them are
 directly related to MyFaces subprojects (e.g. CODI or commons).

 Thanks!

 Regards,
 Jakob

 [1] http://www.jakobk.com/2011/04/jsf-2-2-vote-for-your-top-5-issues/
 [2]
 http://www.jakobk.com/2011/04/jsf-2-2-spec-issues-with-at-least-one-vote/

 Am Samstag, 16. April 2011 schrieb Gerhard Petracek
 gerhard.petra...@gmail.com:
  hi @ all,
  fyi:
 http://weblogs.java.net/blog/edburns/archive/2011/04/14/vote-your-top-five-issues-jsf-22
 
 
  regards,gerhard
  http://www.irian.at
 
  Your JSF powerhouse -
  JSF Consulting, Development and
  Courses in English and German
 
  Professional Support for Apache MyFaces
 
 

 --
 Jakob Korherr

 blog: http://www.jakobk.com
 twitter: http://twitter.com/jakobkorherr
 work: http://www.irian.at



[RESULTS] Release of Trinidad 2.0.0

2011-04-18 Thread Scott O'Bryan
Thanks to everyone who voted.  The vote to release of Trinidad 2.0.0 
passed [1] with the following results:


+1 (5): Matt Cooper, Werner Punz, Bruno Aranda, Andrew Robinson, Scott 
O'Bryan


And no +0 or -1 votes.

Thanks,
  Scott O'Bryan



[1] 
http://mail-archives.apache.org/mod_mbox/myfaces-dev/201104.mbox/%3c4da77e81.6030...@gmail.com%3E