[jira] [Commented] (ARIES-1628) Allow to configure beans with pure annotations

2016-10-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ARIES-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15583185#comment-15583185
 ] 

ASF subversion and git services commented on ARIES-1628:


Commit 1765356 from [~ch...@die-schneider.net] in branch 'aries/trunk'
[ https://svn.apache.org/r1765356 ]

[ARIES-1628] Allow to configure beans with pure annotations

> Allow to configure beans with pure annotations
> --
>
> Key: ARIES-1628
> URL: https://issues.apache.org/jira/browse/ARIES-1628
> Project: Aries
>  Issue Type: New Feature
>  Components: Blueprint
>Affects Versions: blueprint-maven-plugin-1.4.0
>Reporter: Christian Schneider
>Assignee: Christian Schneider
> Fix For: blueprint-maven-plugin-1.5.0
>
>
> Like discussed on the list and with Dominik I would like to add two 
> annotations Config and ConfigProperty to define configs as well as inject 
> them.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ARIES-1628) Allow to configure beans with pure annotations

2016-10-17 Thread Christian Schneider (JIRA)

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

Christian Schneider updated ARIES-1628:
---
Description: 
Like discussed on the list and with Dominik I would like to add two annotations 
Config and ConfigProperty to define configs as well as inject them.


> Allow to configure beans with pure annotations
> --
>
> Key: ARIES-1628
> URL: https://issues.apache.org/jira/browse/ARIES-1628
> Project: Aries
>  Issue Type: New Feature
>  Components: Blueprint
>Affects Versions: blueprint-maven-plugin-1.4.0
>Reporter: Christian Schneider
>Assignee: Christian Schneider
> Fix For: blueprint-maven-plugin-1.5.0
>
>
> Like discussed on the list and with Dominik I would like to add two 
> annotations Config and ConfigProperty to define configs as well as inject 
> them.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ARIES-1628) Allow to configure beans with pure annotations

2016-10-17 Thread Christian Schneider (JIRA)

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

Christian Schneider updated ARIES-1628:
---
Summary: Allow to configure beans with pure annotations  (was: Allow to 
configure configs with pure annotations)

> Allow to configure beans with pure annotations
> --
>
> Key: ARIES-1628
> URL: https://issues.apache.org/jira/browse/ARIES-1628
> Project: Aries
>  Issue Type: New Feature
>  Components: Blueprint
>Affects Versions: blueprint-maven-plugin-1.4.0
>Reporter: Christian Schneider
>Assignee: Christian Schneider
> Fix For: blueprint-maven-plugin-1.5.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [VOTE] Release JMX Core 1.1.7

2016-10-17 Thread Guillaume Nodet
+1

2016-10-13 15:24 GMT+02:00 Guillaume Nodet :

> Staging repo:
>   https://repository.apache.org/content/repositories/orgapachearies-1085
>
> Release
> notes:
>   [ARIES-1627] Give ability to disable JMX notifications generation for
> OSGi service and bundle changes
>
> Please review and vote !
>
> --
> 
> Guillaume Nodet
> 
> Red Hat, Open Source Integration
>
> Email: gno...@redhat.com
> Web: http://fusesource.com
> Blog: http://gnodet.blogspot.com/
>
>


-- 

Guillaume Nodet

Red Hat, Open Source Integration

Email: gno...@redhat.com
Web: http://fusesource.com
Blog: http://gnodet.blogspot.com/


[CANCEL] [VOTE] Release Aries Util 1.1.3

2016-10-17 Thread Guillaume Nodet
Cancelling this vote.

2016-10-13 15:23 GMT+02:00 Guillaume Nodet :

> Staging repo:
>   https://repository.apache.org/content/repositories/orgapachearies-1084
>
> Release notes
>
> [aries-1612] Zip input stream relies on default (non buffered)
> InputStream read
>
> Please review and vote !
>
> --
> 
> Guillaume Nodet
> 
> Red Hat, Open Source Integration
>
> Email: gno...@redhat.com
> Web: http://fusesource.com
> Blog: http://gnodet.blogspot.com/
>
>


-- 

Guillaume Nodet

Red Hat, Open Source Integration

Email: gno...@redhat.com
Web: http://fusesource.com
Blog: http://gnodet.blogspot.com/


Re: [VOTE] Release Aries Util 1.1.3

2016-10-17 Thread Guillaume Nodet
I think the problem comes from the script which performs illegal
verifications such as verifying the md5 of the signature file and such.
The repo validates when I use the felix script.

Can you try modifying your script to use
for i in `find ${DOWNLOAD}/${STAGING} -type f | egrep -v
'.asc$|.md5$|.sha1$|index.html|maven-metadata.xml'`
instead of
for i in `find ${DOWNLOAD}/${STAGING} -type f | egrep -v
'.md5$|.sha1$|index.html|maven-metadata.xml'`

and
for i in `find ${DOWNLOAD}/${STAGING} -type f | egrep '.asc$' | egrep -v
'.asc.asc$'`
instead of
for i in `find ${DOWNLOAD}/${STAGING} -type f | egrep '.asc$'


The first problem clearly comes from the script and the script should be
modified.
The second one (the repo contains some .asc.asc files) has been fixed by
uploading a new release, so I'll cancel this vote and start a new one.

2016-10-13 15:43 GMT+02:00 David Bosschaert :

> Hi Guillaume,
>
> When running the verify script I'm seeing these kinds of messages:
>
> *FAILURE - BAD MD5 for
> util113_2/1084/org/apache/aries/org.apache.aries.util/1.
> 1.3/org.apache.aries.util-1.1.3-javadoc.jar.asc
> * (compared  5a6f75424e9c7feeb7f8bb5ded446ba7 and )
> cat:
> util113_2/1084/org/apache/aries/org.apache.aries.util/1.
> 1.3/org.apache.aries.util-1.1.3-javadoc.jar.asc.asc.md5:
> No such file or directory
>
> There are quite a lot of them and similar ones for SHA1 checksums.
>
> This was actually what I was experiencing with my own release attempt as
> well.
>
> Any idea what this could be?
>
> Thanks,
>
> David
>
>
>
>
> On 13 October 2016 at 14:23, Guillaume Nodet  wrote:
>
> > Staging repo:
> >   https://repository.apache.org/content/repositories/orgapachearies-1084
> >
> > Release notes
> >
> > [aries-1612] Zip input stream relies on default (non buffered)
> > InputStream read
> >
> > Please review and vote !
> >
> > --
> > 
> > Guillaume Nodet
> > 
> > Red Hat, Open Source Integration
> >
> > Email: gno...@redhat.com
> > Web: http://fusesource.com
> > Blog: http://gnodet.blogspot.com/
> >
>



-- 

Guillaume Nodet

Red Hat, Open Source Integration

Email: gno...@redhat.com
Web: http://fusesource.com
Blog: http://gnodet.blogspot.com/


Re: [VOTE] Release Blueprint-Core 1.7.1

2016-10-17 Thread Freeman Fang
+1 (non-binding)
-
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat



> On Oct 7, 2016, at 11:25 PM, Guillaume Nodet  wrote:
> 
> I've staged a release for vote to fix ARIES-1503 (once again)...
> 
> Staging repository:
>  https://repository.apache.org/content/repositories/orgapachearies-1080
> 
> Release notes:
>  [ARIES-1503] Wrap bad behaving NamespaceHandlers to fix their behavior
> 
> Please review and vote,
> Guillaume
> 
> -- 
> 
> Guillaume Nodet
> 
> Red Hat, Open Source Integration
> 
> Email: gno...@redhat.com
> Web: http://fusesource.com
> Blog: http://gnodet.blogspot.com/



Re: [VOTE] Release Blueprint-Core 1.7.1

2016-10-17 Thread Guillaume Nodet
Any more reviewers please ?

2016-10-07 17:25 GMT+02:00 Guillaume Nodet :

> I've staged a release for vote to fix ARIES-1503 (once again)...
>
> Staging repository:
>   https://repository.apache.org/content/repositories/orgapachearies-1080
>
> Release notes:
>   [ARIES-1503] Wrap bad behaving NamespaceHandlers to fix their behavior
>
> Please review and vote,
> Guillaume
>
> --
> 
> Guillaume Nodet
> 
> Red Hat, Open Source Integration
>
> Email: gno...@redhat.com
> Web: http://fusesource.com
> Blog: http://gnodet.blogspot.com/
>
>


-- 

Guillaume Nodet

Red Hat, Open Source Integration

Email: gno...@redhat.com
Web: http://fusesource.com
Blog: http://gnodet.blogspot.com/