[VOTE] Apache Felix Utils 1.11.2 release

2018-12-11 Thread Jean-Baptiste Onofré
Hi,

I submit Apache Felix Utils 1.11.2 to your vote.

Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100=12343243

Basically, this release contains a fix to deal with fragment (especially
in the Karaf Features Resolver).

Staging Repository:
https://repository.apache.org/content/repositories/orgapachefelix-1273/

Please cast your votes to approve this release:

[ ] +1 Approve the release
[ ] -1 Veto the release (please provide specific comments)

This vote will be open for 72 hours.

Regards
JB
-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


[jira] [Resolved] (FELIX-5997) Hashcode check doesn't work with fragment

2018-12-11 Thread JIRA


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

Jean-Baptiste Onofré resolved FELIX-5997.
-
Resolution: Fixed

> Hashcode check doesn't work with fragment
> -
>
> Key: FELIX-5997
> URL: https://issues.apache.org/jira/browse/FELIX-5997
> Project: Felix
>  Issue Type: Bug
>  Components: Utils
>Affects Versions: utils-1.11.0
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: utils-1.11.2
>
>
> With the introduction of hashcode in {{AbstractCapabilityRequirement}}, utils 
> is not able to deal with fragment.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FELIX-5997) Hashcode check doesn't work with fragment

2018-12-11 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/FELIX-5997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16717641#comment-16717641
 ] 

ASF GitHub Bot commented on FELIX-5997:
---

Github user asfgit closed the pull request at:

https://github.com/apache/felix/pull/164


> Hashcode check doesn't work with fragment
> -
>
> Key: FELIX-5997
> URL: https://issues.apache.org/jira/browse/FELIX-5997
> Project: Felix
>  Issue Type: Bug
>  Components: Utils
>Affects Versions: utils-1.11.0
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: utils-1.11.2
>
>
> With the introduction of hashcode in {{AbstractCapabilityRequirement}}, utils 
> is not able to deal with fragment.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] felix pull request #164: [FELIX-5997] Remove hashcode and equals from Abstra...

2018-12-11 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/felix/pull/164


---


[jira] [Created] (FELIX-5997) Hashcode check doesn't work with fragment

2018-12-11 Thread JIRA
Jean-Baptiste Onofré created FELIX-5997:
---

 Summary: Hashcode check doesn't work with fragment
 Key: FELIX-5997
 URL: https://issues.apache.org/jira/browse/FELIX-5997
 Project: Felix
  Issue Type: Bug
  Components: Utils
Affects Versions: utils-1.11.0
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: utils-1.11.2


With the introduction of hashcode in {{AbstractCapabilityRequirement}}, utils 
is not able to deal with fragment.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FELIX-5997) Hashcode check doesn't work with fragment

2018-12-11 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/FELIX-5997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16717481#comment-16717481
 ] 

ASF GitHub Bot commented on FELIX-5997:
---

GitHub user jbonofre opened a pull request:

https://github.com/apache/felix/pull/164

[FELIX-5997] Remove hashcode and equals from AbstractCapabilityRequirement 
to deal with fragment



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jbonofre/felix FELIX-5997

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/felix/pull/164.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #164


commit 1a74794ae49aceae5a4c45893f31910af0363d38
Author: Jean-Baptiste Onofré 
Date:   2018-12-11T16:24:00Z

[FELIX-5997] Remove hashcode and equals from AbstractCapabilityRequirement 
to deal with fragment




> Hashcode check doesn't work with fragment
> -
>
> Key: FELIX-5997
> URL: https://issues.apache.org/jira/browse/FELIX-5997
> Project: Felix
>  Issue Type: Bug
>  Components: Utils
>Affects Versions: utils-1.11.0
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: utils-1.11.2
>
>
> With the introduction of hashcode in {{AbstractCapabilityRequirement}}, utils 
> is not able to deal with fragment.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] felix pull request #164: [FELIX-5997] Remove hashcode and equals from Abstra...

2018-12-11 Thread jbonofre
GitHub user jbonofre opened a pull request:

https://github.com/apache/felix/pull/164

[FELIX-5997] Remove hashcode and equals from AbstractCapabilityRequirement 
to deal with fragment



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jbonofre/felix FELIX-5997

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/felix/pull/164.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #164


commit 1a74794ae49aceae5a4c45893f31910af0363d38
Author: Jean-Baptiste Onofré 
Date:   2018-12-11T16:24:00Z

[FELIX-5997] Remove hashcode and equals from AbstractCapabilityRequirement 
to deal with fragment




---