Re: Thoughts on OWB 1.1.7 ?

2012-11-27 Thread Gurkan Erdogdu
AFAIK some fix in trunk were not ported to 1.1.7 branch. Before releasing, we 
must fix these bugs.




 Kimden: David Blevins david.blev...@gmail.com
Kime: openwebbeans-dev dev@openwebbeans.apache.org 
Gönderildiği Tarih: 27 Kasım 2012 0:52 Salı
Konu: Thoughts on OWB 1.1.7 ?
 
What's the approximate timeline on 1.1.7 ?


-David

Re: Thoughts on OWB 1.1.7 ?

2012-11-27 Thread Mark Struberg
Hi Gurkan!

I think we should _not_ port back all changes we did on trunk. That would make 
the maintenance branch worthless.
I would e.g. not port back the SPI and module changes because that means it's 
not a drop-in replacement anymore. I have not looked at the webbeans-cluster 
stuff right now. If this is not needed for most users which do not use 
fail-over then I can imagine that it might be ok for 1.1.7 as well. It should 
at least be drop in for most of our users.


Before heading to release 1.2.0 I would like to fix our Security stuff with 
commons-privilizer. 


There are for sure a few things we need to fix in both branches. E.g. making 
the Producers stateless and remove the CreationalContext from them. 


How do we handle this in JIRA?
I propose to create a bug report for 1.2.0 and then create a clone for 1.1.7 
just for tracking commits and to be able to get a clean release report. wdyt?

Please tell us your preferences for doing a 1.2.0 release. 
So far we are still on CDI-1.0, releasing 1.2.0 with CDI-1.0 and later moving 
to 1.1 sounds a bit weird imo.

LieGrue,
strub



- Original Message -
 From: Gurkan Erdogdu gurkanerdo...@yahoo.com
 To: dev@openwebbeans.apache.org dev@openwebbeans.apache.org
 Cc: 
 Sent: Tuesday, November 27, 2012 11:19 AM
 Subject: Re: Thoughts on OWB 1.1.7 ?
 
 AFAIK some fix in trunk were not ported to 1.1.7 branch. Before releasing, we 
 must fix these bugs.
 
 
 
 
 Kimden: David Blevins david.blev...@gmail.com
 Kime: openwebbeans-dev dev@openwebbeans.apache.org 
 Gönderildiği Tarih: 27 Kasım 2012 0:52 Salı
 Konu: Thoughts on OWB 1.1.7 ?
 
 What's the approximate timeline on 1.1.7 ?
 
 
 -David



Re: Thoughts on OWB 1.1.7 ?

2012-11-27 Thread Gurkan Erdogdu
I mean that there are some commits to TRUNK before Mark created 1.1.x branch. 
Following were committed before creating the 1.1.x branch to TRUNK but not 
ported to 1.1.x branch. We have to merge those commits to 1.1.x branch. 


Author: rmannibucau
Date: Thu Nov  8 20:51:48 2012
New Revision: 1407263

URL: http://svn.apache.org/viewvc?rev=1407263view=rev
Log:
OWB-718 oops sorry, forgot to reset an updated field for debugging purpose to a 
private field

Modified:
    
openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/decorator/DelegateHandler.java

Modified: 
openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/decorator/DelegateHandler.java
URL: 
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/decorator/DelegateHandler.java?rev=1407263r1=1407262r2=1407263view=diff

Author: rmannibucau
Date: Tue Nov 13 16:25:55 2012
New Revision: 1408825

URL: http://svn.apache.org/viewvc?rev=1408825view=rev
Log:
OWB-720 trying to get generic type from superclass to get a better matching on 
injection points

Modified:
    
openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/util/ClassUtil.java

Modified: 
openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/util/ClassUtil.java
URL: 
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/util/ClassUtil.java?rev=1408825r1=1408824r2=1408825view=diff

Author: arne
Date: Tue Nov 13 17:04:55 2012
New Revision: 1408834

URL: http://svn.apache.org/viewvc?rev=1408834view=rev
Log:
OWB-719: Changing the @Named qualifier of a bean based on the bean name

Author: gerdogdu
Date: Thu Nov 15 10:32:02 2012
New Revision: 1409721

URL: http://svn.apache.org/viewvc?rev=1409721view=rev
Log:
Enable protected fields for being extended with subclasses.

Modified:
    
openwebbeans/trunk/webbeans-ejb/src/main/java/org/apache/webbeans/ejb/common/proxy/EjbBeanProxyHandler.java

Modified: 
openwebbeans/trunk/webbeans-ejb/src/main/java/org/apache/webbeans/ejb/common/proxy/EjbBeanProxyHandler.java
URL: 
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-ejb/src/main/java/org/apache/webbeans/ejb/common/proxy/EjbBeanProxyHandler.java?rev=1409721r1=1409720r2=1409721view=diff






 Kimden: Romain Manni-Bucau rmannibu...@gmail.com
Kime: dev@openwebbeans.apache.org; Gurkan Erdogdu gurkanerdo...@yahoo.com 
Gönderildiği Tarih: 27 Kasım 2012 12:27 Salı
Konu: Re: Thoughts on OWB 1.1.7 ?
 
Hi Gurkan,

which fixes are you thinking about?

thought it was mainly cleanup which were not ported (and these cleanup can
generate issue if badly used but no issue intrinsically)

*Romain Manni-Bucau*
*Twitter: @rmannibucau https://twitter.com/rmannibucau*
*Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*




2012/11/27 Gurkan Erdogdu gurkanerdo...@yahoo.com

 AFAIK some fix in trunk were not ported to 1.1.7 branch. Before releasing,
 we must fix these bugs.



 
  Kimden: David Blevins david.blev...@gmail.com
 Kime: openwebbeans-dev dev@openwebbeans.apache.org
 Gönderildiği Tarih: 27 Kasım 2012 0:52 Salı
 Konu: Thoughts on OWB 1.1.7 ?

 What's the approximate timeline on 1.1.7 ?


 -David


Re: Thoughts on OWB 1.1.7 ?

2012-11-27 Thread Gurkan Erdogdu
Hi Mark

Yeah I get your point! I do not mean that we have to port module changes to 
1.1.x branch. I just want to have other fixes that I mentioned in previous 
email in 1.1.x branch. If we will not commit these fix to branch,  these fixes 
had already been committed to the 1.2.0 TRUNK, we can release 1.2.0.M1 before 
changing lots of the things in TRUNK.  For Siwpas, these fixes are very 
important.


Gurkan




 Kimden: Mark Struberg strub...@yahoo.de
Kime: dev@openwebbeans.apache.org dev@openwebbeans.apache.org 
Gönderildiği Tarih: 27 Kasım 2012 13:51 Salı
Konu: Re: Thoughts on OWB 1.1.7 ?
 
Hi Gurkan!

I think we should _not_ port back all changes we did on trunk. That would make 
the maintenance branch worthless.
I would e.g. not port back the SPI and module changes because that means it's 
not a drop-in replacement anymore. I have not looked at the webbeans-cluster 
stuff right now. If this is not needed for most users which do not use 
fail-over then I can imagine that it might be ok for 1.1.7 as well. It should 
at least be drop in for most of our users.


Before heading to release 1.2.0 I would like to fix our Security stuff with 
commons-privilizer. 


There are for sure a few things we need to fix in both branches. E.g. making 
the Producers stateless and remove the CreationalContext from them. 


How do we handle this in JIRA?
I propose to create a bug report for 1.2.0 and then create a clone for 1.1.7 
just for tracking commits and to be able to get a clean release report. wdyt?

Please tell us your preferences for doing a 1.2.0 release. 
So far we are still on CDI-1.0, releasing 1.2.0 with CDI-1.0 and later moving 
to 1.1 sounds a bit weird imo.

LieGrue,
strub



- Original Message -
 From: Gurkan Erdogdu gurkanerdo...@yahoo.com
 To: dev@openwebbeans.apache.org dev@openwebbeans.apache.org
 Cc: 
 Sent: Tuesday, November 27, 2012 11:19 AM
 Subject: Re: Thoughts on OWB 1.1.7 ?
 
 AFAIK some fix in trunk were not ported to 1.1.7 branch. Before releasing, we 
 must fix these bugs.
 
 
 
 
 Kimden: David Blevins david.blev...@gmail.com
 Kime: openwebbeans-dev dev@openwebbeans.apache.org 
 Gönderildiği Tarih: 27 Kasım 2012 0:52 Salı
 Konu: Thoughts on OWB 1.1.7 ?
 
 What's the approximate timeline on 1.1.7 ?
 
 
 -David


Re: Thoughts on OWB 1.1.7 ?

2012-11-27 Thread Romain Manni-Bucau
think only 1409721 was not ported, no?

*Romain Manni-Bucau*
*Twitter: @rmannibucau https://twitter.com/rmannibucau*
*Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*




2012/11/27 Gurkan Erdogdu gurkanerdo...@yahoo.com

 Hi Mark

 Yeah I get your point! I do not mean that we have to port module changes
 to 1.1.x branch. I just want to have other fixes that I mentioned in
 previous email in 1.1.x branch. If we will not commit these fix to branch,
 these fixes had already been committed to the 1.2.0 TRUNK, we can release
 1.2.0.M1 before changing lots of the things in TRUNK.  For Siwpas, these
 fixes are very important.


 Gurkan



 
  Kimden: Mark Struberg strub...@yahoo.de
 Kime: dev@openwebbeans.apache.org dev@openwebbeans.apache.org
 Gönderildiği Tarih: 27 Kasım 2012 13:51 Salı
 Konu: Re: Thoughts on OWB 1.1.7 ?

 Hi Gurkan!

 I think we should _not_ port back all changes we did on trunk. That would
 make the maintenance branch worthless.
 I would e.g. not port back the SPI and module changes because that means
 it's not a drop-in replacement anymore. I have not looked at the
 webbeans-cluster stuff right now. If this is not needed for most users
 which do not use fail-over then I can imagine that it might be ok for 1.1.7
 as well. It should at least be drop in for most of our users.


 Before heading to release 1.2.0 I would like to fix our Security stuff
 with commons-privilizer.


 There are for sure a few things we need to fix in both branches. E.g.
 making the Producers stateless and remove the CreationalContext from them.


 How do we handle this in JIRA?
 I propose to create a bug report for 1.2.0 and then create a clone for
 1.1.7 just for tracking commits and to be able to get a clean release
 report. wdyt?

 Please tell us your preferences for doing a 1.2.0 release.
 So far we are still on CDI-1.0, releasing 1.2.0 with CDI-1.0 and later
 moving to 1.1 sounds a bit weird imo.

 LieGrue,
 strub



 - Original Message -
  From: Gurkan Erdogdu gurkanerdo...@yahoo.com
  To: dev@openwebbeans.apache.org dev@openwebbeans.apache.org
  Cc:
  Sent: Tuesday, November 27, 2012 11:19 AM
  Subject: Re: Thoughts on OWB 1.1.7 ?
 
  AFAIK some fix in trunk were not ported to 1.1.7 branch. Before
 releasing, we
  must fix these bugs.
 
 
 
  
  Kimden: David Blevins david.blev...@gmail.com
  Kime: openwebbeans-dev dev@openwebbeans.apache.org
  Gönderildiği Tarih: 27 Kasım 2012 0:52 Salı
  Konu: Thoughts on OWB 1.1.7 ?
 
  What's the approximate timeline on 1.1.7 ?
 
 
  -David
 



Re: Thoughts on OWB 1.1.7 ?

2012-11-27 Thread Gurkan Erdogdu
r1409751, r1409721 not ported to 1.1.x branch.  Mark, are you able to port this?




 Kimden: Romain Manni-Bucau rmannibu...@gmail.com
Kime: dev@openwebbeans.apache.org; Gurkan Erdogdu gurkanerdo...@yahoo.com 
Kopya: Mark Struberg strub...@yahoo.de 
Gönderildiği Tarih: 27 Kasım 2012 14:18 Salı
Konu: Re: Thoughts on OWB 1.1.7 ?
 
think only 1409721 was not ported, no?

*Romain Manni-Bucau*
*Twitter: @rmannibucau https://twitter.com/rmannibucau*
*Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*




2012/11/27 Gurkan Erdogdu gurkanerdo...@yahoo.com

 Hi Mark

 Yeah I get your point! I do not mean that we have to port module changes
 to 1.1.x branch. I just want to have other fixes that I mentioned in
 previous email in 1.1.x branch. If we will not commit these fix to branch,
 these fixes had already been committed to the 1.2.0 TRUNK, we can release
 1.2.0.M1 before changing lots of the things in TRUNK.  For Siwpas, these
 fixes are very important.


 Gurkan



 
  Kimden: Mark Struberg strub...@yahoo.de
 Kime: dev@openwebbeans.apache.org dev@openwebbeans.apache.org
 Gönderildiği Tarih: 27 Kasım 2012 13:51 Salı
 Konu: Re: Thoughts on OWB 1.1.7 ?

 Hi Gurkan!

 I think we should _not_ port back all changes we did on trunk. That would
 make the maintenance branch worthless.
 I would e.g. not port back the SPI and module changes because that means
 it's not a drop-in replacement anymore. I have not looked at the
 webbeans-cluster stuff right now. If this is not needed for most users
 which do not use fail-over then I can imagine that it might be ok for 1.1.7
 as well. It should at least be drop in for most of our users.


 Before heading to release 1.2.0 I would like to fix our Security stuff
 with commons-privilizer.


 There are for sure a few things we need to fix in both branches. E.g.
 making the Producers stateless and remove the CreationalContext from them.


 How do we handle this in JIRA?
 I propose to create a bug report for 1.2.0 and then create a clone for
 1.1.7 just for tracking commits and to be able to get a clean release
 report. wdyt?

 Please tell us your preferences for doing a 1.2.0 release.
 So far we are still on CDI-1.0, releasing 1.2.0 with CDI-1.0 and later
 moving to 1.1 sounds a bit weird imo.

 LieGrue,
 strub



 - Original Message -
  From: Gurkan Erdogdu gurkanerdo...@yahoo.com
  To: dev@openwebbeans.apache.org dev@openwebbeans.apache.org
  Cc:
  Sent: Tuesday, November 27, 2012 11:19 AM
  Subject: Re: Thoughts on OWB 1.1.7 ?
 
  AFAIK some fix in trunk were not ported to 1.1.7 branch. Before
 releasing, we
  must fix these bugs.
 
 
 
  
  Kimden: David Blevins david.blev...@gmail.com
  Kime: openwebbeans-dev dev@openwebbeans.apache.org
  Gönderildiği Tarih: 27 Kasım 2012 0:52 Salı
  Konu: Thoughts on OWB 1.1.7 ?
 
  What's the approximate timeline on 1.1.7 ?
 
 
  -David
 


Re: Thoughts on OWB 1.1.7 ?

2012-11-27 Thread Gurkan Erdogdu
OK, I will merge these commits to 1.1.x branch from trunk. Then, no need to 
release 1.2.0

Thanks

Gurkan




 Kimden: Gurkan Erdogdu gurkanerdo...@yahoo.com
Kime: dev@openwebbeans.apache.org dev@openwebbeans.apache.org 
Kopya: Mark Struberg strub...@yahoo.de 
Gönderildiği Tarih: 27 Kasım 2012 14:25 Salı
Konu: Re: Thoughts on OWB 1.1.7 ?
 
r1409751, r1409721 not ported to 1.1.x branch.  Mark, are you able to port this?




Kimden: Romain Manni-Bucau rmannibu...@gmail.com
Kime: dev@openwebbeans.apache.org; Gurkan Erdogdu gurkanerdo...@yahoo.com 
Kopya: Mark Struberg strub...@yahoo.de 
Gönderildiği Tarih: 27 Kasım 2012 14:18 Salı
Konu: Re: Thoughts on OWB 1.1.7 ?

think only 1409721 was not ported, no?

*Romain Manni-Bucau*
*Twitter: @rmannibucau https://twitter.com/rmannibucau*
*Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*




2012/11/27 Gurkan Erdogdu gurkanerdo...@yahoo.com

 Hi Mark

 Yeah I get your point! I do not mean that we have to port module changes
 to 1.1.x branch. I just want to have other fixes that I mentioned in
 previous email in 1.1.x branch. If we will not commit these fix to branch,
 these fixes had already been committed to the 1.2.0 TRUNK, we can release
 1.2.0.M1 before changing lots of the things in TRUNK.  For Siwpas, these
 fixes are very important.


 Gurkan



 
  Kimden: Mark Struberg strub...@yahoo.de
 Kime: dev@openwebbeans.apache.org dev@openwebbeans.apache.org
 Gönderildiği Tarih: 27 Kasım 2012 13:51 Salı
 Konu: Re: Thoughts on OWB 1.1.7 ?

 Hi Gurkan!

 I think we should _not_ port back all changes we did on trunk. That would
 make the maintenance branch worthless.
 I would e.g. not port back the SPI and module changes because that means
 it's not a drop-in replacement anymore. I have not looked at the
 webbeans-cluster stuff right now. If this is not needed for most users
 which do not use fail-over then I can imagine that it might be ok for 1.1.7
 as well. It should at least be drop in for most of our users.


 Before heading to release 1.2.0 I would like to fix our Security stuff
 with commons-privilizer.


 There are for sure a few things we need to fix in both branches. E.g.
 making the Producers stateless and remove the CreationalContext from them.


 How do we handle this in JIRA?
 I propose to create a bug report for 1.2.0 and then create a clone for
 1.1.7 just for tracking commits and to be able to get a clean release
 report. wdyt?

 Please tell us your preferences for doing a 1.2.0 release.
 So far we are still on CDI-1.0, releasing 1.2.0 with CDI-1.0 and later
 moving to 1.1 sounds a bit weird imo.

 LieGrue,
 strub



 - Original Message -
  From: Gurkan Erdogdu gurkanerdo...@yahoo.com
  To: dev@openwebbeans.apache.org dev@openwebbeans.apache.org
  Cc:
  Sent: Tuesday, November 27, 2012 11:19 AM
  Subject: Re: Thoughts on OWB 1.1.7 ?
 
  AFAIK some fix in trunk were not ported to 1.1.7 branch. Before
 releasing, we
  must fix these bugs.
 
 
 
  
  Kimden: David Blevins david.blev...@gmail.com
  Kime: openwebbeans-dev dev@openwebbeans.apache.org
  Gönderildiği Tarih: 27 Kasım 2012 0:52 Salı
  Konu: Thoughts on OWB 1.1.7 ?
 
  What's the approximate timeline on 1.1.7 ?
 
 
  -David
 


Re: Thoughts on OWB 1.1.7 ?

2012-11-27 Thread Romain Manni-Bucau
Thks Gurkan!

*Romain Manni-Bucau*
*Twitter: @rmannibucau https://twitter.com/rmannibucau*
*Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*




2012/11/27 Gurkan Erdogdu gurkanerdo...@yahoo.com

 Done.

 Thanks.

 Gurkan



 
  Kimden: Mark Struberg strub...@yahoo.de
 Kime: dev@openwebbeans.apache.org dev@openwebbeans.apache.org
 Gönderildiği Tarih: 27 Kasım 2012 14:35 Salı
 Konu: Re: Thoughts on OWB 1.1.7 ?

 both commits are pure bugfixes and perfectly fine to be ported back to
 1.1.7 imo. Please commit them Gurkan

 LieGrue,
 strub




 
  From: Gurkan Erdogdu gurkanerdo...@yahoo.com
 To: dev@openwebbeans.apache.org dev@openwebbeans.apache.org
 Cc: Mark Struberg strub...@yahoo.de
 Sent: Tuesday, November 27, 2012 1:25 PM
 Subject: Re: Thoughts on OWB 1.1.7 ?
 
 
 r1409751, r1409721 not ported to 1.1.x branch.  Mark, are you able to
 port this?
 
 
 
 
 
  Kimden: Romain Manni-Bucau rmannibu...@gmail.com
 Kime: dev@openwebbeans.apache.org; Gurkan Erdogdu 
 gurkanerdo...@yahoo.com
 Kopya: Mark Struberg strub...@yahoo.de
 Gönderildiği Tarih: 27 Kasım 2012 14:18 Salı
 Konu: Re: Thoughts on OWB 1.1.7 ?
 
 think only 1409721 was not ported, no?
 
 *Romain Manni-Bucau*
 *Twitter: @rmannibucau https://twitter.com/rmannibucau*
 *Blog: **http://rmannibucau.wordpress.com/*
 http://rmannibucau.wordpress.com/
 *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
 *Github: https://github.com/rmannibucau*
 
 
 
 
 2012/11/27 Gurkan Erdogdu gurkanerdo...@yahoo.com
 
  Hi Mark
 
  Yeah I get your point! I do not mean that we have to port module changes
  to 1.1.x branch. I just
 want to have other fixes that I mentioned in
  previous email in 1.1.x branch. If we will not commit these fix to
 branch,
  these fixes had already been committed to the 1.2.0 TRUNK, we can
 release
  1.2.0.M1 before changing lots of the things in TRUNK.  For Siwpas, these
  fixes are very important.
 
 
  Gurkan
 
 
 
  
   Kimden: Mark Struberg strub...@yahoo.de
  Kime: dev@openwebbeans.apache.org dev@openwebbeans.apache.org
  Gönderildiği Tarih: 27 Kasım 2012 13:51 Salı
  Konu: Re: Thoughts on OWB 1.1.7 ?
 
  Hi
 Gurkan!
 
  I think we should _not_ port back all changes we did on trunk. That
 would
  make the maintenance branch worthless.
  I would e.g. not port back the SPI and module changes because that means
  it's not a drop-in replacement anymore. I have not looked at the
  webbeans-cluster stuff right now. If this is not needed for most users
  which do not use fail-over then I can imagine that it might be ok for
 1.1.7
  as well. It should at least be drop in for most of our users.
 
 
  Before heading to release 1.2.0 I would like to fix our Security stuff
  with commons-privilizer.
 
 
  There are for sure a few things we need to fix in both branches. E.g.
  making the Producers stateless and remove the CreationalContext from
 them.
 
 
  How do we handle this in JIRA?
  I propose to create a bug report for 1.2.0 and then create a clone
 for
  1.1.7 just for tracking commits and to be able to get a clean release
  report. wdyt?
 
  Please tell us your preferences for doing a 1.2.0 release.
  So far we are still on CDI-1.0, releasing 1.2.0 with CDI-1.0 and later
  moving to 1.1 sounds a bit weird imo.
 
  LieGrue,
  strub
 
 
 
  - Original Message -
   From: Gurkan Erdogdu gurkanerdo...@yahoo.com
   To: dev@openwebbeans.apache.org dev@openwebbeans.apache.org
   Cc:
   Sent: Tuesday, November 27, 2012 11:19 AM
   Subject: Re: Thoughts on OWB 1.1.7 ?
 
 
   AFAIK some fix in trunk were not ported to 1.1.7 branch. Before
  releasing, we
   must fix these bugs.
  
  
  
   
   Kimden: David Blevins david.blev...@gmail.com
   Kime: openwebbeans-dev dev@openwebbeans.apache.org
   Gönderildiği Tarih: 27 Kasım 2012 0:52 Salı
   Konu: Thoughts on OWB 1.1.7 ?
  
   What's the approximate timeline on 1.1.7 ?
  
  
   -David
  
 
 
 
 
 
 



Re: Thoughts on OWB 1.1.7 ?

2012-11-27 Thread Mark Struberg
Btw, I did set up 2 CI jobs for our owb_1.1.x branch

LieGrue,
strub




- Original Message -
 From: Romain Manni-Bucau rmannibu...@gmail.com
 To: dev@openwebbeans.apache.org; Gurkan Erdogdu gurkanerdo...@yahoo.com
 Cc: Mark Struberg strub...@yahoo.de
 Sent: Tuesday, November 27, 2012 1:40 PM
 Subject: Re: Thoughts on OWB 1.1.7 ?
 
T hks Gurkan!
 
 *Romain Manni-Bucau*
 *Twitter: @rmannibucau https://twitter.com/rmannibucau*
 *Blog: 
 **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/
 *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
 *Github: https://github.com/rmannibucau*
 
 
 
 
 2012/11/27 Gurkan Erdogdu gurkanerdo...@yahoo.com
 
  Done.
 
  Thanks.
 
  Gurkan
 
 
 
  
   Kimden: Mark Struberg strub...@yahoo.de
  Kime: dev@openwebbeans.apache.org 
 dev@openwebbeans.apache.org
  Gönderildiği Tarih: 27 Kasım 2012 14:35 Salı
  Konu: Re: Thoughts on OWB 1.1.7 ?
 
  both commits are pure bugfixes and perfectly fine to be ported back to
  1.1.7 imo. Please commit them Gurkan
 
  LieGrue,
  strub
 
 
 
 
  
   From: Gurkan Erdogdu gurkanerdo...@yahoo.com
  To: dev@openwebbeans.apache.org 
 dev@openwebbeans.apache.org
  Cc: Mark Struberg strub...@yahoo.de
  Sent: Tuesday, November 27, 2012 1:25 PM
  Subject: Re: Thoughts on OWB 1.1.7 ?
  
  
  r1409751, r1409721 not ported to 1.1.x branch.  Mark, are you able to
  port this?
  
  
  
  
  
   Kimden: Romain Manni-Bucau rmannibu...@gmail.com
  Kime: dev@openwebbeans.apache.org; Gurkan Erdogdu 
  gurkanerdo...@yahoo.com
  Kopya: Mark Struberg strub...@yahoo.de
  Gönderildiği Tarih: 27 Kasım 2012 14:18 Salı
  Konu: Re: Thoughts on OWB 1.1.7 ?
  
  think only 1409721 was not ported, no?
  
  *Romain Manni-Bucau*
  *Twitter: @rmannibucau https://twitter.com/rmannibucau*
  *Blog: **http://rmannibucau.wordpress.com/*
  http://rmannibucau.wordpress.com/
  *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
  *Github: https://github.com/rmannibucau*
  
  
  
  
  2012/11/27 Gurkan Erdogdu gurkanerdo...@yahoo.com
  
   Hi Mark
  
   Yeah I get your point! I do not mean that we have to port module 
 changes
   to 1.1.x branch. I just
  want to have other fixes that I mentioned in
   previous email in 1.1.x branch. If we will not commit these fix to
  branch,
   these fixes had already been committed to the 1.2.0 TRUNK, we can
  release
   1.2.0.M1 before changing lots of the things in TRUNK.  For Siwpas, 
 these
   fixes are very important.
  
  
   Gurkan
  
  
  
   
    Kimden: Mark Struberg strub...@yahoo.de
   Kime: dev@openwebbeans.apache.org 
 dev@openwebbeans.apache.org
   Gönderildiği Tarih: 27 Kasım 2012 13:51 Salı
   Konu: Re: Thoughts on OWB 1.1.7 ?
  
   Hi
  Gurkan!
  
   I think we should _not_ port back all changes we did on trunk. 
 That
  would
   make the maintenance branch worthless.
   I would e.g. not port back the SPI and module changes because that 
 means
   it's not a drop-in replacement anymore. I have not looked at 
 the
   webbeans-cluster stuff right now. If this is not needed for most 
 users
   which do not use fail-over then I can imagine that it might be ok 
 for
  1.1.7
   as well. It should at least be drop in for most of our users.
  
  
   Before heading to release 1.2.0 I would like to fix our Security 
 stuff
   with commons-privilizer.
  
  
   There are for sure a few things we need to fix in both branches. 
 E.g.
   making the Producers stateless and remove the CreationalContext 
 from
  them.
  
  
   How do we handle this in JIRA?
   I propose to create a bug report for 1.2.0 and then create a clone
  for
   1.1.7 just for tracking commits and to be able to get a clean 
 release
   report. wdyt?
  
   Please tell us your preferences for doing a 1.2.0 release.
   So far we are still on CDI-1.0, releasing 1.2.0 with CDI-1.0 and 
 later
   moving to 1.1 sounds a bit weird imo.
  
   LieGrue,
   strub
  
  
  
   - Original Message -
From: Gurkan Erdogdu gurkanerdo...@yahoo.com
To: dev@openwebbeans.apache.org 
 dev@openwebbeans.apache.org
Cc:
Sent: Tuesday, November 27, 2012 11:19 AM
Subject: Re: Thoughts on OWB 1.1.7 ?
  
  
AFAIK some fix in trunk were not ported to 1.1.7 branch. 
 Before
   releasing, we
must fix these bugs.
   
   
   

Kimden: David Blevins david.blev...@gmail.com
Kime: openwebbeans-dev dev@openwebbeans.apache.org
Gönderildiği Tarih: 27 Kasım 2012 0:52 Salı
Konu: Thoughts on OWB 1.1.7 ?
   
What's the approximate timeline on 1.1.7 ?
   
   
-David