[SCR] New Release?

2016-05-11 Thread Carsten Ziegeler
Hi, I'm wondering if we should do a new SCR release, there seem to be several fixes/improvements which we haven't released yet. Thoughts? Carsten -- Carsten Ziegeler Adobe Research Switzerland cziege...@apache.org

[jira] [Updated] (FELIX-5255) Reduce number of permutations to validate if the number gets too great to be reasonable

2016-05-11 Thread Thomas Watson (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Watson updated FELIX-5255: - Summary: Reduce number of permutations to validate if the number gets too great to be reasonable

[jira] [Updated] (FELIX-5255) Reduce number of purmutations to validate if the number gets too great to be reasonable

2016-05-11 Thread Thomas Watson (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Watson updated FELIX-5255: - Summary: Reduce number of purmutations to validate if the number gets too great to be reasonable

[jira] [Updated] (FELIX-5255) Reduce number of purmutations to validate if the number gets to great too be reasonable

2016-05-11 Thread Thomas Watson (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Watson updated FELIX-5255: - Summary: Reduce number of purmutations to validate if the number gets to great too be reasonable

[jira] [Created] (FELIX-5255) Reduce number of purmutations to validate if the number gets to great to be reasonable

2016-05-11 Thread Thomas Watson (JIRA)
Thomas Watson created FELIX-5255: Summary: Reduce number of purmutations to validate if the number gets to great to be reasonable Key: FELIX-5255 URL: https://issues.apache.org/jira/browse/FELIX-5255

[jira] [Created] (FELIX-5254) Improve structure of permutations to use unmodifiable capability lists

2016-05-11 Thread Thomas Watson (JIRA)
Thomas Watson created FELIX-5254: Summary: Improve structure of permutations to use unmodifiable capability lists Key: FELIX-5254 URL: https://issues.apache.org/jira/browse/FELIX-5254 Project: Felix

Re: Some ideas for improvements in resolver

2016-05-11 Thread Guillaume Nodet
2016-05-11 15:45 GMT+02:00 Thomas Watson : > I want to keep a copy of the spec source in the project because we will be > using the project to prototype OSGi R7. It helps to keep the source in the > project so we can get the very latest before the final spec is released. > The

Re: Some ideas for improvements in resolver

2016-05-11 Thread Richard S. Hall
On 5/11/16 10:10 , Christian Schneider wrote: On 11.05.2016 15:52, Jean-Baptiste Onofré wrote: Hi Christian, About 1/, the spec classes will be embedded in the resolver bundle anyway ? It is not about removing the embedding. This is fine. It is more about keeping the spec sources in one

Re: Some ideas for improvements in resolver

2016-05-11 Thread Thomas Watson
At some point I think the OSGi Alliance may do this but it gets relatively late in the process. Tom On Wed, May 11, 2016 at 9:52 AM, Richard S. Hall wrote: > On 5/11/16 10:10 , Christian Schneider wrote: > >> On 11.05.2016 15:52, Jean-Baptiste Onofré wrote: >> >>> Hi

Re: Some ideas for improvements in resolver

2016-05-11 Thread Christian Schneider
On 11.05.2016 15:45, Thomas Watson wrote: I want to keep a copy of the spec source in the project because we will be using the project to prototype OSGi R7. It helps to keep the source in the project so we can get the very latest before the final spec is released. The felix resolver impl is

Re: Some ideas for improvements in resolver

2016-05-11 Thread Christian Schneider
On 11.05.2016 15:52, Jean-Baptiste Onofré wrote: Hi Christian, About 1/, the spec classes will be embedded in the resolver bundle anyway ? It is not about removing the embedding. This is fine. It is more about keeping the spec sources in one place. If we host a copy it is difficult to make

Re: Some ideas for improvements in resolver

2016-05-11 Thread Jean-Baptiste Onofré
Hi Christian, About 1/, the spec classes will be embedded in the resolver bundle anyway ? +1 to upgrade to Java 6. +0 on removing the generic Util class. +0 about ResolveSession and move Blame, PermutationType, etc there. I'm not sure it will actually reduce the "global" weight (just moving

Re: Some ideas for improvements in resolver

2016-05-11 Thread Thomas Watson
I want to keep a copy of the spec source in the project because we will be using the project to prototype OSGi R7. It helps to keep the source in the project so we can get the very latest before the final spec is released. The felix resolver impl is going to be the RI again so we need the freedom

Re: Need to create plugin between osgi bundles

2016-05-11 Thread Neil Bartlett
Hello pKumar4Forum, That sounds nice. Best of luck! Regards, Neil > On 11 May 2016, at 11:55, pKumar4Forum wrote: > > Hello all, > > I had created few bundles in my application. I want to plug those bundles as > display in my attached image > > Simply i want to

Re: Need to create plugin between osgi bundles

2016-05-11 Thread David Bosschaert
Hi, It sounds like a perfect case for OSGi Services. I would recommend looking at OSGi Declarative Services (DS) on using these. Best regards, David On 11 May 2016 at 11:55, pKumar4Forum wrote: > Hello all, > > I had created few bundles in my application. I want to

Need to create plugin between osgi bundles

2016-05-11 Thread pKumar4Forum
Hello all, I had created few bundles in my application. I want to plug those bundles as display in my attached image Simply i want to plug in and plug out these bundles as i want for a specific flow/reason.

[jira] [Closed] (FELIX-5250) NullpointerException in fileinstall when watched directory is a mapped-network-drive

2016-05-11 Thread Marc (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marc closed FELIX-5250. --- Resolution: Won't Fix Java NIO cannot reveive events from a remote filesystem. This would be possible using polling,

Some ideas for improvements in resolver

2016-05-11 Thread Christian Schneider
Thomas asked me to look into the current code in resolver after his improvements. I found some spots that could be improved: - We currently have a copy of the resolver spec sources inside the code. I propose to refer to the spec bundle instead and embed the classes from there. This protects

[jira] [Created] (FELIX-5253) Update to bndlib 3.2.0

2016-05-11 Thread Konrad Windszus (JIRA)
Konrad Windszus created FELIX-5253: -- Summary: Update to bndlib 3.2.0 Key: FELIX-5253 URL: https://issues.apache.org/jira/browse/FELIX-5253 Project: Felix Issue Type: Improvement

[jira] [Commented] (FELIX-5251) Resolver impl is in need of extensive cleanup

2016-05-11 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15279720#comment-15279720 ] Christian Schneider commented on FELIX-5251: The change looks good to me. We still have kind

[jira] [Closed] (FELIX-4848) Split ResolverImpl

2016-05-11 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schneider closed FELIX-4848. -- Resolution: Won't Fix It is indeed a bit frustrating .. I will keep at it though. I

[jira] [Commented] (FELIX-4009) maven bundle plugin should be integrated directly with eclipse

2016-05-11 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15279709#comment-15279709 ] Carsten Ziegeler commented on FELIX-4009: - [~sseif...@pro-vision.de] the 2nd patch is applied. Is

[jira] [Resolved] (FELIX-3076) scr.ant task does not consider the and file patterns of its classpathref property

2016-05-11 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-3076. - Resolution: Won't Fix > scr.ant task does not consider the and file patterns of > its

[jira] [Resolved] (FELIX-5212) Clarify that property service.ranking is generated from SlingFilter order element

2016-05-11 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-5212. - Resolution: Fixed Thanks for your patch, it's applied > Clarify that property

[jira] [Updated] (FELIX-5212) Clarify that property service.ranking is generated from SlingFilter order element

2016-05-11 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated FELIX-5212: Fix Version/s: scr annotations 1.10.0 > Clarify that property service.ranking is generated

[jira] [Assigned] (FELIX-5212) Clarify that property service.ranking is generated from SlingFilter order element

2016-05-11 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned FELIX-5212: --- Assignee: Carsten Ziegeler > Clarify that property service.ranking is generated from

[jira] [Resolved] (FELIX-2928) annotations for @Bind @Unbind @Updated

2016-05-11 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-2928. - Resolution: Won't Fix > annotations for @Bind @Unbind @Updated >

[jira] [Resolved] (FELIX-2961) @Component annotation should support defining the name with a compile time constant (instead of just a constant value)

2016-05-11 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-2961. - Resolution: Won't Fix > @Component annotation should support defining the name with a

[jira] [Resolved] (FELIX-4271) Allow processing of test components

2016-05-11 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-4271. - Resolution: Won't Fix > Allow processing of test components >

[jira] [Resolved] (FELIX-4036) Check for label/description of component and properties when metatype information is generated

2016-05-11 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-4036. - Resolution: Won't Fix > Check for label/description of component and properties when

[jira] [Resolved] (FELIX-5118) Exception when running on jdk9-ea

2016-05-11 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-5118. - Resolution: Fixed Thanks for the patch [~omajid]. I've applied a slightly modified

[jira] [Assigned] (FELIX-5118) Exception when running on jdk9-ea

2016-05-11 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned FELIX-5118: --- Assignee: Carsten Ziegeler > Exception when running on jdk9-ea >

[jira] [Updated] (FELIX-5118) Exception when running on jdk9-ea

2016-05-11 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated FELIX-5118: Fix Version/s: scr generator 1.14.0 scr ant task 1.15.0

[jira] [Commented] (FELIX-5072) Support optional property "pattern" in @SlingFilter annotation

2016-05-11 Thread Georg Henzler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15279622#comment-15279622 ] Georg Henzler commented on FELIX-5072: -- [~cziegeler] Could you create the release 1.10.0 for this? (I