[jira] [Created] (FELIX-4731) Event plugin native2ascii plugin conflicts with Eclipse

2014-12-16 Thread Valentin Valchev (JIRA)
Valentin Valchev created FELIX-4731:
---

 Summary: Event plugin native2ascii plugin conflicts with Eclipse
 Key: FELIX-4731
 URL: https://issues.apache.org/jira/browse/FELIX-4731
 Project: Felix
  Issue Type: Bug
  Components: Web Console
Reporter: Valentin Valchev
Assignee: Valentin Valchev
Priority: Critical
 Fix For: webconsole-event-plugin-1.1.2


When the event plugin is imported in Eclipse as "Existing Maven Project" the 
project is not correctly generated because of the following section:

{code}

target/classes

OSGI-INF/**

false

{code}

If you uncomment it, then resources processed by native2ascii doesn't get 
included.

I've found a solution, and it is to remove the additional resources, but 
instead add the following instruction to the maven-bundle-plugin:
{code}
{maven-resources},OSGI-INF=target/classes/OSGI-INF
{code}




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


[jira] [Updated] (FELIX-4731) Event plugin native2ascii plugin conflicts with Eclipse

2014-12-16 Thread Valentin Valchev (JIRA)

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

Valentin Valchev updated FELIX-4731:

Affects Version/s: webconsole-event-plugin-1.1.0

> Event plugin native2ascii plugin conflicts with Eclipse
> ---
>
> Key: FELIX-4731
> URL: https://issues.apache.org/jira/browse/FELIX-4731
> Project: Felix
>  Issue Type: Bug
>  Components: Web Console
>Affects Versions: webconsole-event-plugin-1.1.0
>Reporter: Valentin Valchev
>Assignee: Valentin Valchev
>Priority: Critical
> Fix For: webconsole-event-plugin-1.1.2
>
>
> When the event plugin is imported in Eclipse as "Existing Maven Project" the 
> project is not correctly generated because of the following section:
> {code}
> 
>   target/classes
>   
>   OSGI-INF/**
>   
>   false
> 
> {code}
> If you uncomment it, then resources processed by native2ascii doesn't get 
> included.
> I've found a solution, and it is to remove the additional resources, but 
> instead add the following instruction to the maven-bundle-plugin:
> {code}
> {maven-resources},OSGI-INF=target/classes/OSGI-INF
> {code}



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


[jira] [Created] (FELIX-4732) Web Console event plugin is not compatible with OSGi/Minimum EE

2014-12-16 Thread Valentin Valchev (JIRA)
Valentin Valchev created FELIX-4732:
---

 Summary: Web Console event plugin is not compatible with 
OSGi/Minimum EE
 Key: FELIX-4732
 URL: https://issues.apache.org/jira/browse/FELIX-4732
 Project: Felix
  Issue Type: Bug
  Components: Web Console
Affects Versions: webconsole-event-plugin-1.1.0
Reporter: Valentin Valchev
Assignee: Valentin Valchev
 Fix For: webconsole-event-plugin-1.1.2


Character.valueOf() is not available in OSGi/Minimum Execution Environment. 
That prevents the plugin from running on embedded JVMs



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


[jira] [Resolved] (FELIX-4731) Event plugin native2ascii plugin conflicts with Eclipse

2014-12-16 Thread Valentin Valchev (JIRA)

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

Valentin Valchev resolved FELIX-4731.
-
Resolution: Fixed

Fixed in rev.1645885

> Event plugin native2ascii plugin conflicts with Eclipse
> ---
>
> Key: FELIX-4731
> URL: https://issues.apache.org/jira/browse/FELIX-4731
> Project: Felix
>  Issue Type: Bug
>  Components: Web Console
>Affects Versions: webconsole-event-plugin-1.1.0
>Reporter: Valentin Valchev
>Assignee: Valentin Valchev
>Priority: Critical
> Fix For: webconsole-event-plugin-1.1.2
>
>
> When the event plugin is imported in Eclipse as "Existing Maven Project" the 
> project is not correctly generated because of the following section:
> {code}
> 
>   target/classes
>   
>   OSGI-INF/**
>   
>   false
> 
> {code}
> If you uncomment it, then resources processed by native2ascii doesn't get 
> included.
> I've found a solution, and it is to remove the additional resources, but 
> instead add the following instruction to the maven-bundle-plugin:
> {code}
> {maven-resources},OSGI-INF=target/classes/OSGI-INF
> {code}



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


[jira] [Resolved] (FELIX-4732) Web Console event plugin is not compatible with OSGi/Minimum EE

2014-12-16 Thread Valentin Valchev (JIRA)

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

Valentin Valchev resolved FELIX-4732.
-
Resolution: Fixed

Fixed in rev.1645886

> Web Console event plugin is not compatible with OSGi/Minimum EE
> ---
>
> Key: FELIX-4732
> URL: https://issues.apache.org/jira/browse/FELIX-4732
> Project: Felix
>  Issue Type: Bug
>  Components: Web Console
>Affects Versions: webconsole-event-plugin-1.1.0
>Reporter: Valentin Valchev
>Assignee: Valentin Valchev
> Fix For: webconsole-event-plugin-1.1.2
>
>
> Character.valueOf() is not available in OSGi/Minimum Execution Environment. 
> That prevents the plugin from running on embedded JVMs



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


[jira] [Created] (FELIX-4733) UPnP plugin native2ascii plugin conflicts with Eclipse m2e

2014-12-16 Thread Valentin Valchev (JIRA)
Valentin Valchev created FELIX-4733:
---

 Summary: UPnP plugin native2ascii plugin conflicts with Eclipse m2e
 Key: FELIX-4733
 URL: https://issues.apache.org/jira/browse/FELIX-4733
 Project: Felix
  Issue Type: Bug
  Components: Web Console
Affects Versions: webconsole-upnp-plugin-1.0.2
Reporter: Valentin Valchev
Assignee: Valentin Valchev
Priority: Critical
 Fix For: webconsole-upnp-plugin-1.0.4


There was similar issue with the event admin plugin



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


[jira] [Resolved] (FELIX-4733) UPnP plugin native2ascii plugin conflicts with Eclipse m2e

2014-12-16 Thread Valentin Valchev (JIRA)

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

Valentin Valchev resolved FELIX-4733.
-
Resolution: Fixed

Fixed in rev 1645889

> UPnP plugin native2ascii plugin conflicts with Eclipse m2e
> --
>
> Key: FELIX-4733
> URL: https://issues.apache.org/jira/browse/FELIX-4733
> Project: Felix
>  Issue Type: Bug
>  Components: Web Console
>Affects Versions: webconsole-upnp-plugin-1.0.2
>Reporter: Valentin Valchev
>Assignee: Valentin Valchev
>Priority: Critical
> Fix For: webconsole-upnp-plugin-1.0.4
>
>
> There was similar issue with the event admin plugin



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


[jira] [Commented] (FELIX-4720) Web Console and Gogo rely on Log history buffer in the Log Service

2014-12-16 Thread Peter Kriens (JIRA)

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

Peter Kriens commented on FELIX-4720:
-

I've created a new version of Basic and added a separate LogTracker class that 
handles all the log details now. 

I've not committed anything for a long time ... is everybody ok if I commit 
this after which a few people will review?


> Web Console and Gogo rely on Log history buffer in the Log Service
> --
>
> Key: FELIX-4720
> URL: https://issues.apache.org/jira/browse/FELIX-4720
> Project: Felix
>  Issue Type: Bug
>  Components: Gogo Command, Web Console
>Reporter: Peter Kriens
>
> The OSGi Log Reader Service has a command to get the history of the log. 
> However, the specification states that this history can be empty. The Equinox 
> framework is nowadays registering a Log Reader Service that has such an empty 
> history to prevent pinning objects in memory. 
> Using the history this way was always at odds with the specification since 
> the history was only intended to hold the start up events. The primary model 
> of the Log Service is a dispatcher.
> I suggest that the Gogo log command and the Web Console maintain their own 
> history buffer to become independent on this fragile history buffer in the 
> Log Reader service.



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


[jira] [Commented] (FELIX-4720) Web Console and Gogo rely on Log history buffer in the Log Service

2014-12-16 Thread Peter Kriens (JIRA)

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

Peter Kriens commented on FELIX-4720:
-

I just did this work for Gogo, if this is okayed, then the LogTracker class can 
also be copied to Web Console

> Web Console and Gogo rely on Log history buffer in the Log Service
> --
>
> Key: FELIX-4720
> URL: https://issues.apache.org/jira/browse/FELIX-4720
> Project: Felix
>  Issue Type: Bug
>  Components: Gogo Command, Web Console
>Reporter: Peter Kriens
>
> The OSGi Log Reader Service has a command to get the history of the log. 
> However, the specification states that this history can be empty. The Equinox 
> framework is nowadays registering a Log Reader Service that has such an empty 
> history to prevent pinning objects in memory. 
> Using the history this way was always at odds with the specification since 
> the history was only intended to hold the start up events. The primary model 
> of the Log Service is a dispatcher.
> I suggest that the Gogo log command and the Web Console maintain their own 
> history buffer to become independent on this fragile history buffer in the 
> Log Reader service.



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


[jira] [Commented] (FELIX-4720) Web Console and Gogo rely on Log history buffer in the Log Service

2014-12-16 Thread Peter Kriens (JIRA)

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

Peter Kriens commented on FELIX-4720:
-

I also added a new log command in Basic that takes options but can also be 
called without any arguments.

log
   scope: felix
   flags:
  -n, --noexceptions   Do not print exceptions.
  -r, --reverse   Reverse the printout order to oldest is last
   options:
  -l, --level   Minimum level (error,warning,info,debug). Default is 
warning. [optional]
  -m, --max   Maximum number of entries to print [optional]
  -s, --skip   Skip the first entries [optional]
  -y, --style   Print style (classic,abbr) [optional]


> Web Console and Gogo rely on Log history buffer in the Log Service
> --
>
> Key: FELIX-4720
> URL: https://issues.apache.org/jira/browse/FELIX-4720
> Project: Felix
>  Issue Type: Bug
>  Components: Gogo Command, Web Console
>Reporter: Peter Kriens
>
> The OSGi Log Reader Service has a command to get the history of the log. 
> However, the specification states that this history can be empty. The Equinox 
> framework is nowadays registering a Log Reader Service that has such an empty 
> history to prevent pinning objects in memory. 
> Using the history this way was always at odds with the specification since 
> the history was only intended to hold the start up events. The primary model 
> of the Log Service is a dispatcher.
> I suggest that the Gogo log command and the Web Console maintain their own 
> history buffer to become independent on this fragile history buffer in the 
> Log Reader service.



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


[VOTE] Release Apache Felix Web Console UPnP Plugin 1.0.4

2014-12-16 Thread Valentin Valchev
Call for a vote on Apache Felix Web Console UPnP Plugin 1.0.4

Staging repository available at
https://repository.apache.org/content/groups/staging/org/apache/felix/org.apache.felix.webconsole.plugins.upnp/1.0.4/

Release Notes - Felix - Version webconsole-upnp-plugin-1.0.4

---

** Bug
* [FELIX-3589] - The service id link for UPnP devices doesn't work
* [FELIX-3595] - NPE in ControlServlet.addingService
* [FELIX-3669] - NPE in ControlServlet.deviceToJSON
* [FELIX-4012] - Sometimes the UPnP plugin fails to start due to
device being removed from network
* [FELIX-4013] - Incorrect usage of ServiceTracker.size() in UPnP Plugin
* [FELIX-4032] - UPnP Plugin small refactoring
* [FELIX-4560] - Unsynchonized access to map can cause infinite loop
in UPnP web console plugin
* [FELIX-4733] - UPnP plugin native2ascii plugin conflicts with
Eclipse m2e


** Improvement
* [FELIX-3861] - Set felix.webconsole.category on Web Console plugins
* [FELIX-4016] - Provide more meta data to the UPnP action arguments


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 1046 /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.


Best regards,
Valentin Valchev

-- 

-
Valentin Valchev · Lead Software Engineer
ProSyst Labs EOOD
1606 Sofia, Bulgaria · 48 Vladajska Str.
Tel. +359 (0)2 952 35 81; Fax +359 (0)2 953 26 17
http://www.prosyst.com · v.valc...@prosyst.bg
-
stay in touch with your product.
-







signature.asc
Description: OpenPGP digital signature


[VOTE] Release Apache Felix Web Console User Admin Plugin 1.0.0

2014-12-16 Thread Valentin Valchev
Call for a vote on Apache Felix Web Console User Admin Plugin 1.0.0

Staging repository available at
https://repository.apache.org/content/groups/staging/org/apache/felix/org.apache.felix.webconsole.plugins.useradmin/1.0.0/

Release Notes - Felix - Version webconsole-useradmin-plugin-1.0.0

---

** Bug
* [FELIX-3633] - User Admin Plugin - no German translation
* [FELIX-3634] - User Admin Plugin - no Russian translation

** Improvement
* [FELIX-2254] - User Admin Plugin
* [FELIX-3861] - Set felix.webconsole.category on Web Console plugins
* [FELIX-4703] - User Admin plugin should use all available to the
JVM crypto algorithms


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 1046 /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.


Best regards,
Valentin Valchev

-- 

-
Valentin Valchev · Lead Software Engineer
ProSyst Labs EOOD
1606 Sofia, Bulgaria · 48 Vladajska Str.
Tel. +359 (0)2 952 35 81; Fax +359 (0)2 953 26 17
http://www.prosyst.com · v.valc...@prosyst.bg
-
stay in touch with your product.
-





signature.asc
Description: OpenPGP digital signature


[VOTE] Release Apache Felix Web Console Event Plugin 1.1.2

2014-12-16 Thread Valentin Valchev
Call for a vote on Apache Felix Web Console Event Plugin 1.1.2

Staging repository available at
 
https://repository.apache.org/content/groups/staging/org/apache/felix/org.apache.felix.webconsole.plugins.event/1.1.2/

Release Notes - Felix - Version webconsole-event-plugin-1.1.2

---

** Bug
* [FELIX-4573] - Web Console Event plugin might cease operation if Event 
property is null
* [FELIX-4731] - Event plugin native2ascii plugin conflicts with Eclipse
* [FELIX-4732] - Web Console event plugin is not compatible with 
OSGi/Minimum EE

** New Feature
* [FELIX-4499] - BundleEventConverter reports UNINSTALLED for UNRESOLVED 
events
* [FELIX-4500] - EventListener should implement SynchronousBundleListener


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 1046 /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.


Best regards,
Valentin Valchev

-- 

-
Valentin Valchev · Lead Software Engineer
ProSyst Labs EOOD
1606 Sofia, Bulgaria · 48 Vladajska Str.
Tel. +359 (0)2 952 35 81; Fax +359 (0)2 953 26 17
http://www.prosyst.com · v.valc...@prosyst.bg
-
stay in touch with your product.
-

<>

signature.asc
Description: OpenPGP digital signature


[VOTE] Release of iPOJO Manipulator and Runtime 1.12.1

2014-12-16 Thread Clement Escoffier
Hi,

It's time to cut a release of the iPOJO manipulator (1.12.1) and runtime 
(1.12.1). Both projects are containing several modules:

The org.apache.felix.ipojo.manipulator-project contains:
* bnd-ipojo-plugin
* maven-ipojo-plugin
* org.apache.felix.ipojo.annotations
* org.apache.felix.ipojo.ant
* org.apache.felix.ipojo.manipulator
* org.apache.felix.ipojo.manipulator.online

The org.apache.felix.ipojo.runtime-project contains:
* org.apache.felix.ipojo
* org.apache.felix.ipojo.api
* org.apache.felix.ipojo.composite
* org.apache.felix.ipojo.distribution.10mintutorial
* org.apache.felix.ipojo.distribution.maventutorial
* org.apache.felix.ipojo.distribution.quickstart
* org.apache.felix.ipojo.features
* org.apache.felix.ipojo.gogo

It's a bug fix release. The changelogs are below.

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

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 1047 /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 (at least).

Regards,

Clement


Changelog of the runtime project (1.12.1):

** Bug
    * [FELIX-3836] - NPE when calling InstanceDescription.getDescription()
    * [FELIX-4565] - Occasional ArrayIndexOutOfBoundException in iPOJO's 
ProvidedServiceHandler
    * [FELIX-4646] - @Context(Context.Source.INSTANCE) does not inject bundle 
context
    * [FELIX-4713] - Error in ProvidedServiceHandler.checkProvidedService : 
only the first service is checked
    * [FELIX-4715] - instance bundle context injection does not works
    * [FELIX-4716] - Bundle org.apache.felix.ipojo physically contains OSGi API 
classes
    * [FELIX-4717] - Cannot use the stream API on injected collections
    * [FELIX-4728] - InstanceManager concurrency issue

Changelog of the manipulator project (1.12.1):

** Bug
    * [FELIX-4612] - @PostRegistration is not being called
    * [FELIX-4620] - Warning should be removed when @Configuration is used
    * [FELIX-4668] - Can not use @Stereotype annotated annotation from another 
bundle (unless its package is included or re-exported)
    * [FELIX-4725] - Inner Class Manipulation uses the wrong 'access level'

Re: [VOTE] Release Apache Felix Web Console Event Plugin 1.1.2

2014-12-16 Thread Clement Escoffier
Hi,

I can’t find your PGP public key in http://www.apache.org/dist/felix/KEYS. 
Could you update it, so we can check your release.
You can check the Appendix A of 
http://felix.apache.org/documentation/development/release-management-nexus.html 
to get the upload instruction.

Cheers,

Clement
On 16 décembre 2014 at 13:43:00, Valentin Valchev (v.valc...@prosyst.bg) wrote:

Call for a vote on Apache Felix Web Console Event Plugin 1.1.2  

Staging repository available at  

https://repository.apache.org/content/groups/staging/org/apache/felix/org.apache.felix.webconsole.plugins.event/1.1.2/
  

Release Notes - Felix - Version webconsole-event-plugin-1.1.2  

---  

** Bug  
* [FELIX-4573] - Web Console Event plugin might cease operation if Event 
property is null  
* [FELIX-4731] - Event plugin native2ascii plugin conflicts with Eclipse  
* [FELIX-4732] - Web Console event plugin is not compatible with OSGi/Minimum 
EE  

** New Feature  
* [FELIX-4499] - BundleEventConverter reports UNINSTALLED for UNRESOLVED events 
 
* [FELIX-4500] - EventListener should implement SynchronousBundleListener  


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 1046 /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.  


Best regards,  
Valentin Valchev  

--  

-  
Valentin Valchev · Lead Software Engineer  
ProSyst Labs EOOD  
1606 Sofia, Bulgaria · 48 Vladajska Str.  
Tel. +359 (0)2 952 35 81; Fax +359 (0)2 953 26 17  
http://www.prosyst.com · v.valc...@prosyst.bg  
-  
stay in touch with your product.  
-  



[jira] [Created] (FELIX-4734) Web Console RESTful API should wait for asynchonous operations until they complete

2014-12-16 Thread Konrad Windszus (JIRA)
Konrad Windszus created FELIX-4734:
--

 Summary: Web Console RESTful API should wait for asynchonous 
operations until they complete 
 Key: FELIX-4734
 URL: https://issues.apache.org/jira/browse/FELIX-4734
 Project: Felix
  Issue Type: Bug
  Components: Web Console
Affects Versions: webconsole-4.2.4
Reporter: Konrad Windszus


Currently the RESTful API 
(http://felix.apache.org/documentation/subprojects/apache-felix-web-console/web-console-restful-api.html)
 adds a delay of 800ms to the response to give the asynchronous operations 
enough time to complete successfully 
(https://github.com/apache/felix/blob/trunk/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/BundlesServlet.java#L412).
Instead the according listeners should be used which are notified upon 
completion of an asynchronous task.
For {{refresh}} {{FrameworkWiring.refreshBundles}} can be used 
(http://www.osgi.org/javadoc/r4v43/core/org/osgi/framework/wiring/FrameworkWiring.html#refreshBundles%28java.util.Collection,%20org.osgi.framework.FrameworkListener...%29).
 A similar approach should be used for the other actions like uninstall, 
install, update, start, stop, ...



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


Re: [VOTE] Release Apache Felix Web Console Event Plugin 1.1.2

2014-12-16 Thread Valentin Valchev
Hello Clement,
Right, I didn't modified the file, but I was pointed to this FAQ:
http://people.apache.org/~henkp/checker/faq.html#3

"please note that KEYS files are deprecated in that they could/should be
generated
from the info maintained in id.apache.org ."

So I'm not sure if I should manually update the file or wait for some
scheduled operation?

Regards,
Valentin


On 16/12/2014 16:28, Clement Escoffier wrote:
> Hi,
>
> I can’t find your PGP public key in http://www.apache.org/dist/felix/KEYS. 
> Could you update it, so we can check your release.
> You can check the Appendix A of 
> http://felix.apache.org/documentation/development/release-management-nexus.html
>  to get the upload instruction.
>
> Cheers,
>
> Clement
> On 16 décembre 2014 at 13:43:00, Valentin Valchev (v.valc...@prosyst.bg) 
> wrote:
>
> Call for a vote on Apache Felix Web Console Event Plugin 1.1.2  
>
> Staging repository available at  
>
> https://repository.apache.org/content/groups/staging/org/apache/felix/org.apache.felix.webconsole.plugins.event/1.1.2/
>   
>
> Release Notes - Felix - Version webconsole-event-plugin-1.1.2  
>
> ---  
>
> ** Bug  
> * [FELIX-4573] - Web Console Event plugin might cease operation if Event 
> property is null  
> * [FELIX-4731] - Event plugin native2ascii plugin conflicts with Eclipse  
> * [FELIX-4732] - Web Console event plugin is not compatible with OSGi/Minimum 
> EE  
>
> ** New Feature  
> * [FELIX-4499] - BundleEventConverter reports UNINSTALLED for UNRESOLVED 
> events  
> * [FELIX-4500] - EventListener should implement SynchronousBundleListener  
>
>
> 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 1046 /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.  
>
>
> Best regards,  
> Valentin Valchev  
>
> --  
>
> -  
> Valentin Valchev · Lead Software Engineer  
> ProSyst Labs EOOD  
> 1606 Sofia, Bulgaria · 48 Vladajska Str.  
> Tel. +359 (0)2 952 35 81; Fax +359 (0)2 953 26 17  
> http://www.prosyst.com · v.valc...@prosyst.bg  
> -  
> stay in touch with your product.  
> -  
>
>


-- 

-
Valentin Valchev · Lead Software Engineer
ProSyst Labs EOOD
1606 Sofia, Bulgaria · 48 Vladajska Str.
Tel. +359 (0)2 952 35 81; Fax +359 (0)2 953 26 17
http://www.prosyst.com · v.valc...@prosyst.bg
-
stay in touch with your product.
-

<>

signature.asc
Description: OpenPGP digital signature


Re: [VOTE] Release Apache Felix Web Console Event Plugin 1.1.2

2014-12-16 Thread Clement Escoffier
Hi,


On 16 décembre 2014 at 16:34:42, Valentin Valchev (v.valc...@prosyst.bg) wrote:

Hello Clement,
Right, I didn't modified the file, but I was pointed to this FAQ:
http://people.apache.org/~henkp/checker/faq.html#3

"please note that KEYS files are deprecated in that they could/should be 
generated
from the info maintained in id.apache.org."
Oh, right, just got your key 
(http://people.apache.org/keys/committer/vvalchev.asc) and was able to verify 
the releases. 



So I'm not sure if I should manually update the file or wait for some scheduled 
operation?
So, no problem at all. As soon as there is a way to retrieve your key, it’s 
fine. 

Regards,

Clement



Regards,
Valentin


On 16/12/2014 16:28, Clement Escoffier wrote:
Hi,

I can’t find your PGP public key in http://www.apache.org/dist/felix/KEYS. 
Could you update it, so we can check your release.
You can check the Appendix A of 
http://felix.apache.org/documentation/development/release-management-nexus.html 
to get the upload instruction.

Cheers,

Clement
On 16 décembre 2014 at 13:43:00, Valentin Valchev (v.valc...@prosyst.bg) wrote:

Call for a vote on Apache Felix Web Console Event Plugin 1.1.2   

Staging repository available at   

https://repository.apache.org/content/groups/staging/org/apache/felix/org.apache.felix.webconsole.plugins.event/1.1.2/
   

Release Notes - Felix - Version webconsole-event-plugin-1.1.2   

---   

** Bug   
* [FELIX-4573] - Web Console Event plugin might cease operation if Event 
property is null   
* [FELIX-4731] - Event plugin native2ascii plugin conflicts with Eclipse   
* [FELIX-4732] - Web Console event plugin is not compatible with OSGi/Minimum 
EE   

** New Feature   
* [FELIX-4499] - BundleEventConverter reports UNINSTALLED for UNRESOLVED events 
  
* [FELIX-4500] - EventListener should implement SynchronousBundleListener   


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 1046 /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.   


Best regards,   
Valentin Valchev   

--   

-   
Valentin Valchev · Lead Software Engineer   
ProSyst Labs EOOD   
1606 Sofia, Bulgaria · 48 Vladajska Str.   
Tel. +359 (0)2 952 35 81; Fax +359 (0)2 953 26 17   
http://www.prosyst.com · v.valc...@prosyst.bg   
-   
stay in touch with your product.   
-   




--  

-
Valentin Valchev · Lead Software Engineer
ProSyst Labs EOOD
1606 Sofia, Bulgaria · 48 Vladajska Str.
Tel. +359 (0)2 952 35 81; Fax +359 (0)2 953 26 17
http://www.prosyst.com · v.valc...@prosyst.bg
-
stay in touch with your product.
-


Re: [VOTE] Release Apache Felix Web Console UPnP Plugin 1.0.4

2014-12-16 Thread Clement Escoffier
+1,

Regards,

Clement

On 16 décembre 2014 at 13:41:57, Valentin Valchev (v.valc...@prosyst.bg) wrote:

Call for a vote on Apache Felix Web Console UPnP Plugin 1.0.4  

Staging repository available at  
https://repository.apache.org/content/groups/staging/org/apache/felix/org.apache.felix.webconsole.plugins.upnp/1.0.4/
  

Release Notes - Felix - Version webconsole-upnp-plugin-1.0.4  

---  

** Bug  
* [FELIX-3589] - The service id link for UPnP devices doesn't work  
* [FELIX-3595] - NPE in ControlServlet.addingService  
* [FELIX-3669] - NPE in ControlServlet.deviceToJSON  
* [FELIX-4012] - Sometimes the UPnP plugin fails to start due to  
device being removed from network  
* [FELIX-4013] - Incorrect usage of ServiceTracker.size() in UPnP Plugin  
* [FELIX-4032] - UPnP Plugin small refactoring  
* [FELIX-4560] - Unsynchonized access to map can cause infinite loop  
in UPnP web console plugin  
* [FELIX-4733] - UPnP plugin native2ascii plugin conflicts with  
Eclipse m2e  


** Improvement  
* [FELIX-3861] - Set felix.webconsole.category on Web Console plugins  
* [FELIX-4016] - Provide more meta data to the UPnP action arguments  


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 1046 /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.  


Best regards,  
Valentin Valchev  

--  

-  
Valentin Valchev · Lead Software Engineer  
ProSyst Labs EOOD  
1606 Sofia, Bulgaria · 48 Vladajska Str.  
Tel. +359 (0)2 952 35 81; Fax +359 (0)2 953 26 17  
http://www.prosyst.com · v.valc...@prosyst.bg  
-  
stay in touch with your product.  
-  







Re: [VOTE] Release Apache Felix Web Console User Admin Plugin 1.0.0

2014-12-16 Thread Clement Escoffier
+1,

Regards,

Clement


On 16 décembre 2014 at 13:42:07, Valentin Valchev (v.valc...@prosyst.bg) wrote:

Call for a vote on Apache Felix Web Console User Admin Plugin 1.0.0  

Staging repository available at  
https://repository.apache.org/content/groups/staging/org/apache/felix/org.apache.felix.webconsole.plugins.useradmin/1.0.0/
  

Release Notes - Felix - Version webconsole-useradmin-plugin-1.0.0  

---  

** Bug  
* [FELIX-3633] - User Admin Plugin - no German translation  
* [FELIX-3634] - User Admin Plugin - no Russian translation  

** Improvement  
* [FELIX-2254] - User Admin Plugin  
* [FELIX-3861] - Set felix.webconsole.category on Web Console plugins  
* [FELIX-4703] - User Admin plugin should use all available to the  
JVM crypto algorithms  


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 1046 /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.  


Best regards,  
Valentin Valchev  

--  

-  
Valentin Valchev · Lead Software Engineer  
ProSyst Labs EOOD  
1606 Sofia, Bulgaria · 48 Vladajska Str.  
Tel. +359 (0)2 952 35 81; Fax +359 (0)2 953 26 17  
http://www.prosyst.com · v.valc...@prosyst.bg  
-  
stay in touch with your product.  
-  





Re: [VOTE] Release Apache Felix Web Console Event Plugin 1.1.2

2014-12-16 Thread Clement Escoffier
+1,

Regards,

Clement

On 16 décembre 2014 at 13:43:00, Valentin Valchev (v.valc...@prosyst.bg) wrote:

Call for a vote on Apache Felix Web Console Event Plugin 1.1.2  

Staging repository available at  

https://repository.apache.org/content/groups/staging/org/apache/felix/org.apache.felix.webconsole.plugins.event/1.1.2/
  

Release Notes - Felix - Version webconsole-event-plugin-1.1.2  

---  

** Bug  
* [FELIX-4573] - Web Console Event plugin might cease operation if Event 
property is null  
* [FELIX-4731] - Event plugin native2ascii plugin conflicts with Eclipse  
* [FELIX-4732] - Web Console event plugin is not compatible with OSGi/Minimum 
EE  

** New Feature  
* [FELIX-4499] - BundleEventConverter reports UNINSTALLED for UNRESOLVED events 
 
* [FELIX-4500] - EventListener should implement SynchronousBundleListener  


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 1046 /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.  


Best regards,  
Valentin Valchev  

--  

-  
Valentin Valchev · Lead Software Engineer  
ProSyst Labs EOOD  
1606 Sofia, Bulgaria · 48 Vladajska Str.  
Tel. +359 (0)2 952 35 81; Fax +359 (0)2 953 26 17  
http://www.prosyst.com · v.valc...@prosyst.bg  
-  
stay in touch with your product.  
-  



[GitHub] felix pull request: adding option to set the httpOnly on cookie

2014-12-16 Thread tyge68
GitHub user tyge68 opened a pull request:

https://github.com/apache/felix/pull/12

adding option to set the httpOnly on cookie

adding the option to set the cookie httpOnly of Jetty, please validate this 
change for future release

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tyge68/felix trunk

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/felix/pull/12.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #12


commit 696cc05db96018273f5cb4f1a8c14d7d8080687a
Author: Thierry Ygé 
Date:   2014-12-16T18:48:22Z

adding option to set the httpOnly on cookie




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---