Re: [VOTE] Release Apache OpenWebBeans-1.2.2

2014-02-20 Thread Eric Covener
err once more with dev@

On Thu, Feb 20, 2014 at 11:19 AM, Eric Covener cove...@gmail.com wrote:
 Source Release:
 http://repository.apache.org/content/repositories/orgapacheopenwebbeans-1001/org/apache/openwebbeans/openwebbeans/1.2.2/openwebbeans-1.2.2-source-release.zip

 +1



-- 
Eric Covener
cove...@gmail.com


Re: [VOTE] Release Apache OpenWebBeans-1.2.2

2014-02-20 Thread Joseph Bergmark
+1


On Wed, Feb 19, 2014 at 4:09 AM, Mark Struberg strub...@yahoo.de wrote:



 I'd like to call a VOTE on releasing Apache OpenWebBeans-1.2.2 .

 This is a maintenance release of the owb_1.2.x branch and targets the
 CDI-1.0 specification.

 The ReleaseNotes are available in the README and online:


 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310844version=12325007


 Maven staging repo:

 https://repository.apache.org/content/repositories/orgapacheopenwebbeans-1001/


 SVN source tag:

 https://svn.apache.org/repos/asf/openwebbeans/tags/openwebbeans-1.2.2/


 Source Release:

 http://repository.apache.org/content/repositories/orgapacheopenwebbeans-1001/org/apache/openwebbeans/openwebbeans/1.2.2/openwebbeans-1.2.2-source-release.zip


 Binary release:


 http://repository.apache.org/content/repositories/orgapacheopenwebbeans-1001/org/apache/openwebbeans/openwebbeans-distribution/1.2.2/openwebbeans-distribution-1.2.2-binary.zip


 PGP release key 2FDB81B1

 http://svn.apache.org/repos/asf/openwebbeans/trunk/KEYS


 The VOTE will be open for 72 hours.
 [ ] +1 approve
 [ ] +0 no opinion
 [ ] -1 veto (and reason why)



 Here is my +1


 LieGrue,
 strub



[jira] [Created] (OWB-935) wrong result of javax.enterprise.inject.Instance in combination with alternatives

2014-02-20 Thread Gerhard Petracek (JIRA)
Gerhard Petracek created OWB-935:


 Summary: wrong result of javax.enterprise.inject.Instance in 
combination with alternatives
 Key: OWB-935
 URL: https://issues.apache.org/jira/browse/OWB-935
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Injection and Lookup
Affects Versions: 1.2.2
Reporter: Gerhard Petracek
 Fix For: 2.0.0


if the result of InjectionResolver#findByAlternatives is  1 (for 
InstanceImpl#iterator) and there is one alternative-bean in the result, beans 
without alternative implementations aren't part of the result, because 
alternativeSet only contains alternative beans - see:

{code}
if (containsAlternative)
{
return alternativeSet;
}

return enableSet;
{code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


Re: [VOTE] Release Apache OpenWebBeans-1.2.2

2014-02-20 Thread Karl Kildén
+1


On 20 February 2014 17:27, Joseph Bergmark bergm...@apache.org wrote:

 +1


 On Wed, Feb 19, 2014 at 4:09 AM, Mark Struberg strub...@yahoo.de wrote:

 
 
  I'd like to call a VOTE on releasing Apache OpenWebBeans-1.2.2 .
 
  This is a maintenance release of the owb_1.2.x branch and targets the
  CDI-1.0 specification.
 
  The ReleaseNotes are available in the README and online:
 
 
 
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310844version=12325007
 
 
  Maven staging repo:
 
 
 https://repository.apache.org/content/repositories/orgapacheopenwebbeans-1001/
 
 
  SVN source tag:
 
  https://svn.apache.org/repos/asf/openwebbeans/tags/openwebbeans-1.2.2/
 
 
  Source Release:
 
 
 http://repository.apache.org/content/repositories/orgapacheopenwebbeans-1001/org/apache/openwebbeans/openwebbeans/1.2.2/openwebbeans-1.2.2-source-release.zip
 
 
  Binary release:
 
 
 
 http://repository.apache.org/content/repositories/orgapacheopenwebbeans-1001/org/apache/openwebbeans/openwebbeans-distribution/1.2.2/openwebbeans-distribution-1.2.2-binary.zip
 
 
  PGP release key 2FDB81B1
 
  http://svn.apache.org/repos/asf/openwebbeans/trunk/KEYS
 
 
  The VOTE will be open for 72 hours.
  [ ] +1 approve
  [ ] +0 no opinion
  [ ] -1 veto (and reason why)
 
 
 
  Here is my +1
 
 
  LieGrue,
  strub