Re: [HEADS UP] Releases in April

2015-04-07 Thread Fabian Lange
Hi all,
will you be releasing a staged RC for 4.0 GA?
I have had a few issues on M2, and I want to retest them on a non-snapshot
version.

Fabian

On Tue, Apr 7, 2015 at 10:39 AM, Jean-Baptiste Onofré j...@nanthrax.net
wrote:

 Hi all,

 Just wanted to send a quick note to you about the release plan for this
 month:

 - Karaf 2.3.11 will be released tomorrow. I'm fixing the latest issues. It
 should be one of the last release on the 2.3.x branch.
 - Karaf 2.4.2 is planned for the 14th. It's mostly ready, I'm fixing the
 latest issues as well.
 - Karaf 3.0.4 is planned for the 21st.
 - Karaf 4.0.0 (GA) is planned for the 21st (it could be postponed for a
 couple of days).

 - end of April, I would like to release a M1 for Decanter.

 Thanks !
 Regards
 JB
 --
 Jean-Baptiste Onofré
 jbono...@apache.org
 http://blog.nanthrax.net
 Talend - http://www.talend.com



Re: [HEADS UP] Releases in April

2015-04-07 Thread Jean-Baptiste Onofré

Hi Fabian,

so you would like a 4.0.0.RC before the GA. I think it makes sense to do 
it middle of next week (during ApacheCon). It will give us some time to 
test and fix before the GA.


WDYT ?

Regards
JB

On 04/07/2015 10:43 AM, Fabian Lange wrote:

Hi all,
will you be releasing a staged RC for 4.0 GA?
I have had a few issues on M2, and I want to retest them on a non-snapshot
version.

Fabian

On Tue, Apr 7, 2015 at 10:39 AM, Jean-Baptiste Onofré j...@nanthrax.net
wrote:


Hi all,

Just wanted to send a quick note to you about the release plan for this
month:

- Karaf 2.3.11 will be released tomorrow. I'm fixing the latest issues. It
should be one of the last release on the 2.3.x branch.
- Karaf 2.4.2 is planned for the 14th. It's mostly ready, I'm fixing the
latest issues as well.
- Karaf 3.0.4 is planned for the 21st.
- Karaf 4.0.0 (GA) is planned for the 21st (it could be postponed for a
couple of days).

- end of April, I would like to release a M1 for Decanter.

Thanks !
Regards
JB
--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com





--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: [HEADS UP] Releases in April

2015-04-07 Thread Fabian Lange
Hi JB,
that would be great for me. I tried to test it on a snapshot build but it
didn't work out, thats why I would like to have a non-snapshot RC. (you are
probably aware that I am the snapshot issues guy :-))

Fabian

On Tue, Apr 7, 2015 at 10:49 AM, Jean-Baptiste Onofré j...@nanthrax.net
wrote:

 Hi Fabian,

 so you would like a 4.0.0.RC before the GA. I think it makes sense to do
 it middle of next week (during ApacheCon). It will give us some time to
 test and fix before the GA.

 WDYT ?

 Regards
 JB


 On 04/07/2015 10:43 AM, Fabian Lange wrote:

 Hi all,
 will you be releasing a staged RC for 4.0 GA?
 I have had a few issues on M2, and I want to retest them on a non-snapshot
 version.

 Fabian

 On Tue, Apr 7, 2015 at 10:39 AM, Jean-Baptiste Onofré j...@nanthrax.net
 wrote:

  Hi all,

 Just wanted to send a quick note to you about the release plan for this
 month:

 - Karaf 2.3.11 will be released tomorrow. I'm fixing the latest issues.
 It
 should be one of the last release on the 2.3.x branch.
 - Karaf 2.4.2 is planned for the 14th. It's mostly ready, I'm fixing the
 latest issues as well.
 - Karaf 3.0.4 is planned for the 21st.
 - Karaf 4.0.0 (GA) is planned for the 21st (it could be postponed for a
 couple of days).

 - end of April, I would like to release a M1 for Decanter.

 Thanks !
 Regards
 JB
 --
 Jean-Baptiste Onofré
 jbono...@apache.org
 http://blog.nanthrax.net
 Talend - http://www.talend.com



 --
 Jean-Baptiste Onofré
 jbono...@apache.org
 http://blog.nanthrax.net
 Talend - http://www.talend.com



Re: Problem stopping webapp

2015-04-07 Thread Achim Nierbeck
Hi,

I had some time to look at it.
I narrowed it down to the following. Right now if an application is stopped
the eventlisteners are firsts deregistered without calling the destroy
methods first. This seems to be the issue.
I'll fix this asap. [1]

regards, Achim
[1] - https://ops4j1.jira.com/browse/PAXWEB-808


2015-04-03 18:49 GMT+02:00 Achim Nierbeck bcanh...@googlemail.com:

 Hi,

 sorry no news :-)
 But a HttpContextListener doesn't exist.
 Only the following types of listeners are supported by Pax Web:
 - ServletContextListener.class,
 - ServletContextAttributeListener.class,
 - ServletRequestListener.class,
 - ServletRequestAttributeListener.class,
 - HttpSessionListener.class,
 - HttpSessionBindingListener.class,
 - HttpSessionAttributeListener.class,
 - HttpSessionActivationListener.class,
 - AsyncListener.class,
 - ReadListener.class,
 - WriteListener.class,
 - HttpSessionIdListener.class

 Since the issue is still there for you please open a bug at the Pax Web
 project [1].
 I'll look to it asap.

 regards, Achim
 [1] - https://ops4j1.jira.com/projects/PAXWEB/summary

 2015-04-03 17:41 GMT+02:00 Michele Velotti michele.velo...@gmail.com:

 Hi Achim, i tried with Karaf 4.0.0 M2 and the problem still persist.

 The test is really simple, just a war with an HttpContextListener defined
 inside web.xml.

 When start bundle onContextinitialized is called, but when stop (or
 uninstall) bundle onContextDestroyed is NOT called. I think that this is
 an high issue, do you have some news related?

 Thank you in advance



 --
 View this message in context:
 http://karaf.922171.n3.nabble.com/Problem-stopping-webapp-tp4038345p4039451.html
 Sent from the Karaf - Dev mailing list archive at Nabble.com.




 --

 Apache Member
 Apache Karaf http://karaf.apache.org/ Committer  PMC
 OPS4J Pax Web http://wiki.ops4j.org/display/paxweb/Pax+Web/ Committer 
 Project Lead
 blog http://notizblog.nierbeck.de/
 Co-Author of Apache Karaf Cookbook http://bit.ly/1ps9rkS

 Software Architect / Project Manager / Scrum Master




-- 

Apache Member
Apache Karaf http://karaf.apache.org/ Committer  PMC
OPS4J Pax Web http://wiki.ops4j.org/display/paxweb/Pax+Web/ Committer 
Project Lead
blog http://notizblog.nierbeck.de/
Co-Author of Apache Karaf Cookbook http://bit.ly/1ps9rkS

Software Architect / Project Manager / Scrum Master


Re: [HEADS UP] Releases in April

2015-04-07 Thread development
 
That would be great for me as well. There has not been a public snapshot
here
https://repository.apache.org/content/groups/snapshots-group/org/apache/karaf/apache-karaf/4.0.0-SNAPSHOT/
since february and I have concerns about building myself as I don't
follow closely enough to know where the codebase in trunk stands. 

On 2015-04-07 04:55, Fabian Lange wrote: 

 Hi JB,
 that would be great for me. I tried to test it on a snapshot build but it
 didn't work out, thats why I would like to have a non-snapshot RC. (you are
 probably aware that I am the snapshot issues guy :-))
 
 Fabian
 
 On Tue, Apr 7, 2015 at 10:49 AM, Jean-Baptiste Onofré j...@nanthrax.net
 wrote:
 Hi Fabian, so you would like a 4.0.0.RC before the GA. I think it makes sense 
 to do it middle of next week (during ApacheCon). It will give us some time to 
 test and fix before the GA. WDYT ? Regards JB On 04/07/2015 10:43 AM, Fabian 
 Lange wrote: Hi all, will you be releasing a staged RC for 4.0 GA? I have had 
 a few issues on M2, and I want to retest them on a non-snapshot version. 
 Fabian On Tue, Apr 7, 2015 at 10:39 AM, Jean-Baptiste Onofré 
 j...@nanthrax.net wrote: Hi all, Just wanted to send a quick note to you 
 about the release plan for this month: - Karaf 2.3.11 will be released 
 tomorrow. I'm fixing the latest issues. It should be one of the last release 
 on the 2.3.x branch. - Karaf 2.4.2 is planned for the 14th. It's mostly 
 ready, I'm fixing the latest issues as well. - Karaf 3.0.4 is planned for the 
 21st. - Karaf 4.0.0 (GA) is planned for the 21st (it could be postponed for a 
 couple of days). - end of April, I would like to release a M1 for Decanter. 
 Thanks ! Regards JB --
Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net [1] Talend - 
http://www.talend.com [2]
 -- Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net
[1] Talend - http://www.talend.com [2] 

Links:
--
[1] http://blog.nanthrax.net
[2] http://www.talend.com


Re: [HEADS UP] Releases in April

2015-04-07 Thread Jamie G.
Sounds good :)

(Wishing new release server hardware would hurry up and arrive)

-Jamie

On Tue, Apr 7, 2015 at 7:34 AM,  developm...@mobigov.com wrote:

 That would be great for me as well. There has not been a public snapshot
 here
 https://repository.apache.org/content/groups/snapshots-group/org/apache/karaf/apache-karaf/4.0.0-SNAPSHOT/
 since february and I have concerns about building myself as I don't
 follow closely enough to know where the codebase in trunk stands.

 On 2015-04-07 04:55, Fabian Lange wrote:

 Hi JB,
 that would be great for me. I tried to test it on a snapshot build but it
 didn't work out, thats why I would like to have a non-snapshot RC. (you are
 probably aware that I am the snapshot issues guy :-))

 Fabian

 On Tue, Apr 7, 2015 at 10:49 AM, Jean-Baptiste Onofré j...@nanthrax.net
 wrote:
 Hi Fabian, so you would like a 4.0.0.RC before the GA. I think it makes 
 sense to do it middle of next week (during ApacheCon). It will give us some 
 time to test and fix before the GA. WDYT ? Regards JB On 04/07/2015 10:43 
 AM, Fabian Lange wrote: Hi all, will you be releasing a staged RC for 4.0 
 GA? I have had a few issues on M2, and I want to retest them on a 
 non-snapshot version. Fabian On Tue, Apr 7, 2015 at 10:39 AM, Jean-Baptiste 
 Onofré j...@nanthrax.net wrote: Hi all, Just wanted to send a quick note 
 to you about the release plan for this month: - Karaf 2.3.11 will be 
 released tomorrow. I'm fixing the latest issues. It should be one of the 
 last release on the 2.3.x branch. - Karaf 2.4.2 is planned for the 14th. 
 It's mostly ready, I'm fixing the latest issues as well. - Karaf 3.0.4 is 
 planned for the 21st. - Karaf 4.0.0 (GA) is planned for the 21st (it could 
 be postponed for a couple of days). - end of April, I would like to release 
 a M1 for Decanter. Thanks ! Regards JB --
 Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net [1] Talend 
 - http://www.talend.com [2]
  -- Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net
 [1] Talend - http://www.talend.com [2]

 Links:
 --
 [1] http://blog.nanthrax.net
 [2] http://www.talend.com


Re: [HEADS UP] Releases in April

2015-04-07 Thread Jean-Baptiste Onofré

In the mean time, I'm deploying a new SNAPSHOT.

Regards
JB

On 04/07/2015 12:04 PM, developm...@mobigov.com wrote:


That would be great for me as well. There has not been a public snapshot
here
https://repository.apache.org/content/groups/snapshots-group/org/apache/karaf/apache-karaf/4.0.0-SNAPSHOT/
since february and I have concerns about building myself as I don't
follow closely enough to know where the codebase in trunk stands.

On 2015-04-07 04:55, Fabian Lange wrote:


Hi JB,
that would be great for me. I tried to test it on a snapshot build but it
didn't work out, thats why I would like to have a non-snapshot RC. (you are
probably aware that I am the snapshot issues guy :-))

Fabian

On Tue, Apr 7, 2015 at 10:49 AM, Jean-Baptiste Onofré j...@nanthrax.net
wrote:
Hi Fabian, so you would like a 4.0.0.RC before the GA. I think it makes sense to do 
it middle of next week (during ApacheCon). It will give us some time to test and fix 
before the GA. WDYT ? Regards JB On 04/07/2015 10:43 AM, Fabian Lange wrote: Hi all, 
will you be releasing a staged RC for 4.0 GA? I have had a few issues on M2, and I 
want to retest them on a non-snapshot version. Fabian On Tue, Apr 7, 2015 at 10:39 
AM, Jean-Baptiste Onofré j...@nanthrax.net wrote: Hi all, Just wanted to send 
a quick note to you about the release plan for this month: - Karaf 2.3.11 will be 
released tomorrow. I'm fixing the latest issues. It should be one of the last release 
on the 2.3.x branch. - Karaf 2.4.2 is planned for the 14th. It's mostly ready, I'm 
fixing the latest issues as well. - Karaf 3.0.4 is planned for the 21st. - Karaf 
4.0.0 (GA) is planned for the 21st (it could be postponed for a couple of days). - 
end of April, I would like to release a M1 for Decanter. Thanks ! Regards JB --

Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net [1] Talend - 
http://www.talend.com [2]
  -- Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net
[1] Talend - http://www.talend.com [2]

Links:
--
[1] http://blog.nanthrax.net
[2] http://www.talend.com



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: [PROPOSAL] Move IRC channel to freenode ?

2015-04-07 Thread Kevin Carr
+1

On Mon, Apr 6, 2015 at 1:50 PM, Achim Nierbeck bcanh...@googlemail.com
wrote:

 +1

 though I wonder why there isn't an apache hosted irc.

 regards, Achim

 2015-04-06 19:02 GMT+02:00 Krzysztof Sobkowiak krzys.sobkow...@gmail.com
 :

  +1
 
  Regards
  Krzysztof
 
  On 06.04.2015 18:42, Jean-Baptiste Onofré wrote:
   Hi all,
  
   as you may know, codehaus will be down soon:
  
   http://www.codehaus.org/
  
   Even if it's not clear about the future of the IRC server, I think it
  makes sense to try to anticipate.
   I propose to move our IRC channels to freenode (irc.freenode.net)
  with the following name:
  
   #apache-activemq
   #apache-archiva
   #apache-camel
   #apache-cxf
   #apache-kalumet
   #apache-karaf
   #apache-servicemix
  
   WDYT ?
  
   Regards
   JB
 
  --
  Krzysztof Sobkowiak
 
  JEE  OSS Architect
  Apache Software Foundation Member
  Apache ServiceMix http://servicemix.apache.org/ Committer  PMC chair
  Senior Solution Architect @ Capgemini SSC 
  http://www.pl.capgemini-sdm.com/en/
 



 --

 Apache Member
 Apache Karaf http://karaf.apache.org/ Committer  PMC
 OPS4J Pax Web http://wiki.ops4j.org/display/paxweb/Pax+Web/ Committer 
 Project Lead
 blog http://notizblog.nierbeck.de/
 Co-Author of Apache Karaf Cookbook http://bit.ly/1ps9rkS

 Software Architect / Project Manager / Scrum Master




-- 
Scott Carr


Re: [VOTE] Release Apache Karaf 2.3.11

2015-04-07 Thread Jean-Baptiste Onofré

+1 (binding)

Regards
JB

On 04/08/2015 05:50 AM, Jamie G. wrote:

Hi,

This is a vote thread for Apache Karaf 2.3.11 - a patch update for
Apache Karaf 2.3.x line.

We resolved 7 issues in this release:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140version=12329380

Staging repository:
https://repository.apache.org/content/repositories/orgapachekaraf-1026/

Git tag:
karaf-2.3.11

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.



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: [VOTE] Release Apache Karaf 2.3.11

2015-04-07 Thread Freeman Fang
+1

Thanks
-
Freeman(Yue) Fang

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



On 2015-4-8, at 上午11:50, Jamie G. wrote:

 Hi,
 
 This is a vote thread for Apache Karaf 2.3.11 - a patch update for
 Apache Karaf 2.3.x line.
 
 We resolved 7 issues in this release:
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140version=12329380
 
 Staging repository:
 https://repository.apache.org/content/repositories/orgapachekaraf-1026/
 
 Git tag:
 karaf-2.3.11
 
 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.



Re: [VOTE] Release Apache Karaf 2.3.11

2015-04-07 Thread Achim Nierbeck
+1 (binding)

regards, Achim


2015-04-08 6:42 GMT+02:00 Freeman Fang freeman.f...@gmail.com:

 +1

 Thanks
 -
 Freeman(Yue) Fang

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



 On 2015-4-8, at 上午11:50, Jamie G. wrote:

  Hi,
 
  This is a vote thread for Apache Karaf 2.3.11 - a patch update for
  Apache Karaf 2.3.x line.
 
  We resolved 7 issues in this release:
 
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140version=12329380
 
  Staging repository:
  https://repository.apache.org/content/repositories/orgapachekaraf-1026/
 
  Git tag:
  karaf-2.3.11
 
  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.




-- 

Apache Member
Apache Karaf http://karaf.apache.org/ Committer  PMC
OPS4J Pax Web http://wiki.ops4j.org/display/paxweb/Pax+Web/ Committer 
Project Lead
blog http://notizblog.nierbeck.de/
Co-Author of Apache Karaf Cookbook http://bit.ly/1ps9rkS

Software Architect / Project Manager / Scrum Master


[VOTE] Release Apache Karaf 2.3.11

2015-04-07 Thread Jamie G.
Hi,

This is a vote thread for Apache Karaf 2.3.11 - a patch update for
Apache Karaf 2.3.x line.

We resolved 7 issues in this release:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140version=12329380

Staging repository:
https://repository.apache.org/content/repositories/orgapachekaraf-1026/

Git tag:
karaf-2.3.11

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.