Re: [VOTE] Release Apache Karaf 3.0.4

2015-07-02 Thread Jamie G.
+1

On Thu, Jul 2, 2015 at 2:52 AM, Jean-Baptiste Onofré j...@nanthrax.net wrote:
 It sounds like another filtered resources. Let me take a look, but as it's
 on demos, I don't consider it as release blocker.

 Regards
 JB


 On 07/02/2015 12:47 AM, Krzysztof Sobkowiak wrote:

 Yet another finding:

 I tried to build the demos included in the Karaf distribution and the
 build ends with following error:

 INFO] Apache Karaf :: Demos . SUCCESS [1.033s]
 [INFO] Apache Karaf :: Demos :: Web .. FAILURE
 [1.521s]
 [INFO] Apache Karaf :: Demos :: Branding :: Shell  SKIPPED
 [INFO] Apache Karaf :: Demos :: Command :: Extend Console  SKIPPED
 [INFO] Apache Karaf :: Demos :: Demo Dump provider ... SKIPPED
 [INFO] Apache Karaf :: Demos :: Deployer . SKIPPED
 [INFO] Apache Karaf :: Demos :: Deployer :: Kar .. SKIPPED
 [INFO] Apache Karaf :: Demos :: Deployer :: Bundle ... SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 3.370s
 [INFO] Finished at: Thu Jul 02 00:42:04 CEST 2015
 [INFO] Final Memory: 32M/662M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-antrun-plugin:1.7:run (copy-karaf) on project
 web: An Ant
 BuildException has occured:

 /x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/apache-karaf-3.0.4
 does not exist.
 [ERROR] around Ant part ...move

 todir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/karaf...
 @ 4:105 in

 /home/kso/work/projects/asf/tmp/apache-karaf-3.0.4/demos/web/target/antrun/build-main.xml
 [ERROR] - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the
 -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
 [ERROR]
 [ERROR] After correcting the problems, you can resume the build with the
 command
 [ERROR]   mvn goals -rf :web

 I think something wrong happened with resource filtering file building the
 assembly and the property
 project.build.directory has been replaced with
 /x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target

 kso@lenovo:~/work/projects/asf/tmp/apache-karaf-3.0.4$  fgrep -r kar30x .
 ./demos/branding/pom.xml:

 directory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/src/main/resources/directory
 ./demos/META-INF/maven/org.apache.karaf/demos/pom.xml:

 appendedResourcesDirectory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/../etc/appended-resources/appendedResourcesDirectory
 ./demos/META-INF/maven/org.apache.karaf/demos/pom.xml:

 directory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/../../demos/directory
 ./demos/META-INF/maven/org.apache.karaf/demos/pom.xml:

 directory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/../../demos/directory
 ./demos/web/target/antrun/build-main.xml:  move

 todir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/karaf
 ./demos/web/target/antrun/build-main.xml:fileset

 dir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/apache-karaf-3.0.4/
 ./demos/web/pom.xml:

 appendedResourcesDirectory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/../../etc/appended-resources/appendedResourcesDirectory
 ./demos/web/pom.xml:

 webAppSourceDirectory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/apache-karaf-3.0.4/webAppSourceDirectory
 ./demos/web/pom.xml:

 outputDirectory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/outputDirectory
 ./demos/web/pom.xml:move

 todir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/karaf
 ./demos/web/pom.xml:fileset

 dir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/apache-karaf-3.0.4
 /
 ./demos/deployer/kar/pom.xml:

 featuresFile/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/src/main/resources/features.xml/featuresFile

 I don't think it is blocking problem too, but it should be corrected in
 the next release

 Regards
 Krzysztof




 On 01.07.2015 23:57, Krzysztof Sobkowiak wrote:

 +1 (non-binding)

 I have built ServiceMix 6.0.0 with Karaf and tested -- looks very good.
 Good job!!!

 I have found only 2 things/problems which work differently compared to
 ServiceMix based on Karaf 3.0.3

* one described here https://issues.apache.org/jira/browse/SM-2595
* I 

Re: [VOTE] Release Apache Karaf 3.0.4

2015-07-02 Thread Jamie G.
Hi,

The vote has passed with the following result :

  +1 (binding): Jean-Baptiste Onofre, Freeman Fang, and Jamie Goodyear
  +1 (non binding): Morgan Hautman, James Carman, Stuart McCulloch,
Christian Schneider, and Krzysztof Sobkowiak.

I will copy this release to the Karaf dist directory and
promote the artifacts to the central Maven repository.

On Thu, Jul 2, 2015 at 4:38 PM, Jamie G. jamie.goody...@gmail.com wrote:
 +1

 On Thu, Jul 2, 2015 at 2:52 AM, Jean-Baptiste Onofré j...@nanthrax.net 
 wrote:
 It sounds like another filtered resources. Let me take a look, but as it's
 on demos, I don't consider it as release blocker.

 Regards
 JB


 On 07/02/2015 12:47 AM, Krzysztof Sobkowiak wrote:

 Yet another finding:

 I tried to build the demos included in the Karaf distribution and the
 build ends with following error:

 INFO] Apache Karaf :: Demos . SUCCESS [1.033s]
 [INFO] Apache Karaf :: Demos :: Web .. FAILURE
 [1.521s]
 [INFO] Apache Karaf :: Demos :: Branding :: Shell  SKIPPED
 [INFO] Apache Karaf :: Demos :: Command :: Extend Console  SKIPPED
 [INFO] Apache Karaf :: Demos :: Demo Dump provider ... SKIPPED
 [INFO] Apache Karaf :: Demos :: Deployer . SKIPPED
 [INFO] Apache Karaf :: Demos :: Deployer :: Kar .. SKIPPED
 [INFO] Apache Karaf :: Demos :: Deployer :: Bundle ... SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 3.370s
 [INFO] Finished at: Thu Jul 02 00:42:04 CEST 2015
 [INFO] Final Memory: 32M/662M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-antrun-plugin:1.7:run (copy-karaf) on project
 web: An Ant
 BuildException has occured:

 /x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/apache-karaf-3.0.4
 does not exist.
 [ERROR] around Ant part ...move

 todir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/karaf...
 @ 4:105 in

 /home/kso/work/projects/asf/tmp/apache-karaf-3.0.4/demos/web/target/antrun/build-main.xml
 [ERROR] - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the
 -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
 [ERROR]
 [ERROR] After correcting the problems, you can resume the build with the
 command
 [ERROR]   mvn goals -rf :web

 I think something wrong happened with resource filtering file building the
 assembly and the property
 project.build.directory has been replaced with
 /x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target

 kso@lenovo:~/work/projects/asf/tmp/apache-karaf-3.0.4$  fgrep -r kar30x .
 ./demos/branding/pom.xml:

 directory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/src/main/resources/directory
 ./demos/META-INF/maven/org.apache.karaf/demos/pom.xml:

 appendedResourcesDirectory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/../etc/appended-resources/appendedResourcesDirectory
 ./demos/META-INF/maven/org.apache.karaf/demos/pom.xml:

 directory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/../../demos/directory
 ./demos/META-INF/maven/org.apache.karaf/demos/pom.xml:

 directory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/../../demos/directory
 ./demos/web/target/antrun/build-main.xml:  move

 todir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/karaf
 ./demos/web/target/antrun/build-main.xml:fileset

 dir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/apache-karaf-3.0.4/
 ./demos/web/pom.xml:

 appendedResourcesDirectory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/../../etc/appended-resources/appendedResourcesDirectory
 ./demos/web/pom.xml:

 webAppSourceDirectory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/apache-karaf-3.0.4/webAppSourceDirectory
 ./demos/web/pom.xml:

 outputDirectory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/outputDirectory
 ./demos/web/pom.xml:move

 todir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/karaf
 ./demos/web/pom.xml:fileset

 dir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/apache-karaf-3.0.4
 /
 ./demos/deployer/kar/pom.xml:

 featuresFile/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/src/main/resources/features.xml/featuresFile

 I don't think it is 

Re: [VOTE] Release Apache Karaf 3.0.4

2015-07-01 Thread Krzysztof Sobkowiak
+1 (non-binding)

I have built ServiceMix 6.0.0 with Karaf and tested -- looks very good. Good 
job!!!

I have found only 2 things/problems which work differently compared to 
ServiceMix based on Karaf 3.0.3

  * one described here https://issues.apache.org/jira/browse/SM-2595
  * I had to remove eventadmin feature from featuresBoot (or move it to the 
first stage of featuresBoot). Otherwise
ServiceMix freezes.

Perhaps have you some ideas about the both findings. But these are only minor 
problems so I'm waiting for this release
to start the SerivceMix 6 final release :)

Regards
Krzysztof



On 29.06.2015 22:59, Jamie G. wrote:
 Hi,

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


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

 Git tag:
 karaf-3.0.4

 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.

-- 
Krzysztof Sobkowiak

JEE  OSS Architect
Apache Software Foundation Member
Apache ServiceMix http://servicemix.apache.org/ Committer  PMC
Senior Solution Architect @ Capgemini SSC http://www.pl.capgemini-sdm.com/en/


Re: [VOTE] Release Apache Karaf 3.0.4

2015-07-01 Thread Jean-Baptiste Onofré
It sounds like another filtered resources. Let me take a look, but as 
it's on demos, I don't consider it as release blocker.


Regards
JB

On 07/02/2015 12:47 AM, Krzysztof Sobkowiak wrote:

Yet another finding:

I tried to build the demos included in the Karaf distribution and the build 
ends with following error:

INFO] Apache Karaf :: Demos . SUCCESS [1.033s]
[INFO] Apache Karaf :: Demos :: Web .. FAILURE [1.521s]
[INFO] Apache Karaf :: Demos :: Branding :: Shell  SKIPPED
[INFO] Apache Karaf :: Demos :: Command :: Extend Console  SKIPPED
[INFO] Apache Karaf :: Demos :: Demo Dump provider ... SKIPPED
[INFO] Apache Karaf :: Demos :: Deployer . SKIPPED
[INFO] Apache Karaf :: Demos :: Deployer :: Kar .. SKIPPED
[INFO] Apache Karaf :: Demos :: Deployer :: Bundle ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 3.370s
[INFO] Finished at: Thu Jul 02 00:42:04 CEST 2015
[INFO] Final Memory: 32M/662M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-antrun-plugin:1.7:run (copy-karaf) on project 
web: An Ant
BuildException has occured:
/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/apache-karaf-3.0.4
 does not exist.
[ERROR] around Ant part ...move
todir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/karaf...
 @ 4:105 in
/home/kso/work/projects/asf/tmp/apache-karaf-3.0.4/demos/web/target/antrun/build-main.xml
[ERROR] - [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn goals -rf :web

I think something wrong happened with resource filtering file building the 
assembly and the property
project.build.directory has been replaced with 
/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target

kso@lenovo:~/work/projects/asf/tmp/apache-karaf-3.0.4$  fgrep -r kar30x .
./demos/branding/pom.xml:
directory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/src/main/resources/directory
./demos/META-INF/maven/org.apache.karaf/demos/pom.xml:
appendedResourcesDirectory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/../etc/appended-resources/appendedResourcesDirectory
./demos/META-INF/maven/org.apache.karaf/demos/pom.xml:
directory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/../../demos/directory
./demos/META-INF/maven/org.apache.karaf/demos/pom.xml:
directory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/../../demos/directory
./demos/web/target/antrun/build-main.xml:  move
todir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/karaf
./demos/web/target/antrun/build-main.xml:fileset
dir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/apache-karaf-3.0.4/
./demos/web/pom.xml:
appendedResourcesDirectory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/../../etc/appended-resources/appendedResourcesDirectory
./demos/web/pom.xml:
webAppSourceDirectory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/apache-karaf-3.0.4/webAppSourceDirectory
./demos/web/pom.xml:
outputDirectory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/outputDirectory
./demos/web/pom.xml:move
todir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/karaf
./demos/web/pom.xml:fileset
dir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/apache-karaf-3.0.4
 /
./demos/deployer/kar/pom.xml:
featuresFile/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/src/main/resources/features.xml/featuresFile

I don't think it is blocking problem too, but it should be corrected in the 
next release

Regards
Krzysztof




On 01.07.2015 23:57, Krzysztof Sobkowiak wrote:

+1 (non-binding)

I have built ServiceMix 6.0.0 with Karaf and tested -- looks very good. Good 
job!!!

I have found only 2 things/problems which work differently compared to 
ServiceMix based on Karaf 3.0.3

   * one described here https://issues.apache.org/jira/browse/SM-2595
   * I had to remove eventadmin feature from featuresBoot (or move it to the 
first stage of featuresBoot). Otherwise
 ServiceMix freezes.

Perhaps have you some ideas about the 

Re: [VOTE] Release Apache Karaf 3.0.4

2015-07-01 Thread Krzysztof Sobkowiak
Yet another finding:

I tried to build the demos included in the Karaf distribution and the build 
ends with following error:

INFO] Apache Karaf :: Demos . SUCCESS [1.033s]
[INFO] Apache Karaf :: Demos :: Web .. FAILURE [1.521s]
[INFO] Apache Karaf :: Demos :: Branding :: Shell  SKIPPED
[INFO] Apache Karaf :: Demos :: Command :: Extend Console  SKIPPED
[INFO] Apache Karaf :: Demos :: Demo Dump provider ... SKIPPED
[INFO] Apache Karaf :: Demos :: Deployer . SKIPPED
[INFO] Apache Karaf :: Demos :: Deployer :: Kar .. SKIPPED
[INFO] Apache Karaf :: Demos :: Deployer :: Bundle ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 3.370s
[INFO] Finished at: Thu Jul 02 00:42:04 CEST 2015
[INFO] Final Memory: 32M/662M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-antrun-plugin:1.7:run (copy-karaf) on project 
web: An Ant
BuildException has occured:
/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/apache-karaf-3.0.4
 does not exist.
[ERROR] around Ant part ...move
todir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/karaf...
 @ 4:105 in
/home/kso/work/projects/asf/tmp/apache-karaf-3.0.4/demos/web/target/antrun/build-main.xml
[ERROR] - [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn goals -rf :web

I think something wrong happened with resource filtering file building the 
assembly and the property
project.build.directory has been replaced with 
/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target

kso@lenovo:~/work/projects/asf/tmp/apache-karaf-3.0.4$  fgrep -r kar30x .
./demos/branding/pom.xml:   
directory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/src/main/resources/directory
./demos/META-INF/maven/org.apache.karaf/demos/pom.xml:   
appendedResourcesDirectory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/../etc/appended-resources/appendedResourcesDirectory
./demos/META-INF/maven/org.apache.karaf/demos/pom.xml:   
directory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/../../demos/directory
./demos/META-INF/maven/org.apache.karaf/demos/pom.xml:   
directory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/../../demos/directory
./demos/web/target/antrun/build-main.xml:  move
todir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/karaf
./demos/web/target/antrun/build-main.xml:fileset
dir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/apache-karaf-3.0.4/
./demos/web/pom.xml:   
appendedResourcesDirectory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/../../etc/appended-resources/appendedResourcesDirectory
./demos/web/pom.xml:   
webAppSourceDirectory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/apache-karaf-3.0.4/webAppSourceDirectory
./demos/web/pom.xml:   
outputDirectory/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/outputDirectory
./demos/web/pom.xml:move
todir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/karaf
./demos/web/pom.xml:fileset
dir=/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/target/karaf/WEB-INF/apache-karaf-3.0.4
 /
./demos/deployer/kar/pom.xml:   
featuresFile/x1/asf/karaf/kar30x/target/checkout/assemblies/apache-karaf/src/main/resources/features.xml/featuresFile

I don't think it is blocking problem too, but it should be corrected in the 
next release

Regards
Krzysztof




On 01.07.2015 23:57, Krzysztof Sobkowiak wrote:
 +1 (non-binding)

 I have built ServiceMix 6.0.0 with Karaf and tested -- looks very good. Good 
 job!!!

 I have found only 2 things/problems which work differently compared to 
 ServiceMix based on Karaf 3.0.3

   * one described here https://issues.apache.org/jira/browse/SM-2595
   * I had to remove eventadmin feature from featuresBoot (or move it to the 
 first stage of featuresBoot). Otherwise
 ServiceMix freezes.

 Perhaps have you some ideas about the both findings. But these are only minor 
 

Re: [VOTE] Release Apache Karaf 3.0.4

2015-06-30 Thread Freeman Fang
+1 (binding)
-
Freeman(Yue) Fang

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



On 2015-6-30, at 上午4:59, Jamie G. wrote:

 Hi,
 
 We resolved 103 issues in this release:
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140version=12329179
 
 
 Staging repository:
 https://repository.apache.org/content/repositories/orgapachekaraf-1034/
 
 Git tag:
 karaf-3.0.4
 
 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 3.0.4

2015-06-30 Thread Jean-Baptiste Onofré

Yes, Karaf 4.0.x uses region 1.1.x:

http://repo1.maven.org/maven2/org/eclipse/equinox/org.eclipse.equinox.region/1.1.0.v20120522-1841/

But Karaf 3 still use previous equinox version.

Regards
JB

On 06/30/2015 01:34 PM, James Carman wrote:

There is a newer version in central and master branch uses that right?
On Tue, Jun 30, 2015 at 7:33 AM Jean-Baptiste Onofré j...@nanthrax.net
wrote:


The region jar comes from SMX m2-repo. We can push on oss (Central is a
different story).

Regards
JB

On 06/30/2015 01:30 PM, James Carman wrote:

The jar needs to be upgraded to come from central at least.
On Tue, Jun 30, 2015 at 7:29 AM Jean-Baptiste Onofré j...@nanthrax.net
wrote:


Hi James,

I worked on a fix about region/bundle cache corruption, but I postponed
to 3.0.5.

Regards
JB

On 06/30/2015 01:24 PM, James Carman wrote:

+1 (non-binding) tested on some of our current apps in a custom
distribution built using the maven plugin. We're all fine here.

Although

I'd like to see the region jar fiasco fixed in 3.0.x. Perhaps I'll

provide

a patch.

On Tue, Jun 30, 2015 at 2:25 AM Morgan Hautman 

morgan.haut...@gmail.com


wrote:


+1 (non-binding)

On 29/06/2015 22:59, Jamie G. wrote:

Hi,

We resolved 103 issues in this release:






https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140version=12329179



Staging repository:


https://repository.apache.org/content/repositories/orgapachekaraf-1034/


Git tag:
karaf-3.0.4

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





--
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: [VOTE] Release Apache Karaf 3.0.4

2015-06-30 Thread Christian Schneider

+1 (non binding)

Christian

On 29.06.2015 22:59, Jamie G. wrote:

Hi,

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


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

Git tag:
karaf-3.0.4

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.



--
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
http://www.talend.com



Re: [VOTE] Release Apache Karaf 3.0.4

2015-06-30 Thread Stuart McCulloch
+1 (non-binding)
On 29 Jun 2015 22:00, Jamie G. jamie.goody...@gmail.com wrote:

 Hi,

 We resolved 103 issues in this release:

 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140version=12329179


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

 Git tag:
 karaf-3.0.4

 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 3.0.4

2015-06-30 Thread Achim Nierbeck
+1 (binding)

regards, Achim


2015-06-30 14:37 GMT+02:00 Christian Schneider ch...@die-schneider.net:

 +1 (non binding)

 Christian


 On 29.06.2015 22:59, Jamie G. wrote:

 Hi,

 We resolved 103 issues in this release:

 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140version=12329179


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

 Git tag:
 karaf-3.0.4

 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.



 --
 Christian Schneider
 http://www.liquid-reality.de

 Open Source Architect
 http://www.talend.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


Re: [VOTE] Release Apache Karaf 3.0.4

2015-06-30 Thread Morgan Hautman

+1 (non-binding)

On 29/06/2015 22:59, Jamie G. wrote:

Hi,

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


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

Git tag:
karaf-3.0.4

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 3.0.4

2015-06-30 Thread James Carman
+1 (non-binding) tested on some of our current apps in a custom
distribution built using the maven plugin. We're all fine here. Although
I'd like to see the region jar fiasco fixed in 3.0.x. Perhaps I'll provide
a patch.

On Tue, Jun 30, 2015 at 2:25 AM Morgan Hautman morgan.haut...@gmail.com
wrote:

 +1 (non-binding)

 On 29/06/2015 22:59, Jamie G. wrote:
  Hi,
 
  We resolved 103 issues in this release:
 
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140version=12329179
 
 
  Staging repository:
  https://repository.apache.org/content/repositories/orgapachekaraf-1034/
 
  Git tag:
  karaf-3.0.4
 
  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 3.0.4

2015-06-30 Thread Jean-Baptiste Onofré

Hi James,

I worked on a fix about region/bundle cache corruption, but I postponed 
to 3.0.5.


Regards
JB

On 06/30/2015 01:24 PM, James Carman wrote:

+1 (non-binding) tested on some of our current apps in a custom
distribution built using the maven plugin. We're all fine here. Although
I'd like to see the region jar fiasco fixed in 3.0.x. Perhaps I'll provide
a patch.

On Tue, Jun 30, 2015 at 2:25 AM Morgan Hautman morgan.haut...@gmail.com
wrote:


+1 (non-binding)

On 29/06/2015 22:59, Jamie G. wrote:

Hi,

We resolved 103 issues in this release:


https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140version=12329179



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

Git tag:
karaf-3.0.4

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 3.0.4

2015-06-30 Thread James Carman
The jar needs to be upgraded to come from central at least.
On Tue, Jun 30, 2015 at 7:29 AM Jean-Baptiste Onofré j...@nanthrax.net
wrote:

 Hi James,

 I worked on a fix about region/bundle cache corruption, but I postponed
 to 3.0.5.

 Regards
 JB

 On 06/30/2015 01:24 PM, James Carman wrote:
  +1 (non-binding) tested on some of our current apps in a custom
  distribution built using the maven plugin. We're all fine here. Although
  I'd like to see the region jar fiasco fixed in 3.0.x. Perhaps I'll
 provide
  a patch.
 
  On Tue, Jun 30, 2015 at 2:25 AM Morgan Hautman morgan.haut...@gmail.com
 
  wrote:
 
  +1 (non-binding)
 
  On 29/06/2015 22:59, Jamie G. wrote:
  Hi,
 
  We resolved 103 issues in this release:
 
 
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140version=12329179
 
 
  Staging repository:
 
 https://repository.apache.org/content/repositories/orgapachekaraf-1034/
 
  Git tag:
  karaf-3.0.4
 
  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 3.0.4

2015-06-30 Thread Jean-Baptiste Onofré
The region jar comes from SMX m2-repo. We can push on oss (Central is a 
different story).


Regards
JB

On 06/30/2015 01:30 PM, James Carman wrote:

The jar needs to be upgraded to come from central at least.
On Tue, Jun 30, 2015 at 7:29 AM Jean-Baptiste Onofré j...@nanthrax.net
wrote:


Hi James,

I worked on a fix about region/bundle cache corruption, but I postponed
to 3.0.5.

Regards
JB

On 06/30/2015 01:24 PM, James Carman wrote:

+1 (non-binding) tested on some of our current apps in a custom
distribution built using the maven plugin. We're all fine here. Although
I'd like to see the region jar fiasco fixed in 3.0.x. Perhaps I'll

provide

a patch.

On Tue, Jun 30, 2015 at 2:25 AM Morgan Hautman morgan.haut...@gmail.com

wrote:


+1 (non-binding)

On 29/06/2015 22:59, Jamie G. wrote:

Hi,

We resolved 103 issues in this release:




https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140version=12329179



Staging repository:


https://repository.apache.org/content/repositories/orgapachekaraf-1034/


Git tag:
karaf-3.0.4

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





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


Re: [VOTE] Release Apache Karaf 3.0.4

2015-06-30 Thread James Carman
There is a newer version in central and master branch uses that right?
On Tue, Jun 30, 2015 at 7:33 AM Jean-Baptiste Onofré j...@nanthrax.net
wrote:

 The region jar comes from SMX m2-repo. We can push on oss (Central is a
 different story).

 Regards
 JB

 On 06/30/2015 01:30 PM, James Carman wrote:
  The jar needs to be upgraded to come from central at least.
  On Tue, Jun 30, 2015 at 7:29 AM Jean-Baptiste Onofré j...@nanthrax.net
  wrote:
 
  Hi James,
 
  I worked on a fix about region/bundle cache corruption, but I postponed
  to 3.0.5.
 
  Regards
  JB
 
  On 06/30/2015 01:24 PM, James Carman wrote:
  +1 (non-binding) tested on some of our current apps in a custom
  distribution built using the maven plugin. We're all fine here.
 Although
  I'd like to see the region jar fiasco fixed in 3.0.x. Perhaps I'll
  provide
  a patch.
 
  On Tue, Jun 30, 2015 at 2:25 AM Morgan Hautman 
 morgan.haut...@gmail.com
 
  wrote:
 
  +1 (non-binding)
 
  On 29/06/2015 22:59, Jamie G. wrote:
  Hi,
 
  We resolved 103 issues in this release:
 
 
 
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140version=12329179
 
 
  Staging repository:
 
  https://repository.apache.org/content/repositories/orgapachekaraf-1034/
 
  Git tag:
  karaf-3.0.4
 
  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
 
 

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



[VOTE] Release Apache Karaf 3.0.4

2015-06-29 Thread Jamie G.
Hi,

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


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

Git tag:
karaf-3.0.4

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 3.0.4

2015-06-29 Thread Jean-Baptiste Onofré

+1 (binding)

Regards
JB

On 06/29/2015 10:59 PM, Jamie G. wrote:

Hi,

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


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

Git tag:
karaf-3.0.4

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