Re: [VOTE] Release Apache Felix SCR Generator 1.18.4, SCR Bnd Plugin 1.9.6 and Maven SCR Plugin 1.26.4

2019-12-04 Thread Pierre De Rop
Hi,

+1

Pierre

On Wed, Dec 4, 2019 at 4:27 PM Stefan Seifert 
wrote:

> +1 (non-binding)
>
> stefan
>
>


[jira] [Comment Edited] (FELIX-6203) Make bundleplugin pom.proterties reproducible

2019-12-04 Thread Herve Boutemy (Jira)


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

Herve Boutemy edited comment on FELIX-6203 at 12/4/19 8:36 PM:
---

notice that in Maven, we already had such issue with stupid comment in 
properties file containing timestamp: see MSHARED-494

we solved it by removing the comments (and asking Oracle in the future to not 
add such noise in Properties.save())

I suppose the removal strategy would be more efficient in the current


was (Author: hboutemy):
notice that in Maven, we already had such issue with stupid comment in 
properties file containing timestamp

we solved it by removing the comments (and asking Oracle in the future to not 
add such noise in Properties.save())

I suppose the removal strategy would be more efficient in the current

> Make bundleplugin pom.proterties reproducible
> -
>
> Key: FELIX-6203
> URL: https://issues.apache.org/jira/browse/FELIX-6203
> Project: Felix
>  Issue Type: Improvement
>  Components: Maven Bundle Plugin
>Reporter: Bernhard M. Wiedemann
>Priority: Major
>
> For reproducible builds, we want to be able to produce the same results from 
> the same inputs.
> However the pom.properties file generted by maven-plugin-bundle varied across 
> builds, because it contains a timestamp.
> [https://github.com/apache/felix/pull/209] fixes this for us.
> The alternative approach would be to drop the timestamp, if it is not needed.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FELIX-6203) Make bundleplugin pom.proterties reproducible

2019-12-04 Thread Herve Boutemy (Jira)


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

Herve Boutemy commented on FELIX-6203:
--

notice that in Maven, we already had such issue with stupid comment in 
properties file containing timestamp

we solved it by removing the comments (and asking Oracle in the future to not 
add such noise in Properties.save())

I suppose the removal strategy would be more efficient in the current

> Make bundleplugin pom.proterties reproducible
> -
>
> Key: FELIX-6203
> URL: https://issues.apache.org/jira/browse/FELIX-6203
> Project: Felix
>  Issue Type: Improvement
>  Components: Maven Bundle Plugin
>Reporter: Bernhard M. Wiedemann
>Priority: Major
>
> For reproducible builds, we want to be able to produce the same results from 
> the same inputs.
> However the pom.properties file generted by maven-plugin-bundle varied across 
> builds, because it contains a timestamp.
> [https://github.com/apache/felix/pull/209] fixes this for us.
> The alternative approach would be to drop the timestamp, if it is not needed.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


RE: [VOTE] Release Apache Felix SCR Generator 1.18.4, SCR Bnd Plugin 1.9.6 and Maven SCR Plugin 1.26.4

2019-12-04 Thread Stefan Seifert
+1 (non-binding)

stefan



Re: [VOTE] Release Apache Felix SCR Generator 1.18.4, SCR Bnd Plugin 1.9.6 and Maven SCR Plugin 1.26.4

2019-12-04 Thread Raymond Auge
+1

On Wed, Dec 4, 2019 at 6:18 AM David Bosschaert 
wrote:

> +1
>
> David
>
> On Wed, 4 Dec 2019 at 09:17, Carsten Ziegeler 
> wrote:
>
> > We solved one issue in the SCR Tooling:
> >
> > https://issues.apache.org/jira/browse/FELIX-6204
> >
> > Staging repositories:
> > https://repository.apache.org/content/repositories/orgapachefelix-1322/
> >
> > You can use this UNIX script to download the release and verify the
> > signatures:
> > http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh
> >
> > Usage:
> > sh check_staged_release.sh 1322 /tmp/felix-staging
> >
> > Please vote to approve this release:
> >
> > [ ] +1 Approve the release
> > [ ] -1 Veto the release (please provide specific comments)
> >
> > Regards
> > Carsten
> > --
> > Carsten Ziegeler
> > Adobe Research Switzerland
> > cziege...@apache.org
> >
>


-- 
*Raymond Augé* 
 (@rotty3000)
Senior Software Architect *Liferay, Inc.* 
 (@Liferay)


[jira] [Resolved] (FELIX-6206) NPE in ComponentRegistry.getComponentHolders()

2019-12-04 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved FELIX-6206.
-
Resolution: Fixed

Thanks for the patch [~nite]. It's applied in rev 1870827.

> NPE in ComponentRegistry.getComponentHolders()
> --
>
> Key: FELIX-6206
> URL: https://issues.apache.org/jira/browse/FELIX-6206
> Project: Felix
>  Issue Type: Bug
>  Components: Declarative Services (SCR)
>Affects Versions: scr-2.1.14
>Reporter: Robert Varga
>Assignee: Carsten Ziegeler
>Priority: Major
> Fix For: scr-2.1.18
>
> Attachments: 
> 0001-FELIX-6202-ignore-component-name-reservations-in-Com.patch
>
>
> We encountered the following splat in OpenDaylight:
> {code:java}
> java.lang.NullPointerException: null
>   at 
> org.apache.felix.scr.impl.ComponentRegistry.getComponentHolders(ComponentRegistry.java:360)
>  ~[?:?]
>   at 
> org.apache.felix.scr.impl.runtime.ServiceComponentRuntimeImpl.getComponentDescriptionDTOs(ServiceComponentRuntimeImpl.java:76)
>  ~[?:?]
>   at 
> org.apache.karaf.scr.state.ScrBundleStateService.getDiag(ScrBundleStateService.java:43)
>  ~[?:?]
>   at 
> org.apache.karaf.bundle.core.internal.BundleServiceImpl.getDiag(BundleServiceImpl.java:112)
>  ~[?:?]
>   at Proxy3fe0a7aa_4f02_41e1_846b_e34ff5062233.getDiag(Unknown Source) 
> ~[?:?]
>   at 
> org.opendaylight.odlparent.bundlestest.lib.BundleDiagInfosImpl.forContext(BundleDiagInfosImpl.java:90)
>  ~[?:?]
>   at 
> org.opendaylight.odlparent.bundlestest.lib.TestBundleDiag.getBundleDiagInfos(TestBundleDiag.java:118)
>  ~[?:?]
>   at 
> org.awaitility.core.AbstractHamcrestCondition$1.eval(AbstractHamcrestCondition.java:50)
>  ~[?:?]
>   at 
> org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:190)
>  ~[?:?]
>   at 
> org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:177)
>  ~[?:?]
>   at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  ~[?:?]
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  ~[?:?]
>   at java.lang.Thread.run(Thread.java:834) [?:?]{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (FELIX-6206) NPE in ComponentRegistry.getComponentHolders()

2019-12-04 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler reassigned FELIX-6206:
---

Assignee: Carsten Ziegeler

> NPE in ComponentRegistry.getComponentHolders()
> --
>
> Key: FELIX-6206
> URL: https://issues.apache.org/jira/browse/FELIX-6206
> Project: Felix
>  Issue Type: Bug
>  Components: Declarative Services (SCR)
>Affects Versions: scr-2.1.14
>Reporter: Robert Varga
>Assignee: Carsten Ziegeler
>Priority: Major
> Fix For: scr-2.1.18
>
> Attachments: 
> 0001-FELIX-6202-ignore-component-name-reservations-in-Com.patch
>
>
> We encountered the following splat in OpenDaylight:
> {code:java}
> java.lang.NullPointerException: null
>   at 
> org.apache.felix.scr.impl.ComponentRegistry.getComponentHolders(ComponentRegistry.java:360)
>  ~[?:?]
>   at 
> org.apache.felix.scr.impl.runtime.ServiceComponentRuntimeImpl.getComponentDescriptionDTOs(ServiceComponentRuntimeImpl.java:76)
>  ~[?:?]
>   at 
> org.apache.karaf.scr.state.ScrBundleStateService.getDiag(ScrBundleStateService.java:43)
>  ~[?:?]
>   at 
> org.apache.karaf.bundle.core.internal.BundleServiceImpl.getDiag(BundleServiceImpl.java:112)
>  ~[?:?]
>   at Proxy3fe0a7aa_4f02_41e1_846b_e34ff5062233.getDiag(Unknown Source) 
> ~[?:?]
>   at 
> org.opendaylight.odlparent.bundlestest.lib.BundleDiagInfosImpl.forContext(BundleDiagInfosImpl.java:90)
>  ~[?:?]
>   at 
> org.opendaylight.odlparent.bundlestest.lib.TestBundleDiag.getBundleDiagInfos(TestBundleDiag.java:118)
>  ~[?:?]
>   at 
> org.awaitility.core.AbstractHamcrestCondition$1.eval(AbstractHamcrestCondition.java:50)
>  ~[?:?]
>   at 
> org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:190)
>  ~[?:?]
>   at 
> org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:177)
>  ~[?:?]
>   at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  ~[?:?]
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  ~[?:?]
>   at java.lang.Thread.run(Thread.java:834) [?:?]{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FELIX-6206) NPE in ComponentRegistry.getComponentHolders()

2019-12-04 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler updated FELIX-6206:

Fix Version/s: scr-2.1.18

> NPE in ComponentRegistry.getComponentHolders()
> --
>
> Key: FELIX-6206
> URL: https://issues.apache.org/jira/browse/FELIX-6206
> Project: Felix
>  Issue Type: Bug
>  Components: Declarative Services (SCR)
>Affects Versions: scr-2.1.14
>Reporter: Robert Varga
>Priority: Major
> Fix For: scr-2.1.18
>
> Attachments: 
> 0001-FELIX-6202-ignore-component-name-reservations-in-Com.patch
>
>
> We encountered the following splat in OpenDaylight:
> {code:java}
> java.lang.NullPointerException: null
>   at 
> org.apache.felix.scr.impl.ComponentRegistry.getComponentHolders(ComponentRegistry.java:360)
>  ~[?:?]
>   at 
> org.apache.felix.scr.impl.runtime.ServiceComponentRuntimeImpl.getComponentDescriptionDTOs(ServiceComponentRuntimeImpl.java:76)
>  ~[?:?]
>   at 
> org.apache.karaf.scr.state.ScrBundleStateService.getDiag(ScrBundleStateService.java:43)
>  ~[?:?]
>   at 
> org.apache.karaf.bundle.core.internal.BundleServiceImpl.getDiag(BundleServiceImpl.java:112)
>  ~[?:?]
>   at Proxy3fe0a7aa_4f02_41e1_846b_e34ff5062233.getDiag(Unknown Source) 
> ~[?:?]
>   at 
> org.opendaylight.odlparent.bundlestest.lib.BundleDiagInfosImpl.forContext(BundleDiagInfosImpl.java:90)
>  ~[?:?]
>   at 
> org.opendaylight.odlparent.bundlestest.lib.TestBundleDiag.getBundleDiagInfos(TestBundleDiag.java:118)
>  ~[?:?]
>   at 
> org.awaitility.core.AbstractHamcrestCondition$1.eval(AbstractHamcrestCondition.java:50)
>  ~[?:?]
>   at 
> org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:190)
>  ~[?:?]
>   at 
> org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:177)
>  ~[?:?]
>   at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  ~[?:?]
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  ~[?:?]
>   at java.lang.Thread.run(Thread.java:834) [?:?]{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FELIX-6206) NPE in ComponentRegistry.getComponentHolders()

2019-12-04 Thread Robert Varga (Jira)


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

Robert Varga updated FELIX-6206:

Attachment: 0001-FELIX-6202-ignore-component-name-reservations-in-Com.patch

> NPE in ComponentRegistry.getComponentHolders()
> --
>
> Key: FELIX-6206
> URL: https://issues.apache.org/jira/browse/FELIX-6206
> Project: Felix
>  Issue Type: Bug
>  Components: Declarative Services (SCR)
>Affects Versions: scr-2.1.14
>Reporter: Robert Varga
>Priority: Major
> Attachments: 
> 0001-FELIX-6202-ignore-component-name-reservations-in-Com.patch
>
>
> We encountered the following splat in OpenDaylight:
> {code:java}
> java.lang.NullPointerException: null
>   at 
> org.apache.felix.scr.impl.ComponentRegistry.getComponentHolders(ComponentRegistry.java:360)
>  ~[?:?]
>   at 
> org.apache.felix.scr.impl.runtime.ServiceComponentRuntimeImpl.getComponentDescriptionDTOs(ServiceComponentRuntimeImpl.java:76)
>  ~[?:?]
>   at 
> org.apache.karaf.scr.state.ScrBundleStateService.getDiag(ScrBundleStateService.java:43)
>  ~[?:?]
>   at 
> org.apache.karaf.bundle.core.internal.BundleServiceImpl.getDiag(BundleServiceImpl.java:112)
>  ~[?:?]
>   at Proxy3fe0a7aa_4f02_41e1_846b_e34ff5062233.getDiag(Unknown Source) 
> ~[?:?]
>   at 
> org.opendaylight.odlparent.bundlestest.lib.BundleDiagInfosImpl.forContext(BundleDiagInfosImpl.java:90)
>  ~[?:?]
>   at 
> org.opendaylight.odlparent.bundlestest.lib.TestBundleDiag.getBundleDiagInfos(TestBundleDiag.java:118)
>  ~[?:?]
>   at 
> org.awaitility.core.AbstractHamcrestCondition$1.eval(AbstractHamcrestCondition.java:50)
>  ~[?:?]
>   at 
> org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:190)
>  ~[?:?]
>   at 
> org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:177)
>  ~[?:?]
>   at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  ~[?:?]
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  ~[?:?]
>   at java.lang.Thread.run(Thread.java:834) [?:?]{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FELIX-6206) NPE in ComponentRegistry.getComponentHolders()

2019-12-04 Thread Robert Varga (Jira)


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

Robert Varga commented on FELIX-6206:
-

The problem here is that ComponentRegistry.m_componentHoldersByName can legally 
contain null values (via checkComponentName()), thus 
ComponentRegistry.getComponentHolders() will return a List containing null 
values – a situation getComponentHolders() and others do not account for nor is 
it documented in ComponentRegistry.getComponentHolders() API spec.

 

> NPE in ComponentRegistry.getComponentHolders()
> --
>
> Key: FELIX-6206
> URL: https://issues.apache.org/jira/browse/FELIX-6206
> Project: Felix
>  Issue Type: Bug
>  Components: Declarative Services (SCR)
>Affects Versions: scr-2.1.14
>Reporter: Robert Varga
>Priority: Major
>
> We encountered the following splat in OpenDaylight:
> {code:java}
> java.lang.NullPointerException: null
>   at 
> org.apache.felix.scr.impl.ComponentRegistry.getComponentHolders(ComponentRegistry.java:360)
>  ~[?:?]
>   at 
> org.apache.felix.scr.impl.runtime.ServiceComponentRuntimeImpl.getComponentDescriptionDTOs(ServiceComponentRuntimeImpl.java:76)
>  ~[?:?]
>   at 
> org.apache.karaf.scr.state.ScrBundleStateService.getDiag(ScrBundleStateService.java:43)
>  ~[?:?]
>   at 
> org.apache.karaf.bundle.core.internal.BundleServiceImpl.getDiag(BundleServiceImpl.java:112)
>  ~[?:?]
>   at Proxy3fe0a7aa_4f02_41e1_846b_e34ff5062233.getDiag(Unknown Source) 
> ~[?:?]
>   at 
> org.opendaylight.odlparent.bundlestest.lib.BundleDiagInfosImpl.forContext(BundleDiagInfosImpl.java:90)
>  ~[?:?]
>   at 
> org.opendaylight.odlparent.bundlestest.lib.TestBundleDiag.getBundleDiagInfos(TestBundleDiag.java:118)
>  ~[?:?]
>   at 
> org.awaitility.core.AbstractHamcrestCondition$1.eval(AbstractHamcrestCondition.java:50)
>  ~[?:?]
>   at 
> org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:190)
>  ~[?:?]
>   at 
> org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:177)
>  ~[?:?]
>   at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  ~[?:?]
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  ~[?:?]
>   at java.lang.Thread.run(Thread.java:834) [?:?]{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (FELIX-6206) NPE in ComponentRegistry.getComponentHolders()

2019-12-04 Thread Robert Varga (Jira)
Robert Varga created FELIX-6206:
---

 Summary: NPE in ComponentRegistry.getComponentHolders()
 Key: FELIX-6206
 URL: https://issues.apache.org/jira/browse/FELIX-6206
 Project: Felix
  Issue Type: Bug
  Components: Declarative Services (SCR)
Affects Versions: scr-2.1.14
Reporter: Robert Varga


We encountered the following splat in OpenDaylight:
{code:java}
java.lang.NullPointerException: null
at 
org.apache.felix.scr.impl.ComponentRegistry.getComponentHolders(ComponentRegistry.java:360)
 ~[?:?]
at 
org.apache.felix.scr.impl.runtime.ServiceComponentRuntimeImpl.getComponentDescriptionDTOs(ServiceComponentRuntimeImpl.java:76)
 ~[?:?]
at 
org.apache.karaf.scr.state.ScrBundleStateService.getDiag(ScrBundleStateService.java:43)
 ~[?:?]
at 
org.apache.karaf.bundle.core.internal.BundleServiceImpl.getDiag(BundleServiceImpl.java:112)
 ~[?:?]
at Proxy3fe0a7aa_4f02_41e1_846b_e34ff5062233.getDiag(Unknown Source) 
~[?:?]
at 
org.opendaylight.odlparent.bundlestest.lib.BundleDiagInfosImpl.forContext(BundleDiagInfosImpl.java:90)
 ~[?:?]
at 
org.opendaylight.odlparent.bundlestest.lib.TestBundleDiag.getBundleDiagInfos(TestBundleDiag.java:118)
 ~[?:?]
at 
org.awaitility.core.AbstractHamcrestCondition$1.eval(AbstractHamcrestCondition.java:50)
 ~[?:?]
at 
org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:190)
 ~[?:?]
at 
org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:177)
 ~[?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 
~[?:?]
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 
~[?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


Re: [VOTE] Release Apache Felix SCR Generator 1.18.4, SCR Bnd Plugin 1.9.6 and Maven SCR Plugin 1.26.4

2019-12-04 Thread David Bosschaert
+1

David

On Wed, 4 Dec 2019 at 09:17, Carsten Ziegeler  wrote:

> We solved one issue in the SCR Tooling:
>
> https://issues.apache.org/jira/browse/FELIX-6204
>
> Staging repositories:
> https://repository.apache.org/content/repositories/orgapachefelix-1322/
>
> You can use this UNIX script to download the release and verify the
> signatures:
> http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh
>
> Usage:
> sh check_staged_release.sh 1322 /tmp/felix-staging
>
> Please vote to approve this release:
>
> [ ] +1 Approve the release
> [ ] -1 Veto the release (please provide specific comments)
>
> Regards
> Carsten
> --
> Carsten Ziegeler
> Adobe Research Switzerland
> cziege...@apache.org
>


Re: [VOTE] Release Apache Felix SCR Generator 1.18.4, SCR Bnd Plugin 1.9.6 and Maven SCR Plugin 1.26.4

2019-12-04 Thread Carsten Ziegeler

+1

Carsten

Am 04.12.2019 um 10:17 schrieb Carsten Ziegeler:

We solved one issue in the SCR Tooling:

https://issues.apache.org/jira/browse/FELIX-6204

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

You can use this UNIX script to download the release and verify the
signatures:
http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh

Usage:
sh check_staged_release.sh 1322 /tmp/felix-staging

Please vote to approve this release:

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

Regards
Carsten
--
Carsten Ziegeler
Adobe Research Switzerland
cziege...@apache.org


--
--
Carsten Ziegeler
Adobe Research Switzerland
cziege...@apache.org


[VOTE] Release Apache Felix SCR Generator 1.18.4, SCR Bnd Plugin 1.9.6 and Maven SCR Plugin 1.26.4

2019-12-04 Thread Carsten Ziegeler

We solved one issue in the SCR Tooling:

https://issues.apache.org/jira/browse/FELIX-6204

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

You can use this UNIX script to download the release and verify the
signatures:
http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh

Usage:
sh check_staged_release.sh 1322 /tmp/felix-staging

Please vote to approve this release:

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

Regards
Carsten
--
Carsten Ziegeler
Adobe Research Switzerland
cziege...@apache.org


[jira] [Updated] (FELIX-6204) org.apache.felix.scrplugin.helper.ClassScanner.scanSources should ignore module-info

2019-12-04 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler updated FELIX-6204:

Fix Version/s: maven-scr-plugin 1.26.4

> org.apache.felix.scrplugin.helper.ClassScanner.scanSources should ignore 
> module-info
> 
>
> Key: FELIX-6204
> URL: https://issues.apache.org/jira/browse/FELIX-6204
> Project: Felix
>  Issue Type: Bug
>  Components: SCR Tooling
>Affects Versions: scr bnd plugin 1.9.4, scr generator 1.18.2, 
> maven-scr-plugin 1.26.2
>Reporter: Julian Reschke
>Assignee: Carsten Ziegeler
>Priority: Minor
> Fix For: scr generator 1.18.4, scr bnd plugin 1.9.6, 
> maven-scr-plugin 1.26.4
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FELIX-6204) org.apache.felix.scrplugin.helper.ClassScanner.scanSources should ignore module-info

2019-12-04 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler updated FELIX-6204:

Affects Version/s: maven-scr-plugin 1.26.0

> org.apache.felix.scrplugin.helper.ClassScanner.scanSources should ignore 
> module-info
> 
>
> Key: FELIX-6204
> URL: https://issues.apache.org/jira/browse/FELIX-6204
> Project: Felix
>  Issue Type: Bug
>  Components: SCR Tooling
>Affects Versions: maven-scr-plugin 1.26.0, scr bnd plugin 1.9.4, scr 
> generator 1.18.2
>Reporter: Julian Reschke
>Assignee: Carsten Ziegeler
>Priority: Minor
> Fix For: scr generator 1.18.4, scr bnd plugin 1.9.6
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FELIX-6204) org.apache.felix.scrplugin.helper.ClassScanner.scanSources should ignore module-info

2019-12-04 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler updated FELIX-6204:

Affects Version/s: (was: maven-scr-plugin 1.26.0)
   maven-scr-plugin 1.26.2

> org.apache.felix.scrplugin.helper.ClassScanner.scanSources should ignore 
> module-info
> 
>
> Key: FELIX-6204
> URL: https://issues.apache.org/jira/browse/FELIX-6204
> Project: Felix
>  Issue Type: Bug
>  Components: SCR Tooling
>Affects Versions: scr bnd plugin 1.9.4, scr generator 1.18.2, 
> maven-scr-plugin 1.26.2
>Reporter: Julian Reschke
>Assignee: Carsten Ziegeler
>Priority: Minor
> Fix For: scr generator 1.18.4, scr bnd plugin 1.9.6
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FELIX-6204) org.apache.felix.scrplugin.helper.ClassScanner.scanSources should ignore module-info

2019-12-04 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler updated FELIX-6204:

Affects Version/s: scr bnd plugin 1.9.4

> org.apache.felix.scrplugin.helper.ClassScanner.scanSources should ignore 
> module-info
> 
>
> Key: FELIX-6204
> URL: https://issues.apache.org/jira/browse/FELIX-6204
> Project: Felix
>  Issue Type: Bug
>  Components: SCR Tooling
>Affects Versions: scr bnd plugin 1.9.4, scr generator 1.18.2
>Reporter: Julian Reschke
>Assignee: Carsten Ziegeler
>Priority: Minor
> Fix For: scr generator 1.19.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FELIX-6204) org.apache.felix.scrplugin.helper.ClassScanner.scanSources should ignore module-info

2019-12-04 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler updated FELIX-6204:

Fix Version/s: scr bnd plugin 1.9.6

> org.apache.felix.scrplugin.helper.ClassScanner.scanSources should ignore 
> module-info
> 
>
> Key: FELIX-6204
> URL: https://issues.apache.org/jira/browse/FELIX-6204
> Project: Felix
>  Issue Type: Bug
>  Components: SCR Tooling
>Affects Versions: scr bnd plugin 1.9.4, scr generator 1.18.2
>Reporter: Julian Reschke
>Assignee: Carsten Ziegeler
>Priority: Minor
> Fix For: scr generator 1.19.0, scr bnd plugin 1.9.6
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (FELIX-6204) org.apache.felix.scrplugin.helper.ClassScanner.scanSources should ignore module-info

2019-12-04 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved FELIX-6204.
-
Resolution: Fixed

Thanks [~reschke]. I've applied your patch

> org.apache.felix.scrplugin.helper.ClassScanner.scanSources should ignore 
> module-info
> 
>
> Key: FELIX-6204
> URL: https://issues.apache.org/jira/browse/FELIX-6204
> Project: Felix
>  Issue Type: Bug
>  Components: SCR Tooling
>Affects Versions: scr generator 1.18.2
>Reporter: Julian Reschke
>Assignee: Carsten Ziegeler
>Priority: Minor
> Fix For: scr generator 1.19.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (FELIX-6204) org.apache.felix.scrplugin.helper.ClassScanner.scanSources should ignore module-info

2019-12-04 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler reassigned FELIX-6204:
---

Assignee: Carsten Ziegeler

> org.apache.felix.scrplugin.helper.ClassScanner.scanSources should ignore 
> module-info
> 
>
> Key: FELIX-6204
> URL: https://issues.apache.org/jira/browse/FELIX-6204
> Project: Felix
>  Issue Type: Bug
>  Components: SCR Tooling
>Affects Versions: scr generator 1.18.2
>Reporter: Julian Reschke
>Assignee: Carsten Ziegeler
>Priority: Minor
> Fix For: scr generator 1.19.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FELIX-6204) org.apache.felix.scrplugin.helper.ClassScanner.scanSources should ignore module-info

2019-12-04 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler updated FELIX-6204:

Fix Version/s: scr generator 1.19.0

> org.apache.felix.scrplugin.helper.ClassScanner.scanSources should ignore 
> module-info
> 
>
> Key: FELIX-6204
> URL: https://issues.apache.org/jira/browse/FELIX-6204
> Project: Felix
>  Issue Type: Bug
>  Components: SCR Tooling
>Affects Versions: scr generator 1.18.2
>Reporter: Julian Reschke
>Priority: Minor
> Fix For: scr generator 1.19.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)