buildbot success in on tomee-trunk-ubuntu-jvm8

2018-06-19 Thread buildbot
The Buildbot has detected a restored build on builder tomee-trunk-ubuntu-jvm8 
while building tomee. Full details are available at:
https://ci.apache.org/builders/tomee-trunk-ubuntu-jvm8/builds/803

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_qnode5_ubuntu

Build Reason: The SingleBranchScheduler scheduler named 
'on-tomee-trunk-ubuntu-jvm8-commit' triggered this build
Build Source Stamp: [branch master] 0381cbe076802eedf31b466c8719e6a2d8d4f0d4
Blamelist: Mark Struberg 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot success in on tomee-trunk-ubuntu

2018-06-19 Thread buildbot
The Buildbot has detected a restored build on builder tomee-trunk-ubuntu while 
building tomee. Full details are available at:
https://ci.apache.org/builders/tomee-trunk-ubuntu/builds/928

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_qnode5_ubuntu

Build Reason: The SingleBranchScheduler scheduler named 
'on-tomee-trunk-ubuntu-commit' triggered this build
Build Source Stamp: [branch master] 344cc5cd52f43eab3d13ce39f3b308582350af45
Blamelist: Mark Struberg 

Build succeeded!

Sincerely,
 -The Buildbot





[2/3] tomee git commit: move samples to the same version as our main project

2018-06-19 Thread struberg
move samples to the same version as our main project

This is needed to make the release-plugin work smoothly!


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/fdf5bc93
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/fdf5bc93
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/fdf5bc93

Branch: refs/heads/master
Commit: fdf5bc935705e43d0f2299d49feb53c702720067
Parents: 344cc5c
Author: Mark Struberg 
Authored: Tue Jun 19 22:08:14 2018 +0200
Committer: Mark Struberg 
Committed: Tue Jun 19 22:08:14 2018 +0200

--
 examples/access-timeout-meta/pom.xml | 2 +-
 examples/access-timeout/pom.xml  | 2 +-
 examples/alternate-descriptors/pom.xml   | 2 +-
 examples/applet/pom.xml  | 2 +-
 examples/application-composer/pom.xml| 2 +-
 examples/applicationcomposer-jaxws-cdi/pom.xml   | 2 +-
 examples/applicationexception/pom.xml| 2 +-
 examples/arquillian-jpa/pom.xml  | 4 ++--
 examples/async-methods/pom.xml   | 2 +-
 examples/async-postconstruct/pom.xml | 2 +-
 examples/bean-validation-design-by-contract/pom.xml  | 4 ++--
 examples/bval-evaluation-redeployment/WebApp1/pom.xml| 2 +-
 examples/bval-evaluation-redeployment/WebApp2/pom.xml| 2 +-
 examples/bval-evaluation-redeployment/pom.xml| 2 +-
 examples/bval-evaluation-redeployment/runner/pom.xml | 2 +-
 examples/cdi-alternative-and-stereotypes/pom.xml | 2 +-
 examples/cdi-application-scope/pom.xml   | 2 +-
 examples/cdi-basic/pom.xml   | 2 +-
 examples/cdi-ejbcontext-jaas/pom.xml | 2 +-
 examples/cdi-events/pom.xml  | 2 +-
 examples/cdi-interceptors/pom.xml| 2 +-
 examples/cdi-produces-disposes/pom.xml   | 2 +-
 examples/cdi-produces-field/pom.xml  | 2 +-
 examples/cdi-realm/pom.xml   | 4 ++--
 examples/cdi-request-scope/pom.xml   | 2 +-
 examples/cdi-session-scope/pom.xml   | 2 +-
 examples/change-jaxws-url/pom.xml| 4 ++--
 examples/client-resource-lookup-preview/pom.xml  | 2 +-
 examples/component-interfaces/pom.xml| 2 +-
 examples/connector-ear-sample/connector-starter-api/pom.xml  | 2 +-
 examples/connector-ear-sample/connector-starter-impl/pom.xml | 2 +-
 examples/connector-ear-sample/connector-starter-rar/pom.xml  | 2 +-
 .../connector-ear-sample/connector-starter-sample-war/pom.xml| 2 +-
 examples/connector-ear-sample/moviefun-ear/pom.xml   | 2 +-
 examples/connector-ear-sample/pom.xml| 2 +-
 examples/connector-ear/connector-sample-api/pom.xml  | 2 +-
 examples/connector-ear/connector-sample-ear/pom.xml  | 2 +-
 examples/connector-ear/connector-sample-functional-tests/pom.xml | 2 +-
 examples/connector-ear/connector-sample-impl/pom.xml | 2 +-
 examples/connector-ear/connector-sample-rar/pom.xml  | 2 +-
 examples/connector-ear/connector-sample-war/pom.xml  | 2 +-
 examples/connector-ear/pom.xml   | 4 ++--
 examples/connector-war/pom.xml   | 4 ++--
 examples/cucumber-jvm/pom.xml| 2 +-
 examples/custom-injection/pom.xml| 2 +-
 examples/datasource-ciphered-password/pom.xml| 4 ++--
 examples/datasource-definition/pom.xml   | 4 ++--
 examples/datasource-versioning/pom.xml   | 4 ++--
 examples/decorators/pom.xml  | 2 +-
 examples/deltaspike-configproperty/pom.xml   | 2 +-
 examples/deltaspike-exception-handling/pom.xml   | 2 +-
 examples/deltaspike-fullstack/pom.xml| 4 ++--
 examples/deltaspike-i18n/pom.xml | 2 +-
 examples/dynamic-dao-implementation/pom.xml  | 2 +-
 examples/dynamic-datasource-routing/pom.xml  | 4 ++--
 examples/dynamic-implementation/pom.xml  | 2 +-
 examples/dynamic-proxy-to-access-mbean/pom.xml   | 2 +-
 examples/ear-testing/business-logic/pom.xml  | 2 +-
 examples/ear-testing/business-model/pom.xml  | 2 +-
 

[1/3] tomee git commit: move samples to the same version as our main project

2018-06-19 Thread struberg
Repository: tomee
Updated Branches:
  refs/heads/master 344cc5cd5 -> 0381cbe07


http://git-wip-us.apache.org/repos/asf/tomee/blob/fdf5bc93/examples/resources-declared-in-webapp/pom.xml
--
diff --git a/examples/resources-declared-in-webapp/pom.xml 
b/examples/resources-declared-in-webapp/pom.xml
index 53d92f0..9bfccc2 100644
--- a/examples/resources-declared-in-webapp/pom.xml
+++ b/examples/resources-declared-in-webapp/pom.xml
@@ -24,12 +24,12 @@
   org.superbiz
   resources-declared-in-webapp
   war
-  1.1.0-SNAPSHOT
+  7.0.5-SNAPSHOT
   OpenEJB :: Web Examples :: Resource Declared In A Webapp
 
   
 UTF-8
-7.0.5-SNAPSHOT
+${project.version}
   
 
   

http://git-wip-us.apache.org/repos/asf/tomee/blob/fdf5bc93/examples/resources-jmx-example/pom.xml
--
diff --git a/examples/resources-jmx-example/pom.xml 
b/examples/resources-jmx-example/pom.xml
index 997dc0a..efc04b3 100644
--- a/examples/resources-jmx-example/pom.xml
+++ b/examples/resources-jmx-example/pom.xml
@@ -25,12 +25,12 @@
   org.superbiz
   resources-jmx
   pom
-  1.1.0-SNAPSHOT
+  7.0.5-SNAPSHOT
   OpenEJB :: Examples :: Resources/JMX Example
 
   
 UTF-8
-7.0.5-SNAPSHOT
+${project.version}
   
   
   

http://git-wip-us.apache.org/repos/asf/tomee/blob/fdf5bc93/examples/resources-jmx-example/resources-jmx-ear/pom.xml
--
diff --git a/examples/resources-jmx-example/resources-jmx-ear/pom.xml 
b/examples/resources-jmx-example/resources-jmx-ear/pom.xml
index a9fd2de..03ad476 100644
--- a/examples/resources-jmx-example/resources-jmx-ear/pom.xml
+++ b/examples/resources-jmx-example/resources-jmx-ear/pom.xml
@@ -24,7 +24,7 @@
   
 org.superbiz
 resources-jmx
-1.1.0-SNAPSHOT
+7.0.5-SNAPSHOT
   
   resources-jmx-ear
   ear

http://git-wip-us.apache.org/repos/asf/tomee/blob/fdf5bc93/examples/resources-jmx-example/resources-jmx-ejb/pom.xml
--
diff --git a/examples/resources-jmx-example/resources-jmx-ejb/pom.xml 
b/examples/resources-jmx-example/resources-jmx-ejb/pom.xml
index c6b34a6..dfb1083 100644
--- a/examples/resources-jmx-example/resources-jmx-ejb/pom.xml
+++ b/examples/resources-jmx-example/resources-jmx-ejb/pom.xml
@@ -25,7 +25,7 @@
   
 org.superbiz
 resources-jmx
-1.1.0-SNAPSHOT
+7.0.5-SNAPSHOT
   
   
   resources-jmx-ejb

http://git-wip-us.apache.org/repos/asf/tomee/blob/fdf5bc93/examples/rest-applicationcomposer-mockito/pom.xml
--
diff --git a/examples/rest-applicationcomposer-mockito/pom.xml 
b/examples/rest-applicationcomposer-mockito/pom.xml
index 149e317..f6c9c64 100644
--- a/examples/rest-applicationcomposer-mockito/pom.xml
+++ b/examples/rest-applicationcomposer-mockito/pom.xml
@@ -23,7 +23,7 @@
   org.superbiz
   rest-applicationcomposer-mockito
   jar
-  1.1.0-SNAPSHOT
+  7.0.5-SNAPSHOT
   OpenEJB :: Examples :: REST, Mockito and Application Composer
 
   

http://git-wip-us.apache.org/repos/asf/tomee/blob/fdf5bc93/examples/rest-applicationcomposer/pom.xml
--
diff --git a/examples/rest-applicationcomposer/pom.xml 
b/examples/rest-applicationcomposer/pom.xml
index f3ef044..e91a3cb 100644
--- a/examples/rest-applicationcomposer/pom.xml
+++ b/examples/rest-applicationcomposer/pom.xml
@@ -23,7 +23,7 @@
   org.superbiz
   rest-applicationcomposer
   jar
-  1.1.0-SNAPSHOT
+  7.0.5-SNAPSHOT
   OpenEJB :: Examples :: REST and Application Composer
 
   

http://git-wip-us.apache.org/repos/asf/tomee/blob/fdf5bc93/examples/rest-cdi/pom.xml
--
diff --git a/examples/rest-cdi/pom.xml b/examples/rest-cdi/pom.xml
index 4e15f22..e464962 100644
--- a/examples/rest-cdi/pom.xml
+++ b/examples/rest-cdi/pom.xml
@@ -22,7 +22,7 @@
 
   org.superbiz
   rest-cdi
-  1.1.0-SNAPSHOT
+  7.0.5-SNAPSHOT
   OpenEJB :: Examples :: REST XML JSON
 
   

http://git-wip-us.apache.org/repos/asf/tomee/blob/fdf5bc93/examples/rest-example-with-application/pom.xml
--
diff --git a/examples/rest-example-with-application/pom.xml 
b/examples/rest-example-with-application/pom.xml
index 9036b84..a2aac69 100644
--- a/examples/rest-example-with-application/pom.xml
+++ b/examples/rest-example-with-application/pom.xml
@@ -24,12 +24,12 @@
   org.superbiz
   rest-example-with-application
   war
-  1.1.0-SNAPSHOT
+  7.0.5-SNAPSHOT
   OpenEJB :: Web Examples :: REST Example With Application
 
   
 UTF-8
-7.0.5-SNAPSHOT
+${project.version}
   
 
   

http://git-wip-us.apache.org/repos/asf/tomee/blob/fdf5bc93/examples/rest-example/pom.xml

[3/3] tomee git commit: use the same version for all modules

2018-06-19 Thread struberg
use the same version for all modules

don't want to get bloody fingers during a release


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/0381cbe0
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/0381cbe0
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/0381cbe0

Branch: refs/heads/master
Commit: 0381cbe076802eedf31b466c8719e6a2d8d4f0d4
Parents: fdf5bc9
Author: Mark Struberg 
Authored: Tue Jun 19 22:08:55 2018 +0200
Committer: Mark Struberg 
Committed: Tue Jun 19 22:08:55 2018 +0200

--
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/tomee/blob/0381cbe0/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 8d24529..2b1d0ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,6 +357,7 @@
   true
   false
   
+  true
 
   
 



buildbot failure in on tomee-trunk-ubuntu-jvm8

2018-06-19 Thread buildbot
The Buildbot has detected a new failure on builder tomee-trunk-ubuntu-jvm8 
while building tomee. Full details are available at:
https://ci.apache.org/builders/tomee-trunk-ubuntu-jvm8/builds/802

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_qnode5_ubuntu

Build Reason: The SingleBranchScheduler scheduler named 
'on-tomee-trunk-ubuntu-jvm8-commit' triggered this build
Build Source Stamp: [branch master] 344cc5cd52f43eab3d13ce39f3b308582350af45
Blamelist: Mark Struberg 

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot





[1/2] tomee git commit: adding netbeans IDE info to gitignore

2018-06-19 Thread struberg
Repository: tomee
Updated Branches:
  refs/heads/master c381de03b -> 344cc5cd5


adding netbeans IDE info to gitignore


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/1e0438fb
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/1e0438fb
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/1e0438fb

Branch: refs/heads/master
Commit: 1e0438fb8352d7c38d32d3d5d32dbd2fd030263c
Parents: c381de0
Author: Mark Struberg 
Authored: Tue Jun 19 21:10:21 2018 +0200
Committer: Mark Struberg 
Committed: Tue Jun 19 21:10:21 2018 +0200

--
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/tomee/blob/1e0438fb/.gitignore
--
diff --git a/.gitignore b/.gitignore
index 9bbb2a3..0fa9ed4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,5 @@ quick.bat
 /tomee/tomee-plus-webapp/overlays/
 /temp
 /report.txt
+nb-configuration.xml
+



[2/2] tomee git commit: add testng runner files for tests which are under development.

2018-06-19 Thread struberg
add testng runner files for tests which are under development.

Just change those files as needed. But please don't check all changes in...


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/344cc5cd
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/344cc5cd
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/344cc5cd

Branch: refs/heads/master
Commit: 344cc5cd52f43eab3d13ce39f3b308582350af45
Parents: 1e0438f
Author: Mark Struberg 
Authored: Tue Jun 19 21:11:32 2018 +0200
Committer: Mark Struberg 
Committed: Tue Jun 19 21:11:32 2018 +0200

--
 tck/cdi-embedded/dev-tests.xml | 60 +++
 tck/cdi-tomee/dev-tests.xml| 62 +
 2 files changed, 122 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/tomee/blob/344cc5cd/tck/cdi-embedded/dev-tests.xml
--
diff --git a/tck/cdi-embedded/dev-tests.xml b/tck/cdi-embedded/dev-tests.xml
new file mode 100644
index 000..52e88d3
--- /dev/null
+++ b/tck/cdi-embedded/dev-tests.xml
@@ -0,0 +1,60 @@
+
+
+http://testng.org/testng-1.0.dtd; >
+
+  
+
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+  
+  
+
+  
+
+
+  
+
+

http://git-wip-us.apache.org/repos/asf/tomee/blob/344cc5cd/tck/cdi-tomee/dev-tests.xml
--
diff --git a/tck/cdi-tomee/dev-tests.xml b/tck/cdi-tomee/dev-tests.xml
new file mode 100644
index 000..f42d9a0
--- /dev/null
+++ b/tck/cdi-tomee/dev-tests.xml
@@ -0,0 +1,62 @@
+
+
+http://testng.org/testng-1.0.dtd; >
+
+  
+
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+  
+
+
+
+  
+
+