[tomee] branch master updated: Upgrade javaee-api to latest so we can see if it breaks something

2019-09-23 Thread jlmonteiro
This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
 new 55b275d  Upgrade javaee-api to latest so we can see if it breaks 
something
 new 57d1df9  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/tomee
55b275d is described below

commit 55b275db8e4d2f22e78fbcc0a77e783cde7c9f71
Author: Jean-Louis Monteiro 
AuthorDate: Mon Sep 23 15:18:55 2019 -0700

Upgrade javaee-api to latest so we can see if it breaks something
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0a72f18..db068cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
 
${project.groupId}.${project.artifactId}
 
 
-8.0-2
+8.0-3-SNAPSHOT
 
 

svn commit: r1867411 - /tomee/javaee-api/branches/EE7/pom.xml

2019-09-23 Thread jlmonteiro
Author: jlmonteiro
Date: Mon Sep 23 22:18:11 2019
New Revision: 1867411

URL: http://svn.apache.org/viewvc?rev=1867411&view=rev
Log:
TOMEE-2690 make sure to not exclude default ProviderLocator and Activator.

Modified:
tomee/javaee-api/branches/EE7/pom.xml

Modified: tomee/javaee-api/branches/EE7/pom.xml
URL: 
http://svn.apache.org/viewvc/tomee/javaee-api/branches/EE7/pom.xml?rev=1867411&r1=1867410&r2=1867411&view=diff
==
--- tomee/javaee-api/branches/EE7/pom.xml (original)
+++ tomee/javaee-api/branches/EE7/pom.xml Mon Sep 23 22:18:11 2019
@@ -171,8 +171,6 @@
   
 META-INF/*.txt
 META-INF/LICENSE
-
org/apache/geronimo/osgi/locator/ProviderLocator.class
-
org/apache/geronimo/osgi/locator/Activator.class
   
 
 
@@ -232,8 +230,6 @@
 META-INF/*.txt
 META-INF/LICENSE
 META-INF/NOTICE
-
org/apache/geronimo/osgi/locator/ProviderLocator.class
-
org/apache/geronimo/osgi/locator/Activator.class
   
 
 




[jira] [Updated] (TOMEE-2690) javaee-api must include ProviderLocator used by some specs jars.

2019-09-23 Thread Jean-Louis MONTEIRO (Jira)


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

Jean-Louis MONTEIRO updated TOMEE-2690:
---
Fix Version/s: 8.0.1
   7.1.2

> javaee-api must include ProviderLocator used by some specs jars.
> 
>
> Key: TOMEE-2690
> URL: https://issues.apache.org/jira/browse/TOMEE-2690
> Project: TomEE
>  Issue Type: Bug
>Reporter: Jean-Louis MONTEIRO
>Priority: Major
> Fix For: 7.1.2, 8.0.1
>
>
> Some spec jars like JACC use the ProviderLocator for internal usage. Most of 
> the time they shade the Geronimo OSGi Locator dependency.
> But we do exclude the ProviderLocator from the javaee-api uber jar which 
> results in a NoClassDefFound when using OpenEJB Standalone for instance.
> Caused by: java.lang.NoClassDefFoundError: 
> org/apache/geronimo/osgi/locator/ProviderLocatorCaused by: 
> java.lang.NoClassDefFoundError: 
> org/apache/geronimo/osgi/locator/ProviderLocator at 
> javax.security.jacc.PolicyConfigurationFactory$1.run(PolicyConfigurationFactory.java:89)
>  
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TOMEE-2690) javaee-api must include ProviderLocator used by some specs jars.

2019-09-23 Thread Jean-Louis MONTEIRO (Jira)


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

Jean-Louis MONTEIRO updated TOMEE-2690:
---
Affects Version/s: 8.0.0-M1
   8.0.0-M2
   7.1.1
   8.0.0-M3
   8.0.0-Final

> javaee-api must include ProviderLocator used by some specs jars.
> 
>
> Key: TOMEE-2690
> URL: https://issues.apache.org/jira/browse/TOMEE-2690
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 8.0.0-M1, 8.0.0-M2, 7.1.1, 8.0.0-M3, 8.0.0-Final
>Reporter: Jean-Louis MONTEIRO
>Priority: Major
> Fix For: 7.1.2, 8.0.1
>
>
> Some spec jars like JACC use the ProviderLocator for internal usage. Most of 
> the time they shade the Geronimo OSGi Locator dependency.
> But we do exclude the ProviderLocator from the javaee-api uber jar which 
> results in a NoClassDefFound when using OpenEJB Standalone for instance.
> Caused by: java.lang.NoClassDefFoundError: 
> org/apache/geronimo/osgi/locator/ProviderLocatorCaused by: 
> java.lang.NoClassDefFoundError: 
> org/apache/geronimo/osgi/locator/ProviderLocator at 
> javax.security.jacc.PolicyConfigurationFactory$1.run(PolicyConfigurationFactory.java:89)
>  
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (TOMEE-2690) javaee-api must include ProviderLocator used by some specs jars.

2019-09-23 Thread Jean-Louis MONTEIRO (Jira)
Jean-Louis MONTEIRO created TOMEE-2690:
--

 Summary: javaee-api must include ProviderLocator used by some 
specs jars.
 Key: TOMEE-2690
 URL: https://issues.apache.org/jira/browse/TOMEE-2690
 Project: TomEE
  Issue Type: Bug
Reporter: Jean-Louis MONTEIRO


Some spec jars like JACC use the ProviderLocator for internal usage. Most of 
the time they shade the Geronimo OSGi Locator dependency.

But we do exclude the ProviderLocator from the javaee-api uber jar which 
results in a NoClassDefFound when using OpenEJB Standalone for instance.

Caused by: java.lang.NoClassDefFoundError: 
org/apache/geronimo/osgi/locator/ProviderLocatorCaused by: 
java.lang.NoClassDefFoundError: 
org/apache/geronimo/osgi/locator/ProviderLocator at 
javax.security.jacc.PolicyConfigurationFactory$1.run(PolicyConfigurationFactory.java:89)

 

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


svn commit: r1867410 - /tomee/javaee-api/trunk/pom.xml

2019-09-23 Thread jlmonteiro
Author: jlmonteiro
Date: Mon Sep 23 22:14:51 2019
New Revision: 1867410

URL: http://svn.apache.org/viewvc?rev=1867410&view=rev
Log:
TOMEE-2690 make sure to not exclude default ProviderLocator and Activator.

Modified:
tomee/javaee-api/trunk/pom.xml

Modified: tomee/javaee-api/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tomee/javaee-api/trunk/pom.xml?rev=1867410&r1=1867409&r2=1867410&view=diff
==
--- tomee/javaee-api/trunk/pom.xml (original)
+++ tomee/javaee-api/trunk/pom.xml Mon Sep 23 22:14:51 2019
@@ -188,8 +188,6 @@
   
 META-INF/*.txt
 META-INF/LICENSE
-
org/apache/geronimo/osgi/locator/ProviderLocator.class
-
org/apache/geronimo/osgi/locator/Activator.class
   
 
 
@@ -249,8 +247,6 @@
 META-INF/*.txt
 META-INF/LICENSE
 META-INF/NOTICE
-
org/apache/geronimo/osgi/locator/ProviderLocator.class
-
org/apache/geronimo/osgi/locator/Activator.class
   
 
 




[tomee] 01/02: Fix version numbers

2019-09-23 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 043a38e51fbfb1418ffd133a6e3f4f8880ceb796
Author: Jonathan Gallimore 
AuthorDate: Mon Sep 23 21:38:17 2019 +0100

Fix version numbers
---
 .../arquillian-tomee-webprofile-tests/pom.xml   | 2 +-
 examples/applet/pom.xml | 6 +++---
 examples/bean-validation-design-by-contract/pom.xml | 2 +-
 examples/bval-evaluation-redeployment/pom.xml   | 2 +-
 examples/cloud-tomee-azure/pom.xml  | 2 +-
 examples/connector-ear/pom.xml  | 2 +-
 examples/mbean-auto-registration/pom.xml| 4 ++--
 examples/mp-jsonb-configuration/pom.xml | 4 ++--
 examples/mvc-cxf-hibernate/pom.xml  | 2 +-
 examples/mvc-cxf/pom.xml| 2 +-
 examples/pojo-webservice/pom.xml| 2 +-
 examples/resources-declared-in-webapp/pom.xml   | 2 +-
 examples/resources-jmx-example/pom.xml  | 2 +-
 examples/rest-example-with-application/pom.xml  | 2 +-
 examples/simple-ear/pom.xml | 2 +-
 examples/vaadin-lts-v08-simple/pom.xml  | 2 +-
 examples/vaadin-lts-v10-simple/pom.xml  | 2 +-
 examples/vaadin-vxx-simple/pom.xml  | 2 +-
 itests/startup/pom.xml  | 4 ++--
 tomee/tomee-deb/pom.xml | 2 +-
 tomee/tomee-microprofile/pom.xml| 2 +-
 21 files changed, 26 insertions(+), 26 deletions(-)

diff --git 
a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml 
b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
index 22bed07..196ba80 100644
--- 
a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
+++ 
b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
@@ -94,4 +94,4 @@
   
 
   
-
\ No newline at end of file
+
diff --git a/examples/applet/pom.xml b/examples/applet/pom.xml
index 03ed622..abc8115 100644
--- a/examples/applet/pom.xml
+++ b/examples/applet/pom.xml
@@ -22,7 +22,7 @@
   org.superbiz.applet
   applet
   war
-  8.0.0-SNAPSHOT
+  8.0.1-SNAPSHOT
   TomEE :: Web Examples :: Signed Applet EJB Client
   http://tomee.apache.org
   
@@ -44,7 +44,7 @@
 
   org.apache.tomee
   openejb-client
-  8.0.0-SNAPSHOT
+  8.0.1-SNAPSHOT
   test
 
   
@@ -112,7 +112,7 @@
 
   org.apache.tomee
   openejb-client
-  8.0.0-SNAPSHOT
+  8.0.1-SNAPSHOT
   
${project.build.directory}/${project.build.finalName}
   openejb-client.jar
 
diff --git a/examples/bean-validation-design-by-contract/pom.xml 
b/examples/bean-validation-design-by-contract/pom.xml
index c6d4334..618010a 100644
--- a/examples/bean-validation-design-by-contract/pom.xml
+++ b/examples/bean-validation-design-by-contract/pom.xml
@@ -26,7 +26,7 @@
 
   
 UTF-8
-8.0.0-SNAPSHOT
+8.0.1-SNAPSHOT
   
 
   
diff --git a/examples/bval-evaluation-redeployment/pom.xml 
b/examples/bval-evaluation-redeployment/pom.xml
index 359d08d..620adf9 100644
--- a/examples/bval-evaluation-redeployment/pom.xml
+++ b/examples/bval-evaluation-redeployment/pom.xml
@@ -25,7 +25,7 @@
 
   
 UTF-8
-8.0.0-SNAPSHOT
+8.0.1-SNAPSHOT
 8.0.1-SNAPSHOT
   
 
diff --git a/examples/cloud-tomee-azure/pom.xml 
b/examples/cloud-tomee-azure/pom.xml
index ef04af9..a4764fe 100644
--- a/examples/cloud-tomee-azure/pom.xml
+++ b/examples/cloud-tomee-azure/pom.xml
@@ -139,4 +139,4 @@
   file://${basedir}/target/snapshot-repo/
 
   
-
\ No newline at end of file
+
diff --git a/examples/connector-ear/pom.xml b/examples/connector-ear/pom.xml
index 44fefbf..2d6fe88 100644
--- a/examples/connector-ear/pom.xml
+++ b/examples/connector-ear/pom.xml
@@ -25,7 +25,7 @@
 
   
 UTF-8
-8.0.0-SNAPSHOT
+8.0.1-SNAPSHOT
 2.1.0
 2.21.0
   
diff --git a/examples/mbean-auto-registration/pom.xml 
b/examples/mbean-auto-registration/pom.xml
index 2f71b00..4f67062 100644
--- a/examples/mbean-auto-registration/pom.xml
+++ b/examples/mbean-auto-registration/pom.xml
@@ -22,12 +22,12 @@
   org.superbiz
   mbean-auto-registration
   jar
-  8.0.0-SNAPSHOT
+  8.0.1-SNAPSHOT
   TomEE :: Examples :: MBean Auto Registration
 
   
 UTF-8
-8.0.0-SNAPSHOT
+8.0.1-SNAPSHOT
   
 
   
diff --git a/examples/mp-jsonb-configuration/pom.xml 
b/examples/mp-jsonb-configurat

[tomee] 02/02: Updating version

2019-09-23 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit fa22e03bebdfd6edce173b4b1a41519b7cc80090
Author: Jonathan Gallimore 
AuthorDate: Mon Sep 23 21:44:52 2019 +0100

Updating version
---
 examples/ejb-remote-call/src/test/java/org/superbiz/remote/App.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/examples/ejb-remote-call/src/test/java/org/superbiz/remote/App.java 
b/examples/ejb-remote-call/src/test/java/org/superbiz/remote/App.java
index b60ce0f..8d8877a 100644
--- a/examples/ejb-remote-call/src/test/java/org/superbiz/remote/App.java
+++ b/examples/ejb-remote-call/src/test/java/org/superbiz/remote/App.java
@@ -29,7 +29,7 @@ public class App {
 properties.put(Context.PROVIDER_URL, 
"http://localhost:8080/tomee/ejb";);
 
 Context ctx = new InitialContext(properties);
-Object ref = 
ctx.lookup("global/ejb-remote-call-8.0.0-SNAPSHOT/Calculator!org.superbiz.remote.Calculator");
+Object ref = 
ctx.lookup("global/ejb-remote-call-8.0.1-SNAPSHOT/Calculator!org.superbiz.remote.Calculator");
 
 Calculator calculator = Calculator.class.cast(ref);
 System.out.println(calculator.sum(1, 2));



[tomee] branch master updated (6623048 -> fa22e03)

2019-09-23 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git.


from 6623048  Make sure to use the same API version
 new 043a38e  Fix version numbers
 new fa22e03  Updating version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../arquillian-tomee-webprofile-tests/pom.xml   | 2 +-
 examples/applet/pom.xml | 6 +++---
 examples/bean-validation-design-by-contract/pom.xml | 2 +-
 examples/bval-evaluation-redeployment/pom.xml   | 2 +-
 examples/cloud-tomee-azure/pom.xml  | 2 +-
 examples/connector-ear/pom.xml  | 2 +-
 examples/ejb-remote-call/src/test/java/org/superbiz/remote/App.java | 2 +-
 examples/mbean-auto-registration/pom.xml| 4 ++--
 examples/mp-jsonb-configuration/pom.xml | 4 ++--
 examples/mvc-cxf-hibernate/pom.xml  | 2 +-
 examples/mvc-cxf/pom.xml| 2 +-
 examples/pojo-webservice/pom.xml| 2 +-
 examples/resources-declared-in-webapp/pom.xml   | 2 +-
 examples/resources-jmx-example/pom.xml  | 2 +-
 examples/rest-example-with-application/pom.xml  | 2 +-
 examples/simple-ear/pom.xml | 2 +-
 examples/vaadin-lts-v08-simple/pom.xml  | 2 +-
 examples/vaadin-lts-v10-simple/pom.xml  | 2 +-
 examples/vaadin-vxx-simple/pom.xml  | 2 +-
 itests/startup/pom.xml  | 4 ++--
 tomee/tomee-deb/pom.xml | 2 +-
 tomee/tomee-microprofile/pom.xml| 2 +-
 22 files changed, 27 insertions(+), 27 deletions(-)



buildbot failure in on tomee-7.1.x-ubuntu-jvm8

2019-09-23 Thread buildbot
The Buildbot has detected a new failure on builder tomee-7.1.x-ubuntu-jvm8 
while building tomee. Full details are available at:
https://ci.apache.org/builders/tomee-7.1.x-ubuntu-jvm8/builds/93

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

Buildslave for this Build: bb_qnode7_ubuntu

Build Reason: The SingleBranchScheduler scheduler named 
'on-tomee-7.1.x-ubuntu-jvm8-commit' triggered this build
Build Source Stamp: [branch tomee-7.1.x] 
c5f809a372a5db2603b5cf5e4a5d884d9aca71c3
Blamelist: Jonathan Gallimore 

BUILD FAILED: failed test

Sincerely,
 -The Buildbot





[tomee] branch tomee-7.1.x updated: Fixing version numbers

2019-09-23 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
 new fc2ef5d  Fixing version numbers
fc2ef5d is described below

commit fc2ef5d81deab7a7f67f5144644559bf6776e448
Author: Jonathan Gallimore 
AuthorDate: Mon Sep 23 20:29:09 2019 +0100

Fixing version numbers
---
 examples/applet/pom.xml | 6 +++---
 examples/bval-evaluation-redeployment/WebApp1/pom.xml   | 2 +-
 examples/bval-evaluation-redeployment/WebApp2/pom.xml   | 2 +-
 examples/bval-evaluation-redeployment/pom.xml   | 4 ++--
 examples/bval-evaluation-redeployment/runner/pom.xml| 4 ++--
 .../java/org/superbiz/moviefun/DeployInWebAppsDirectoryTest.java| 2 +-
 examples/resources-declared-in-webapp/pom.xml   | 2 +-
 examples/rest-example-with-application/pom.xml  | 2 +-
 tck/microprofile-tck/health/pom.xml | 2 +-
 tomee/tomee-deb/pom.xml | 2 +-
 10 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/examples/applet/pom.xml b/examples/applet/pom.xml
index 2241284..1a87c5b 100644
--- a/examples/applet/pom.xml
+++ b/examples/applet/pom.xml
@@ -22,7 +22,7 @@
   org.superbiz.applet
   applet
   war
-  7.1.1-SNAPSHOT
+  7.1.2-SNAPSHOT
   OpenEJB :: Web Examples :: Signed Applet EJB Client
   http://tomee.apache.org
   
@@ -44,7 +44,7 @@
 
   org.apache.tomee
   openejb-client
-  7.1.1-SNAPSHOT
+  7.1.2-SNAPSHOT
   test
 
   
@@ -112,7 +112,7 @@
 
   org.apache.tomee
   openejb-client
-  7.1.1-SNAPSHOT
+  7.1.2-SNAPSHOT
   
${project.build.directory}/${project.build.finalName}
   openejb-client.jar
 
diff --git a/examples/bval-evaluation-redeployment/WebApp1/pom.xml 
b/examples/bval-evaluation-redeployment/WebApp1/pom.xml
index b73c8e4..9be6b33 100644
--- a/examples/bval-evaluation-redeployment/WebApp1/pom.xml
+++ b/examples/bval-evaluation-redeployment/WebApp1/pom.xml
@@ -24,7 +24,7 @@
   
 org.superbiz
 bval-evaluation-redeployment
-7.1.1-SNAPSHOT
+7.1.2-SNAPSHOT
   
 
   WebApp1
diff --git a/examples/bval-evaluation-redeployment/WebApp2/pom.xml 
b/examples/bval-evaluation-redeployment/WebApp2/pom.xml
index 07f5b76..102632e 100644
--- a/examples/bval-evaluation-redeployment/WebApp2/pom.xml
+++ b/examples/bval-evaluation-redeployment/WebApp2/pom.xml
@@ -24,7 +24,7 @@
   
 org.superbiz
 bval-evaluation-redeployment
-7.1.1-SNAPSHOT
+7.1.2-SNAPSHOT
   
 
   WebApp2
diff --git a/examples/bval-evaluation-redeployment/pom.xml 
b/examples/bval-evaluation-redeployment/pom.xml
index 24da75f..1c0b35d 100644
--- a/examples/bval-evaluation-redeployment/pom.xml
+++ b/examples/bval-evaluation-redeployment/pom.xml
@@ -23,7 +23,7 @@
 
   org.superbiz
   bval-evaluation-redeployment
-  7.1.1-SNAPSHOT
+  7.1.2-SNAPSHOT
   pom
 
   
@@ -109,7 +109,7 @@
   
 org.apache.tomee
 arquillian-tomee-remote
-7.1.1-SNAPSHOT
+7.1.2-SNAPSHOT
 test
   
   
diff --git a/examples/bval-evaluation-redeployment/runner/pom.xml 
b/examples/bval-evaluation-redeployment/runner/pom.xml
index c9512da..83efb75 100644
--- a/examples/bval-evaluation-redeployment/runner/pom.xml
+++ b/examples/bval-evaluation-redeployment/runner/pom.xml
@@ -24,7 +24,7 @@
   
 org.superbiz
 bval-evaluation-redeployment
-7.1.1-SNAPSHOT
+7.1.2-SNAPSHOT
   
 
   runner
@@ -51,7 +51,7 @@
 
   org.apache.tomee
   apache-tomee
-  7.1.1-SNAPSHOT
+  7.1.2-SNAPSHOT
   zip
   webprofile
   test
diff --git 
a/examples/connector-ear/connector-sample-functional-tests/src/test/java/org/superbiz/moviefun/DeployInWebAppsDirectoryTest.java
 
b/examples/connector-ear/connector-sample-functional-tests/src/test/java/org/superbiz/moviefun/DeployInWebAppsDirectoryTest.java
index cee5274..3784afa 100644
--- 
a/examples/connector-ear/connector-sample-functional-tests/src/test/java/org/superbiz/moviefun/DeployInWebAppsDirectoryTest.java
+++ 
b/examples/connector-ear/connector-sample-functional-tests/src/test/java/org/superbiz/moviefun/DeployInWebAppsDirectoryTest.java
@@ -105,7 +105,7 @@ public class DeployInWebAppsDirectoryTest {
 configuration.setGroupId("org.apache.tomee");
 configuration.setArtifactId("apache-tomee");
 configuration.setClassifier("plus");
-configuration.setVersion("7.1.1-SNAPSHOT");
+configuration.setVersion("7.1.2-SNAPSHOT");
 //configuration.setDebug(true);
 configuration.setHttpPort(-1);
 
diff --git a/examples/resources-declared-in-webapp/pom.xml 
b/

[tomee] branch tomee-7.1.x updated: Update to beanutils 1.9.4

2019-09-23 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
 new 59c2927  Update to beanutils 1.9.4
59c2927 is described below

commit 59c2927382c1543feb2219e3dc44d62017f29d27
Author: Jonathan Gallimore 
AuthorDate: Mon Sep 23 20:23:20 2019 +0100

Update to beanutils 1.9.4
---
 pom.xml   | 2 +-
 tomee/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e0e7102..2247565 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
 UTF-8
 
 
-1.9.3
+1.9.4
 1.2
 1.2
 1.1
diff --git a/tomee/pom.xml b/tomee/pom.xml
index 67d5861..183ef52 100644
--- a/tomee/pom.xml
+++ b/tomee/pom.xml
@@ -213,7 +213,7 @@
   
 commons-beanutils
 commons-beanutils
-1.8.3
+1.9.4
   
   
 javax.servlet



[tomee] branch tomee-7.1.x updated: Correct version numbers in build

2019-09-23 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
 new c5f809a  Correct version numbers in build
c5f809a is described below

commit c5f809a372a5db2603b5cf5e4a5d884d9aca71c3
Author: Jonathan Gallimore 
AuthorDate: Mon Sep 23 20:16:21 2019 +0100

Correct version numbers in build
---
 boms/jaxb-runtime/pom.xml  | 2 +-
 boms/pom.xml   | 2 +-
 examples/groovy-cdi/pom.xml| 2 +-
 examples/groovy-jpa/pom.xml| 2 +-
 examples/groovy-spock/pom.xml  | 2 +-
 examples/simple-stateful-callbacks/pom.xml | 2 +-
 tck/microprofile-tck/metrics/pom.xml   | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/boms/jaxb-runtime/pom.xml b/boms/jaxb-runtime/pom.xml
index 5e1eafb..581561a 100644
--- a/boms/jaxb-runtime/pom.xml
+++ b/boms/jaxb-runtime/pom.xml
@@ -24,7 +24,7 @@
   
 org.apache.tomee.bom
 boms
-8.0.0-SNAPSHOT
+7.1.2-SNAPSHOT
   
 
   4.0.0
diff --git a/boms/pom.xml b/boms/pom.xml
index 1db12e3..615dbdd 100644
--- a/boms/pom.xml
+++ b/boms/pom.xml
@@ -24,7 +24,7 @@
   
 tomee-project
 org.apache.tomee
-8.0.0-SNAPSHOT
+7.1.2-SNAPSHOT
   
 
   4.0.0
diff --git a/examples/groovy-cdi/pom.xml b/examples/groovy-cdi/pom.xml
index 90cf24c..a87f8bd 100644
--- a/examples/groovy-cdi/pom.xml
+++ b/examples/groovy-cdi/pom.xml
@@ -82,7 +82,7 @@
 
   org.apache.tomee.bom
   jaxb-runtime
-  8.0.0-SNAPSHOT
+  7.1.2-SNAPSHOT
   pom
 
 
diff --git a/examples/groovy-jpa/pom.xml b/examples/groovy-jpa/pom.xml
index 267f4ac..f51655b 100644
--- a/examples/groovy-jpa/pom.xml
+++ b/examples/groovy-jpa/pom.xml
@@ -83,7 +83,7 @@
 
   org.apache.tomee.bom
   jaxb-runtime
-  8.0.0-SNAPSHOT
+  7.1.2-SNAPSHOT
   pom
 
 
diff --git a/examples/groovy-spock/pom.xml b/examples/groovy-spock/pom.xml
index 1e2e121..578449e 100644
--- a/examples/groovy-spock/pom.xml
+++ b/examples/groovy-spock/pom.xml
@@ -92,7 +92,7 @@
 
   org.apache.tomee.bom
   jaxb-runtime
-  8.0.0-SNAPSHOT
+  7.1.2-SNAPSHOT
   pom
 
 
diff --git a/examples/simple-stateful-callbacks/pom.xml 
b/examples/simple-stateful-callbacks/pom.xml
index 971795f..93b5695 100644
--- a/examples/simple-stateful-callbacks/pom.xml
+++ b/examples/simple-stateful-callbacks/pom.xml
@@ -60,7 +60,7 @@
 
   org.apache.tomee.bom
   jaxb-runtime
-  8.0.0-SNAPSHOT
+  7.1.2-SNAPSHOT
   pom
 
 
diff --git a/tck/microprofile-tck/metrics/pom.xml 
b/tck/microprofile-tck/metrics/pom.xml
index 0a7a1a7..a3987dd 100644
--- a/tck/microprofile-tck/metrics/pom.xml
+++ b/tck/microprofile-tck/metrics/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.tomee
 microprofile-tck
-8.0.0-SNAPSHOT
+7.1.2-SNAPSHOT
   
 
   microprofile-metrics-tck