You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Marcel Offermans <ma...@luminis.nl> on 2013/05/31 13:46:30 UTC

[VOTE] Release DeploymentAdmin 0.9.2 and AutoConf Processor 0.1.2

Hi all,

I'd like to announce the vote for two Felix bundles. These are the changelogs:

DeploymentAdmin Release 0.9.2
-------------

FELIX-3336 Exceptions related to the pipe used in deployment admin
FELIX-3272 Add property to allow foreign resource processors
FELIX-3515 DeploymentAdmin triggers IOException on install
FELIX-1307 Log situation in DeploymentAdmin impl very unclear
FELIX-3270 Deployment admin incorrectly takes snapshots of bundle data areas
FELIX-3526 DeploymentAdmin fails on windows due to unclosed iostreams
FELIX-1828 Mistake in code of the class UpdateCommand
FELIX-1829 Method AbstractDeploymentPackage.getBundle(...) throws NullPointerException
FELIX-3678 org.apache.felix.deploymentadmin imports wrong version of org.osgi.service.deploymentadmin
FELIX-3139 Implement uninstall() for deployment admin.

AutoConf Processor Release 0.1.2
-------------

FELIX-3243 Autoconf does not recognize non-local non-factory OCDs
FELIX-3245 Autoconf handles metatype 1.1 cardinalty wrong
FELIX-3400 Nullpointer in autoconfprocessor for invalid metatype files


There are still some outstanding issues:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20FELIX%20AND%20component%20%3D%20%22Deployment%20Admin%22%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC

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

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 040 /tmp/felix-staging

Please vote to approve this release:

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

This vote will be open for 72 hours.

Have a nice weekend!

Greetings, Marcel


[VOTE] [CANCELLED] Release DeploymentAdmin 0.9.2 and AutoConf Processor 0.1.2

Posted by Marcel Offermans <ma...@luminis.nl>.
After Bram discovered an issue in the AutoConf manifest, I cancelled the vote an I will fix the issue. Then I will start a new vote.


Re: [VOTE] Release DeploymentAdmin 0.9.2 and AutoConf Processor 0.1.2

Posted by Marcel Offermans <ma...@luminis.nl>.
Hmm, you're right, Bram. I will cancel this vote, fix it, and start a new vote later today.

Greetings, Marcel


On May 31, 2013, at 15:21 PM, Bram de Kruijff <bd...@gmail.com> wrote:

> -1 (non-binding)
> 
> It looks like the autoconf rp now has an import constraint
> "managmentagent=true" for cmpn packages that I think should not be
> there. I know we use it in ACE (beside the typo) to contain the agent,
> but I am guessing this requirements should not be in Felix?
> 
> {quote}
> Caused by: org.osgi.framework.BundleException: Unresolved constraint
> in bundle org.apache.felix.deployment.rp.autoconf [470]: Unable to
> resolve 470.0: missing requirement [470.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.osgi.service.event)(managmentagent=true)(version>=1.2.0)(!(version>=2.0.0)))
> {quote}
> 
> Regards,
> Bram
> 
> 
> 
> 
>> Have a nice weekend!
>> 
>> Greetings, Marcel
>> 


Re: [VOTE] Release DeploymentAdmin 0.9.2 and AutoConf Processor 0.1.2

Posted by Bram de Kruijff <bd...@gmail.com>.
Hi Marcel,

On Fri, May 31, 2013 at 1:46 PM, Marcel Offermans
<ma...@luminis.nl> wrote:
> Hi all,
>
> I'd like to announce the vote for two Felix bundles. These are the changelogs:
>
> DeploymentAdmin Release 0.9.2
> -------------
>
> FELIX-3336 Exceptions related to the pipe used in deployment admin
> FELIX-3272 Add property to allow foreign resource processors
> FELIX-3515 DeploymentAdmin triggers IOException on install
> FELIX-1307 Log situation in DeploymentAdmin impl very unclear
> FELIX-3270 Deployment admin incorrectly takes snapshots of bundle data areas
> FELIX-3526 DeploymentAdmin fails on windows due to unclosed iostreams
> FELIX-1828 Mistake in code of the class UpdateCommand
> FELIX-1829 Method AbstractDeploymentPackage.getBundle(...) throws NullPointerException
> FELIX-3678 org.apache.felix.deploymentadmin imports wrong version of org.osgi.service.deploymentadmin
> FELIX-3139 Implement uninstall() for deployment admin.
>
> AutoConf Processor Release 0.1.2
> -------------
>
> FELIX-3243 Autoconf does not recognize non-local non-factory OCDs
> FELIX-3245 Autoconf handles metatype 1.1 cardinalty wrong
> FELIX-3400 Nullpointer in autoconfprocessor for invalid metatype files
>
>
> There are still some outstanding issues:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20FELIX%20AND%20component%20%3D%20%22Deployment%20Admin%22%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachefelix-040/
>
> 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 040 /tmp/felix-staging
>
> Please vote to approve this release:
>
> [ ] +1 Approve the release
> [ ] -1 Veto the release (please provide specific comments)
>
> This vote will be open for 72 hours.
>

 -1 (non-binding)

It looks like the autoconf rp now has an import constraint
"managmentagent=true" for cmpn packages that I think should not be
there. I know we use it in ACE (beside the typo) to contain the agent,
but I am guessing this requirements should not be in Felix?

{quote}
Caused by: org.osgi.framework.BundleException: Unresolved constraint
in bundle org.apache.felix.deployment.rp.autoconf [470]: Unable to
resolve 470.0: missing requirement [470.0] osgi.wiring.package;
(&(osgi.wiring.package=org.osgi.service.event)(managmentagent=true)(version>=1.2.0)(!(version>=2.0.0)))
{quote}

Regards,
Bram




> Have a nice weekend!
>
> Greetings, Marcel
>