Re: [VOTE] Release Apache Felix Web Console 3.4.0

2012-04-20 Thread Richard S. Hall
The result JAR file includes OSGi classes, but this is not mentioned in 
the NOTICE file, nor the DEPS file.


-> richard

On 4/19/12 06:08 , Felix Meschberger wrote:

Hi,

Here is the Apache Felix Web Console 3.4.0 release. Besides a number of bug 
fixes and improvements this release drops the full build and makes the bare 
build the only one available. To install the Web Console, three additional 
dependencies must now also be installed: Commons IO, FileUpload, and JSON (e.g. 
the Geronimo JSON bundle).

We have fixed 43 issues in this release:
https://issues.apache.org/jira/browse/FELIX/fixforversion/12316160

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

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

Please vote to approve this release:

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

Regards
Felix


Re: [VOTE] Release FileInstall 3.2.2

2012-04-20 Thread Richard S. Hall

+1

But this parent pom should be updated to the latest because it is not 
generating tar.gz files, only zip files.


-> richard

On 4/18/12 03:41 , Guillaume Nodet wrote:

We solved 18 issues in this
release:https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12320555&styleName=Html&projectId=12310100
There are still 9 outstanding
issues:https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+FELIX+AND+component+%3D+%22File+Install%22+AND+status+%3D+Open+ORDER+BY+priority+DESC&mode=hideThree
of those are bugs and will have to be fixed in a following up
maintenance release.

Staging repository:
https://repository.apache.org/content/repositories/orgapachefelix-069/
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 069 /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 at least 72 hours.




[jira] [Commented] (FELIX-3471) Support Schema validation for MetaData XML documents

2012-04-20 Thread Alexandre Castro Alves (Commented) (JIRA)

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

Alexandre Castro Alves commented on FELIX-3471:
---

The lifecycle I intended would be to validate only during a bundle install 
(e.g. application deploy), so don't think the cost would be prohibitive. The 
benefit is that design-time errors would be caught during deployment, rather 
than later at runtime when the bundle (e.g. application) started processing.

> Support Schema validation for MetaData XML documents
> 
>
> Key: FELIX-3471
> URL: https://issues.apache.org/jira/browse/FELIX-3471
> Project: Felix
>  Issue Type: Bug
>  Components: Metatype Service
>Affects Versions: metatype-1.0.4
>Reporter: Alexandre Castro Alves
>
> MetaData XML documents are not being W3C Schema-validated.
> Provide option for doing so.
> Thanks
> Alex

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: [VOTE] Release FileInstall 3.2.2

2012-04-20 Thread Chris Custine
+1

Looks good...
--
Chris Custine


On Wed, Apr 18, 2012 at 00:41, Guillaume Nodet  wrote:

> We solved 18 issues in this
> release:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12320555&styleName=Html&projectId=12310100
> There are still 9 outstanding
> issues:
> https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+FELIX+AND+component+%3D+%22File+Install%22+AND+status+%3D+Open+ORDER+BY+priority+DESC&mode=hideThree
> of those are bugs and will have to be fixed in a following up
> maintenance release.
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachefelix-069/
> 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 069 /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 at least 72 hours.
>
>
> --
> 
> Guillaume Nodet
> 
> Blog: http://gnodet.blogspot.com/
> 
> FuseSource, Integration everywhere
> http://fusesource.com
>


RE: Enhanced Apache Felix / JRebel integration

2012-04-20 Thread Robert Munteanu


> -Original Message-
> From: Marcel Offermans [mailto:marcel.offerm...@luminis.nl]
> Sent: Thursday, April 19, 2012 4:51 PM
> To: dev@felix.apache.org
> Subject: Re: Enhanced Apache Felix / JRebel integration
> 
> Hello Robert,
>

Hi Marcel,

(snip)

> 
> Did you ever look at BndTools? It is a lot quicker in this respect: as
> soon as you save a source file, directly after Eclipse compiled it, a
> bundle is generated and if you had a framework already running inside
> Eclipse, it is directly updated. No manual steps whatsoever, and
> usually done within a second or two.
> 
> You cannot make it much faster unless you take shortcuts that at some
> point will break (ie. not deploying things "a bundle at a time").
> 
> Greetings, Marcel

BndTools has an interesting approach, I'll take a look.

Thanks.

Robert