Re: [VOTE] Apache Felix Dependency Manager Release R15

2018-12-19 Thread Karl Pauls
+1 regards, Karl On Thursday, December 20, 2018, Carsten Ziegeler wrote: > +1 > > > Carsten > > > Pierre De Rop wrote > >> Hello everyone; >> >> I would like to call for a vote on the Dependency Manager top level >> release >> R15. >> >> release notes: >> >> ** Task >> * [FELIX-5996] -

Re: [VOTE] Apache Felix Dependency Manager Release R15

2018-12-19 Thread Carsten Ziegeler
+1 Carsten Pierre De Rop wrote Hello everyone; I would like to call for a vote on the Dependency Manager top level release R15. release notes: ** Task * [FELIX-5996] - Remove generic parameter in DM Component interface You can use this UNIX script to download the release and verify

Re: [VOTE] Apache Felix Dependency Manager Release R15

2018-12-19 Thread Jean-Baptiste Onofré
+1 (binding) Regards JB Le 20 déc. 2018 à 00:38, à 00:38, Pierre De Rop a écrit: >Hello everyone; > >I would like to call for a vote on the Dependency Manager top level >release >R15. > >release notes: > >** Task >* [FELIX-5996] - Remove generic parameter in DM Component interface > >You

[VOTE] Apache Felix Dependency Manager Release R15

2018-12-19 Thread Pierre De Rop
Hello everyone; I would like to call for a vote on the Dependency Manager top level release R15. release notes: ** Task * [FELIX-5996] - Remove generic parameter in DM Component interface You can use this UNIX script to download the release and verify the signatures:

[jira] [Resolved] (FELIX-6003) Add some resolver checks to make sure @RequireGogo annotation works for both jline and shell

2018-12-19 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-6003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Augé resolved FELIX-6003. - Resolution: Fixed See https://svn.apache.org/repos/asf/felix/trunk@1849345 > Add some resolver

[jira] [Resolved] (FELIX-5999) cleanup compiler warnings

2018-12-19 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-5999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Augé resolved FELIX-5999. - Resolution: Fixed See https://svn.apache.org/repos/asf/felix/trunk@1849342 > cleanup compiler

[jira] [Resolved] (FELIX-6002) Remove legacy code in Gogo Command

2018-12-19 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-6002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Augé resolved FELIX-6002. - Resolution: Fixed See https://svn.apache.org/repos/asf/felix/trunk@1849344 > Remove legacy code

[jira] [Resolved] (FELIX-5970) Add requirement & capabilities model so gogo can be resolved

2018-12-19 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-5970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Augé resolved FELIX-5970. - Resolution: Fixed See https://svn.apache.org/repos/asf/felix/trunk@1849345 > Add requirement &

[DISCUSS] Introduce HC status TEMP_UNAVAILABLE

2018-12-19 Thread Georg Henzler
Hi, To continue the discussion [1] and after having thought about the topic for a while, I believe it makes sense to introduce the new status TEMP_UNAVAILABLE [2]. Looking at real-world traffic lights, we also have an amber/red status which is different from just amber alone [3]. Is

[jira] [Updated] (FELIX-6005) Introduce result status TEMP_UNAVAILABLE for health checks

2018-12-19 Thread Georg Henzler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georg Henzler updated FELIX-6005: - Description: Currently, health checks support the following result status values: {code:java} OK

[jira] [Created] (FELIX-6005) Introduce result status TEMP_UNAVAILABLE for health checks

2018-12-19 Thread Georg Henzler (JIRA)
Georg Henzler created FELIX-6005: Summary: Introduce result status TEMP_UNAVAILABLE for health checks Key: FELIX-6005 URL: https://issues.apache.org/jira/browse/FELIX-6005 Project: Felix

[jira] [Created] (FELIX-6004) Create a health check annotation based on OSGi R7 component property types

2018-12-19 Thread Georg Henzler (JIRA)
Georg Henzler created FELIX-6004: Summary: Create a health check annotation based on OSGi R7 component property types Key: FELIX-6004 URL: https://issues.apache.org/jira/browse/FELIX-6004 Project:

[jira] [Updated] (FELIX-6004) Create a health check annotation based on OSGi R7 component property types

2018-12-19 Thread Georg Henzler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georg Henzler updated FELIX-6004: - Description: In the same way as it was possible for Sling HCs [1] (based on felix SCR plugin),

[jira] [Updated] (FELIX-5952) Felix Health Checks

2018-12-19 Thread Georg Henzler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georg Henzler updated FELIX-5952: - Component/s: Health Checks > Felix Health Checks > --- > > Key:

[jira] [Resolved] (FELIX-5952) Felix Health Checks

2018-12-19 Thread Georg Henzler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georg Henzler resolved FELIX-5952. -- Resolution: Fixed > Felix Health Checks > --- > > Key:

[jira] [Assigned] (FELIX-5952) Felix Health Checks

2018-12-19 Thread Georg Henzler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georg Henzler reassigned FELIX-5952: Assignee: Georg Henzler (was: Karl Pauls) > Felix Health Checks > --- >

[Converter] How to workaround this ConversionException for an optional value ?

2018-12-19 Thread Cristiano
Hello all, I'm using Converter to convert a JsonObject (a Map) to an Interface. I've created this test for a scenario where any bundle is informed:     IProvisioningConfiguration config = CONVERTER.convert(json)     .to(IProvisioningConfiguration.class);    

[jira] [Commented] (FELIX-5970) Add requirement & capabilities model so gogo can be resolved

2018-12-19 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-5970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16725182#comment-16725182 ] Raymond Augé commented on FELIX-5970: - I've implemented it slightly differently. There's a gogo

[jira] [Work started] (FELIX-5970) Add requirement & capabilities model so gogo can be resolved

2018-12-19 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-5970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on FELIX-5970 started by Raymond Augé. --- > Add requirement & capabilities model so gogo can be resolved >

[jira] [Created] (FELIX-6002) Remove legacy code in Gogo Command

2018-12-19 Thread JIRA
Raymond Augé created FELIX-6002: --- Summary: Remove legacy code in Gogo Command Key: FELIX-6002 URL: https://issues.apache.org/jira/browse/FELIX-6002 Project: Felix Issue Type: Improvement

[jira] [Created] (FELIX-6003) Add some resolver checks to make sure @RequireGogo annotation works for both jline and shell

2018-12-19 Thread JIRA
Raymond Augé created FELIX-6003: --- Summary: Add some resolver checks to make sure @RequireGogo annotation works for both jline and shell Key: FELIX-6003 URL: https://issues.apache.org/jira/browse/FELIX-6003

[jira] [Work started] (FELIX-6003) Add some resolver checks to make sure @RequireGogo annotation works for both jline and shell

2018-12-19 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-6003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on FELIX-6003 started by Raymond Augé. --- > Add some resolver checks to make sure @RequireGogo annotation works for both >

[jira] [Work started] (FELIX-6002) Remove legacy code in Gogo Command

2018-12-19 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-6002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on FELIX-6002 started by Raymond Augé. --- > Remove legacy code in Gogo Command > -- > >

[jira] [Updated] (FELIX-5996) Remove generic parameter in DM Component interface

2018-12-19 Thread Pierre De Rop (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre De Rop updated FELIX-5996: - Fix Version/s: org.apache.felix.dependencymanager-r15 > Remove generic parameter in DM Component

[jira] [Resolved] (FELIX-5996) Remove generic parameter in DM Component interface

2018-12-19 Thread Pierre De Rop (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre De Rop resolved FELIX-5996. -- Resolution: Fixed Committed a patch in rv 1849304, and now no more generic parameters are