Re: [VOTE] Recommending DeltaSpike for Graduation to an Apache Top Level Project

2013-03-27 Thread Ken Finnigan
+1

Ken


On Mon, Mar 25, 2013 at 5:35 PM, Mark Struberg strub...@yahoo.de wrote:

 Lords and Ladies.

 Please find attached the PROPOSAL for graduating DeltaSpike out of the
 Incubator and establishing it as TLP.

 [+1] yea, all fine and I like it
 [+0] no blocker, but I don't care
 [-1] nah there's a blocker in there. Abort and re-roll because of ${reason}

 The internal VOTE is open for 72h. After that we gonna tally and forward
 the VOTE to the IPMC to VOTE about the recommendation. Once this is done,
 the board might consider our wish in the upcoming board meeting.

 LieGrue,
 strub


 ---

 Proposed Board Resolution Report
 X. Establish the Apache DeltaSpike Project

 WHEREAS, the Board of Directors deems it to be in the best
 interests of the Foundation and consistent with the
 Foundation's purpose to establish a Project Management
 Committee charged with the creation and maintenance of
 open-source software related to creating a set
 of portable CDI (JSR-299) Extensions
 for distribution at no charge to the public.

 NOW, THEREFORE, BE IT RESOLVED, that a Project Management
 Committee (PMC), to be known as the Apache DeltaSpike Project,
 be and hereby is established pursuant to Bylaws of the
 Foundation; and be it further

 RESOLVED, that the Apache DeltaSpike Project be and hereby is
 responsible for the creation and maintenance of open-source
 software related to creating a set of portable CDI Extensions;
 and be it further

 RESOLVED, that the office of Vice President, Apache DeltaSpike be
 and hereby is created, the person holding such office to
 serve at the direction of the Board of Directors as the chair
 of the Apache DeltaSpike Project, and to have primary responsibility
 for management of the projects within the scope of
 responsibility of the Apache DeltaSpike Project; and be it further

 RESOLVED, that the persons listed immediately below be and
 hereby are appointed to serve as the initial members of the
 Apache DeltaSpike Project:

 Gerhard Petracek gpetracek at apache.org
 Mark Struberg struberg at apache.org
 Pete Muir pmuir at redhat.com
 Jason Porter lightguard.jp at gmail.com
 Shane Bryzak sbryzak at gmail.com
 Rudy de Busscher rdebusscher at apache.org
 Christian Kaltepoth christian at kaltepoth.de
 Arne Limburg arne.limburg at openknowledge.de
 Charles Moulliard cmoulliard at gmail.com
 Cody Lerum cody.lerum at gmail.com
 Romain Mannu-Buccau rmannibucau at gmail.com
 Matthew Jason Benson mbenson at apache.org
 Jim Jagielski jim at apache.org
 David Blevins dblevins at apache.org
 Ken Finnigan ken at kenfinnigan.me
 John D. Ament johndament at apache.org

 NOW, THEREFORE, BE IT FURTHER RESOLVED, that Mark Struberg
 be appointed to the office of Vice President, Apache DeltaSpike, to
 serve in accordance with and subject to the direction of the
 Board of Directors and the Bylaws of the Foundation until
 death, resignation, retirement, removal or disqualification,
 or until a successor is appointed; and be it further

 RESOLVED, that the initial Apache DeltaSpike PMC be and hereby is
 tasked with the creation of a set of bylaws intended to
 encourage open development and increased participation in the
 Apache DeltaSpike Project; and be it further

 RESOLVED, that the Apache DeltaSpike Project be and hereby
 is tasked with the migration and rationalization of the Apache
 Incubator DeltaSpike podling; and be it further

 RESOLVED, that all responsibilities pertaining to the Apache
 Incubator DeltaSpike podling encumbered upon the Apache Incubator
 Project are hereafter discharged.



 https://cwiki.apache.org/confluence/display/DeltaSpike/Graduation+Proposal



Re: proposal for JSF Messages

2012-10-05 Thread Ken Finnigan
Some additional plans for messages that may be relevant to JSF have been
documented in [1].

In Seam 3 International we had some ideas around targeting a message at a
specific component which are noted here [2].

Ken

[1]
https://cwiki.apache.org/confluence/display/DeltaSpike/Message+Module+Drafts
[2]
https://issues.jboss.org/browse/SEAMINTL-7?focusedCommentId=12562378page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12562378

On Fri, Oct 5, 2012 at 3:18 PM, Gerhard Petracek gerhard.petra...@gmail.com
 wrote:

 hi jason,

 that's for sure just a first idea.
 e.g. we also need the possibility to add messages for a specific component.

 regards,
 gerhard



 2012/10/5 Jason Porter lightguard...@gmail.com

  On Fri, Oct 5, 2012 at 11:24 AM, Mark Struberg strub...@yahoo.de
 wrote:
 
   Hi folks!
  
   I thought quite some time about how we could do the typesafe messging
 for
   JSF. Today I had the following idea.
  
  
   Imagine a typesafe message
  
   @MessageBundle
   public interface SimpleMessage
   {
   @MessageTemplate(Welcome to %s)
   Message welcomeTo(String name);
   }
  
   This is nice but it's hard to use it for creating FacesMessages that
 way.
  
   Now imagine the following
  
   @Inject
   JsfMessageSimpleMessge message;
  
   ...
  
   message.addInfo().welcomeTo(DeltaSpike);
  
  
  
   public interface JsfMessageT {
 T addInfo();
 T addWarning();
 T addError();
 void clear();
   }
  
  
   I think it is possible to implement this, right?
  
   Wdyt from a users perspective?
  
   LieGrue,
   strub
  
  
  This looks like a great start. In IRC we discovered we need to determine
 if
  the text goes to the summary or detail. We already have the severity with
  the methods. I'd suggest having each of those methods take an enum
 (DETAIL,
  SUMMARY, BOTH or similar). One drawback I see about this is you can't
  define a different message for the detail and the summary on one line,
 but
  that may not be the end of the world.
 
  --
  Jason Porter
  http://lightguard-jp.blogspot.com
  http://twitter.com/lightguardjp
 
  Software Engineer
  Open Source Advocate
  Author of Seam Catch - Next Generation Java Exception Handling
 
  PGP key id: 926CCFF5
  PGP key available at: keyserver.net, pgp.mit.edu
 



Re: [VOTE] Apache DeltaSpike 0.3-incubating

2012-08-17 Thread Ken Finnigan
+1

Ken

On Wed, Aug 15, 2012 at 5:56 AM, Mark Struberg strub...@yahoo.de wrote:

 Hi!

 I like to call a VOTE on the Apache DeltaSpike 0.3-incubating release.


 The Maven staging repository:
 https://repository.apache.org/content/repositories/orgapachedeltaspike-010/

 The source release package:

 https://repository.apache.org/content/repositories/orgapachedeltaspike-010/org/apache/deltaspike/deltaspike-project/0.3-incubating/

 I've pushed the GIT release branch to my github account:

 https://github.com/struberg/incubator-deltaspike/tree/deltaspike-0.3-incubating

 (The branch will be pushed and merged to master after the VOTE passed.)

 The TAG can be found here:

 https://github.com/struberg/incubator-deltaspike/tree/deltaspike-project-0.3-incubating

 Please note:
 This VOTE is majority approval with a minimum of three +1votes of PPMC
 members.

 The VOTE is open for 72 hours.


 [+1] all fine, ship it

 [+0] I don't care but smells fine

 [-1] stop it, this stuff contains a blocker ${insertreason}



 LieGrue,
 strub



Re: [VOTE] Converter framework

2012-06-14 Thread Ken Finnigan
+1

Ken

Sent from my iPhone

On Jun 14, 2012, at 0:44, Mark Struberg strub...@yahoo.de wrote:

 a.) What is this for? - no one knows
 b.) Do we need it in DeltaSpike? - not yet.
 c.) Do we need it for JSF? - No, JSF has it's own Converter logic
 d.) Do we need it somewhere else? - No, not afaik
 
 So let's drop the Converter stuff which is currently of no use and really 
 complicated to get right?
 Just remember that this was more or less a 1:1 copy of the Spring logic which 
 has not so easily extendible producer methods.
 
 [+1] Drop it, our code will get complicated enough anyway
 
 [+0] Meh, don't care
 
 [-1]  keep it because it is very important (+ give use case and reasons)
 
 LieGrue,
 strub


Re: [VOTE] Release Apache DeltaSpike-0.2-incubating

2012-04-16 Thread Ken Finnigan
+1

Ken

On Sun, Apr 15, 2012 at 7:25 PM, Gerhard Petracek 
gerhard.petra...@gmail.com wrote:

 +1

 regards,
 gerhard



 2012/4/15 Mark Struberg strub...@yahoo.de

  Hi folks, I'd like to call a VOTE on releasing Apache DeltaSpike
  0.2-incubating. The Maven staging repository:
 
 https://repository.apache.org/content/repositories/orgapachedeltaspike-051/Sourcerelease:
 
 https://repository.apache.org/content/repositories/orgapachedeltaspike-051/org/apache/deltaspike/deltaspike-project/0.2-incubating/deltaspike-project-0.2-incubating-source-release.zip
 
  Here are the md5 and sha1:
 
 
 https://repository.apache.org/content/repositories/orgapachedeltaspike-051/org/apache/deltaspike/deltaspike-project/0.2-incubating/
 
 
  I've pushed the GIT release branch to my github account:
 
 
 https://github.com/struberg/incubator-deltaspike/tree/deltaspike-0.2-incubating
  (The branch will be pushed and merged to master after the VOTE passed.)
 
  The TAG can be found here:
 
 
 https://github.com/struberg/incubator-deltaspike/zipball/deltaspike-project-0.2-incubating
 
  Please note:
  This vote is majority approval with a minimum of three +1 votes of PPMC
  members.
  This vote is open for 72 hours.
 
  [+1] all fine, ship it
  [+0] I don't care but smells fine
  [-1] stop it, this stuff contains a blocker ${insertname}
 
 
 
  LieGrue,
  strub
 



Re: [DISCUSS] [DELTASPIKE-119] i18n/message module

2012-04-09 Thread Ken Finnigan
+1

Ken

On Mon, Apr 9, 2012 at 6:28 AM, Mark Struberg strub...@yahoo.de wrote:

 +1

 looks good so far. Feel free to commit. We can fix small changes later on
 anyway.

 LieGrue,
 strub



 - Original Message -
  From: Gerhard Petracek gerhard.petra...@gmail.com
  To: deltaspike-dev@incubator.apache.org
  Cc:
  Sent: Monday, April 9, 2012 11:59 AM
  Subject: Re: [DISCUSS] [DELTASPIKE-119] i18n/message module
 
  hi @ all,
 
  ken committed the basic type-safe message approach.
 
  at [1] i merged it with the basic/reduced MessageContext approach used in
  myfaces codi to create messages dynamically via a fluent-api and a
  customizable config.
  (- it's a bit different than before. we can add the rest later on.) the
  test-cases show the usage and some customizations. - if there are no
  objections, i'll commit it on wednesday.
 
  regards,
  gerhard
 
  [1] http://s.apache.org/0Xi
 
 
 
  2012/3/13 Gerhard Petracek gerhard.petra...@gmail.com
 
   hi ken,
 
   thx! tomorrow i'll create a wiki page based on the two feature lists
  and
   i'll add some basic use-cases/examples for the first discussions.
 
   regards,
   gerhard
 
 
 
   2012/3/13 Ken Finnigan k...@kenfinnigan.me
 
   I've added a comment to the jira regarding features of Seam 3
   International
   that weren't also mentioned by Gerhard.
 
   Ken
 
   On Sat, Mar 10, 2012 at 12:00 PM, Antoine Sabot-Durand 
   anto...@sabot-durand.net wrote:
 
Yes I know. The idea is to provide it like Spring does.
   
Antoine SABOT-DURAND
   
   
Le 10 mars 2012 à 17:57, Gerhard Petracek a écrit :
   
 hi antoine,

 that's possible via a (custom) MessageResolver.

 regards,
 gerhard



 2012/3/10 Antoine Sabot-Durand
  anto...@sabot-durand.net

 It would also be nice to support xml resource bundle :
  properties
   files
 are so java 1.2 and doesn't support UTF-8

 Antoine SABOT-DURAND



 Le 10 mars 2012 à 15:34, Gerhard Petracek a écrit :

 hi @ all,

 i would like to suggest to start the discussion about
  the
   requirements
 for
 the i18n/message-module.
 therefore i created [1] and added an overview of the
  most important
 concepts/features provided by the message-module of
  myfaces codi.

 please review the ideas themselves. we can discuss
  the concrete api
   and
 spi
 in the next step (as soon as we agree on the basic
  concepts).

 regards,
 gerhard

 [1]
  https://issues.apache.org/jira/browse/DELTASPIKE-119


   
   
 
 
 
 



[jira] [Resolved] (DELTASPIKE-146) Type Safe Message - Basic

2012-04-05 Thread Ken Finnigan (Resolved) (JIRA)

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

Ken Finnigan resolved DELTASPIKE-146.
-

   Resolution: Fixed
Fix Version/s: 0.2-incubating

 Type Safe Message - Basic
 -

 Key: DELTASPIKE-146
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-146
 Project: DeltaSpike
  Issue Type: New Feature
  Components: Core
Reporter: Ken Finnigan
Assignee: Ken Finnigan
 Fix For: 0.2-incubating


 Initial implementation of Type Safe Messages

--
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://www.atlassian.com/software/jira




[jira] [Created] (DELTASPIKE-146) Type Safe Message - Basic

2012-04-04 Thread Ken Finnigan (Created) (JIRA)
Type Safe Message - Basic
-

 Key: DELTASPIKE-146
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-146
 Project: DeltaSpike
  Issue Type: New Feature
  Components: I18n-Module
Reporter: Ken Finnigan
Assignee: Ken Finnigan


Initial implementation of Type Safe Messages

--
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://www.atlassian.com/software/jira




[jira] [Updated] (DELTASPIKE-146) Type Safe Message - Basic

2012-04-04 Thread Ken Finnigan (Updated) (JIRA)

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

Ken Finnigan updated DELTASPIKE-146:


Component/s: (was: I18n-Module)
 Core

 Type Safe Message - Basic
 -

 Key: DELTASPIKE-146
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-146
 Project: DeltaSpike
  Issue Type: New Feature
  Components: Core
Reporter: Ken Finnigan
Assignee: Ken Finnigan

 Initial implementation of Type Safe Messages

--
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://www.atlassian.com/software/jira




Re: [DISCUSS] [DELTASPIKE-119] i18n/message module

2012-03-13 Thread Ken Finnigan
I've added a comment to the jira regarding features of Seam 3 International
that weren't also mentioned by Gerhard.

Ken

On Sat, Mar 10, 2012 at 12:00 PM, Antoine Sabot-Durand 
anto...@sabot-durand.net wrote:

 Yes I know. The idea is to provide it like Spring does.

 Antoine SABOT-DURAND


 Le 10 mars 2012 à 17:57, Gerhard Petracek a écrit :

  hi antoine,
 
  that's possible via a (custom) MessageResolver.
 
  regards,
  gerhard
 
 
 
  2012/3/10 Antoine Sabot-Durand anto...@sabot-durand.net
 
  It would also be nice to support xml resource bundle : properties files
  are so java 1.2 and doesn't support UTF-8
 
  Antoine SABOT-DURAND
 
 
 
  Le 10 mars 2012 à 15:34, Gerhard Petracek a écrit :
 
  hi @ all,
 
  i would like to suggest to start the discussion about the requirements
  for
  the i18n/message-module.
  therefore i created [1] and added an overview of the most important
  concepts/features provided by the message-module of myfaces codi.
 
  please review the ideas themselves. we can discuss the concrete api and
  spi
  in the next step (as soon as we agree on the basic concepts).
 
  regards,
  gerhard
 
  [1] https://issues.apache.org/jira/browse/DELTASPIKE-119
 
 




Re: [DISCUSS] deltaspike v0.1

2012-01-14 Thread Ken Finnigan
+1


Sent from my iPhone

On Jan 14, 2012, at 7:30, John D. Ament john.d.am...@gmail.com wrote:

 +1
 
 On Sat, Jan 14, 2012 at 3:06 AM, Christian Kaltepoth christ...@kaltepoth.de
 wrote:
 
 I really like the idea of releasing early and often!
 
 +1
 
 
 2012/1/14 Matthias Wessendorf mat...@apache.org:
 +1
 
 On Saturday, January 14, 2012, Mark Struberg strub...@yahoo.de wrote:
 +1
 
 just finishing the integration tests and the ConfigResolver stuff a bit.
 
 LieGrue,
 strub
 
 
 - Original Message -
 From: Gerhard Petracek gerhard.petra...@gmail.com
 To: deltaspike-dev@incubator.apache.org
 Cc:
 Sent: Saturday, January 14, 2012 1:10 AM
 Subject: [DISCUSS] deltaspike v0.1
 
 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 might take a bit longer because we have to ensure
 that
 our setup is ok; we have to write the release guide;... .)
 
 regards,
 gerhard
 
 
 
 --
 Sent from Gmail Mobile
 
 
 
 --
 Christian Kaltepoth
 Blog: http://chkal.blogspot.com/
 Twitter: http://twitter.com/chkal
 


Re: account request for initial committers

2011-12-22 Thread Ken Finnigan
kenfinnigan

Thanks
Ken

Sent from my iPhone

On Dec 22, 2011, at 14:16, Gerhard Petracek gerhard.petra...@gmail.com wrote:

 hi @ all initial committers,
 
 if you are listed at the initial committer section of [1] (and you aren't
 an apache committer already), please reply with your preferred apache-id
 (without special characters).
 
 regards,
 gerhard
 
 [1] http://wiki.apache.org/incubator/DeltaSpikeProposal


Re: intermediate vcs

2011-12-20 Thread Ken Finnigan
Github username: kenfinnigan

Ken

Sent from my iPhone

On Dec 20, 2011, at 5:44, Antoine Sabot-Durand anto...@sabot-durand.net wrote:

 github username : antoinesd
 
 thanks,
 
 Antoine SABOT-DURAND
 
 Le 15 déc. 2011 à 18:28, Matthias Wessendorf a écrit :
 
 matzew
 
 On Thu, Dec 15, 2011 at 6:26 PM, Jason Porter lightguard...@gmail.com 
 wrote:
 lightguard
 
 On Thu, Dec 15, 2011 at 02:52, Gerhard Petracek
 gerhard.petra...@gmail.comwrote:
 
 hi @ all,
 
 since we have started several discussions, it makes sense to prototype some
 parts immediately.
 mark and i suggest to start at [1] while the infra team is preparing our
 repository, ldap group,...
 if you would like to join, send your user-name and you will be added.
 
 regards,
 gerhard
 
 [1] http://goo.gl/HmNBV
 
 
 
 
 --
 Jason Porter
 http://lightguard-jp.blogspot.com
 http://twitter.com/lightguardjp
 
 Software Engineer
 Open Source Advocate
 Author of Seam Catch - Next Generation Java Exception Handling
 
 PGP key id: 926CCFF5
 PGP key available at: keyserver.net, pgp.mit.edu
 
 
 
 -- 
 Matthias Wessendorf
 
 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf