[jira] [Commented] (FELIX-6049) Listeners registered with boolean property are ignored

2019-02-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762408#comment-16762408 ] Carsten Ziegeler commented on FELIX-6049: - Fixed in rev 1853114. > Listeners registered with

[jira] [Resolved] (FELIX-6049) Listeners registered with boolean property are ignored

2019-02-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-6049. - Resolution: Fixed > Listeners registered with boolean property are ignored >

[jira] [Assigned] (FELIX-6049) Listeners registered with boolean property are ignored

2019-02-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned FELIX-6049: --- Assignee: Carsten Ziegeler > Listeners registered with boolean property are ignored

[jira] [Updated] (FELIX-6049) Listeners registered with boolean property are ignored

2019-02-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated FELIX-6049: Summary: Listeners registered with boolean property are ignored (was:

[jira] [Updated] (FELIX-6049) ServletContextListener is not registered/working

2019-02-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated FELIX-6049: Fix Version/s: http.bridge-4.0.6 http.base-4.0.6 >

[jira] [Commented] (FELIX-6049) ServletContextListener is not registered/working

2019-02-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762400#comment-16762400 ] Carsten Ziegeler commented on FELIX-6049: - Thanks, yes in R6 this property needed to be of type

[jira] [Updated] (FELIX-6049) ServletContextListener is not registered/working

2019-02-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated FELIX-6049: Affects Version/s: http.base-4.0.4 http.bridge-4.0.4 >

[jira] [Commented] (FELIX-6050) Get rid of SinglePrototypeRefPair

2019-02-06 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762212#comment-16762212 ] David Jencks commented on FELIX-6050: - The motivation was to provide a simpler quicker code path when

[jira] [Commented] (FELIX-6050) Get rid of SinglePrototypeRefPair

2019-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762189#comment-16762189 ] ASF GitHub Bot commented on FELIX-6050: --- GitHub user tjwatson opened a pull request:

[GitHub] felix pull request #182: FELIX-6050 - remove SinglePrototypeRefPair

2019-02-06 Thread tjwatson
GitHub user tjwatson opened a pull request: https://github.com/apache/felix/pull/182 FELIX-6050 - remove SinglePrototypeRefPair You can merge this pull request into a Git repository by running: $ git pull https://github.com/tjwatson/felix FELIX-6050 Alternatively you can

[jira] [Created] (FELIX-6050) Get rid of SinglePrototypeRefPair

2019-02-06 Thread Thomas Watson (JIRA)
Thomas Watson created FELIX-6050: Summary: Get rid of SinglePrototypeRefPair Key: FELIX-6050 URL: https://issues.apache.org/jira/browse/FELIX-6050 Project: Felix Issue Type: Bug

[jira] [Commented] (FELIX-6049) ServletContextListener is not registered/working

2019-02-06 Thread Thomas Driessen (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16761900#comment-16761900 ] Thomas Driessen commented on FELIX-6049: ListenersTracker#getServiceInfo is called.   I

[jira] [Commented] (FELIX-6049) ServletContextListener is not registered/working

2019-02-06 Thread Thomas Driessen (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16761904#comment-16761904 ] Thomas Driessen commented on FELIX-6049: A quick check validated this. If I change my component

[jira] [Commented] (FELIX-6049) ServletContextListener is not registered/working

2019-02-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16761840#comment-16761840 ] Carsten Ziegeler commented on FELIX-6049: - Registration looks ok to me, it seems your listener is

[jira] [Commented] (FELIX-5998) NPE in Resolver checkPackageSpaceConsistency

2019-02-06 Thread Thomas Watson (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16761766#comment-16761766 ] Thomas Watson commented on FELIX-5998: -- My point about equality check is that by design the resolver

[jira] [Commented] (FELIX-6043) ClassNotFoundException org.osgi.util.function.Function

2019-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16761594#comment-16761594 ] ASF GitHub Bot commented on FELIX-6043: --- Github user pleeplop closed the pull request at:

[GitHub] felix pull request #179: Update SCR dependencies to R7

2019-02-06 Thread pleeplop
Github user pleeplop closed the pull request at: https://github.com/apache/felix/pull/179 ---

[GitHub] felix pull request #177: FELIX-6043 ClassNotFoundException caused by org.osg...

2019-02-06 Thread pleeplop
Github user pleeplop closed the pull request at: https://github.com/apache/felix/pull/177 ---