[tomee-tck] branch jakartaee9-tck updated (da8b3ba -> e9dc3d9)

2020-06-19 Thread dblevins
This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a change to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git.


from da8b3ba  Switch all dists over to the "jakartaee9" versions
 new fff815a  Eliminate overhead of TomEE Webapp profile
 new b52158a  Eliminate unused OpenEJB standalone profile
 new e9dc3d9  Update to 9.0.0-M1 for a quick test

The 3 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:
 pom.xml | 185 +---
 1 file changed, 25 insertions(+), 160 deletions(-)



[tomee-tck] 03/03: Update to 9.0.0-M1 for a quick test

2020-06-19 Thread dblevins
This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit e9dc3d97ad14606b1028e7cfd3e10a5cdfa9dd56
Author: David Blevins 
AuthorDate: Fri Jun 19 14:46:01 2020 -0700

Update to 9.0.0-M1 for a quick test
---
 pom.xml | 48 +---
 1 file changed, 25 insertions(+), 23 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3539fb7..3be22b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,8 +38,10 @@
   
 
 org.apache.tomee
-8.0.3-SNAPSHOT
-8.0.3-SNAPSHOT
+8.0.3
+8.0.3
+org.apache.tomee.jakarta
+9.0.0-M1
 
 9.0.30
 
@@ -277,7 +279,7 @@
 
   
 
-
target/apache-tomee-webprofile-${tomee.version}
+
target/apache-tomee-webprofile-${tomee.zip.version}
   
 
   
@@ -296,12 +298,12 @@
 
   
 
-  ${openejb.groupId}
+  ${tomee.zip.groupId}
   apache-tomee
-  ${tomee.version}
+  ${tomee.zip.version}
+  webprofile
   zip
   
${project.build.directory}
-  webprofile-jakartaee9
 
   
 
@@ -314,11 +316,11 @@
   
 
 
-  ${openejb.groupId}
+  ${tomee.zip.groupId}
   apache-tomee
+  ${tomee.zip.version}
+  webprofile
   zip
-  ${tomee.version}
-  webprofile-jakartaee9
 
 
   
@@ -336,7 +338,7 @@
   
 
   
-target/apache-tomee-plus-${tomee.version}
+
target/apache-tomee-plus-${tomee.zip.version}
   
 
   
@@ -354,12 +356,12 @@
 
   
 
-  ${openejb.groupId}
+  ${tomee.zip.groupId}
   apache-tomee
-  ${tomee.version}
+  ${tomee.zip.version}
+  plus
   zip
   
${project.build.directory}
-  plus-jakartaee9
 
   
 
@@ -372,11 +374,11 @@
   
 
 
-  ${openejb.groupId}
+  ${tomee.zip.groupId}
   apache-tomee
+  ${tomee.zip.version}
+  plus
   zip
-  ${tomee.version}
-  plus-jakartaee9
 
 
   
@@ -394,7 +396,7 @@
   
 
   
-target/apache-tomee-plume-${tomee.version}
+
target/apache-tomee-plume-${tomee.zip.version}
   
 
   
@@ -412,12 +414,12 @@
 
   
 
-  ${openejb.groupId}
+  ${tomee.zip.groupId}
   apache-tomee
-  ${tomee.version}
+  ${tomee.zip.version}
+  plume
   zip
   
${project.build.directory}
-  plume-jakartaee9
 
   
 
@@ -430,11 +432,11 @@
   
 
 
-  ${openejb.groupId}
+  ${tomee.zip.groupId}
   apache-tomee
+  ${tomee.zip.version}
+  plume
   zip
-  ${tomee.version}
-  plume-jakartaee9
 
 
   



[tomee-tck] 02/03: Eliminate unused OpenEJB standalone profile

2020-06-19 Thread dblevins
This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit b52158aa2516196c47d9ee7df0577170dbf31877
Author: David Blevins 
AuthorDate: Fri Jun 19 10:48:48 2020 -0700

Eliminate unused OpenEJB standalone profile
---
 pom.xml | 59 ---
 1 file changed, 59 deletions(-)

diff --git a/pom.xml b/pom.xml
index 89a7300..3539fb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,65 +262,6 @@
   
 
 
-
-
-
-
-  standalone-environment
-
-  
-
-  webcontainer
-  none
-
-  
-
-  
-
-
${project.build.directory}/apache-openejb-${openejb.version}
-  
-
-  
-
-  
-org.apache.maven.plugins
-maven-dependency-plugin
-
-
-  
-unpack
-pre-integration-test
-
-  unpack
-
-
-  
-
-  ${openejb.groupId}
-  openejb-standalone
-  ${openejb.version}
-  zip
-  
${project.build.directory}
-
-  
-
-  
-
-  
-
-  
-
-  
-
-  ${openejb.groupId}
-  openejb-standalone
-  zip
-  ${openejb.version}
-
-  
-
-
-
 
 
 



[tomee-tck] 01/03: Eliminate overhead of TomEE Webapp profile

2020-06-19 Thread dblevins
This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit fff815aacc7ccea8bffbab39df50ed296d78ef22
Author: David Blevins 
AuthorDate: Fri Jun 19 10:46:06 2020 -0700

Eliminate overhead of TomEE Webapp profile
---
 pom.xml | 78 -
 1 file changed, 78 deletions(-)

diff --git a/pom.xml b/pom.xml
index f4635d3..89a7300 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,84 +321,6 @@
 
 
 
-
-
-
-
-  tomcat-environment
-
-  
-
-  webcontainer
-  tomcat
-
-  
-
-  
-
-
${project.build.directory}/apache-tomcat-${tomcat.version}
-  
-
-  
-
-  
-org.apache.maven.plugins
-maven-dependency-plugin
-${version.maven-dependency-plugin}
-
-
-  
-unpack
-pre-integration-test
-
-  unpack
-
-
-  
-
-  org.apache.openejb.tck
-  tomcat
-  ${tomcat.version}
-  zip
-  
${project.build.directory}
-
-
-  org.apache.tomee
-  tomee-webapp
-  ${tomee.version}
-  war
-  
${openejb.home}/webapps/tomee
-
-
-  ${openejb.groupId}
-  tomee-loader
-  ${tomee.version}
-  jar
-  ${openejb.home}/lib
-
-  
-
-  
-
-  
-
-  
-
-  
-
-
-  ${openejb.groupId}
-  tomee-webapp
-  war
-  ${tomee.version}
-
-
-  
-
-
-
-
-
 
 
 



[tomee] annotated tag tomee-project-8.0.3 updated (c0ee809 -> c478ee5)

2020-06-19 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a change to annotated tag tomee-project-8.0.3
in repository https://gitbox.apache.org/repos/asf/tomee.git.


*** WARNING: tag tomee-project-8.0.3 was modified! ***

from c0ee809  (commit)
  to c478ee5  (tag)
 tagging c0ee80957a9c4f87b94f0d9bc2e63ba6f377 (commit)
 replaces tomee-8.0.2
  by Jonathan Gallimore
  on Fri Jun 19 11:51:32 2020 +0100

- Log -
[maven-release-plugin] copy for tag tomee-project-8.0.3
---


No new revisions were added by this update.

Summary of changes:



[jira] [Updated] (TOMEE-2284) MicroProfile Metrics Example for @Metered

2020-06-19 Thread Jonathan Gallimore (Jira)


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

Jonathan Gallimore updated TOMEE-2284:
--
Fix Version/s: (was: 8.0.3)
   8.0.4

> MicroProfile Metrics Example for @Metered
> -
>
> Key: TOMEE-2284
> URL: https://issues.apache.org/jira/browse/TOMEE-2284
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Reporter: Ivan Junckes Filho
>Assignee: Ivan Junckes Filho
>Priority: Minor
>  Labels: examples
> Fix For: 8.0.4
>
> Attachments: image-2018-11-23-11-06-41-322.png, 
> image-2018-11-23-11-07-37-555.png
>
>
> We would like to have an example for MicroProfile Metrics @Metered annotation.
> Here is a quick tutorial on MicroProfile Metrics if you are not aware:
> [https://www.tomitribe.com/blog/getting-started-with-microprofile-metrics/]
> Fork / clone the TomEE project from here:
> [https://github.com/apache/tomee]
> Example name should be _mp-metrics-metered_, following the standard already 
> in the project.
> All the examples are in:
> [https://github.com/apache/tomee/tree/master/examples]
> See this example of @Counted for reference:
> [https://github.com/apache/tomee/tree/master/examples/mp-metrics-counted]
> See these two PRs for the diff for @Counted, it will help you see how simple 
> it is:
> [https://github.com/apache/tomee/pull/203]
> [https://github.com/apache/tomee/pull/207]
> What you have to do is:
> 1 - Create a method in the WeatherService class with @Metered
> 2 - Have a WeatherServiceTest for the GET and OPTIONS scenarios of @Metered
> 3 - Make sure you have tests for Prometheus and JSON formats
> 4 - Make sure all the tests pass
> After that submit a PR and we'll review it.
>  
>  



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


svn commit: r40100 - /dev/tomee/staging-1172/tomee-8.0.3/

2020-06-19 Thread jgallimore
Author: jgallimore
Date: Fri Jun 19 12:34:56 2020
New Revision: 40100

Log:
Adding artifacts for VOTE

Added:
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-microprofile.tar.gz   
(with props)

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-microprofile.tar.gz.asc   
(with props)

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-microprofile.tar.gz.asc.sha256

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-microprofile.tar.gz.asc.sha512

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-microprofile.tar.gz.sha256

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-microprofile.tar.gz.sha512
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-microprofile.zip   
(with props)
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-microprofile.zip.asc  
 (with props)

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-microprofile.zip.asc.sha256

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-microprofile.zip.asc.sha512

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-microprofile.zip.sha256

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-microprofile.zip.sha512
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plume.tar.gz   (with 
props)
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plume.tar.gz.asc   
(with props)

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plume.tar.gz.asc.sha256

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plume.tar.gz.asc.sha512
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plume.tar.gz.sha256
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plume.tar.gz.sha512
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plume.zip   (with 
props)
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plume.zip.asc   (with 
props)
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plume.zip.asc.sha256
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plume.zip.asc.sha512
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plume.zip.sha256
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plume.zip.sha512
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plus.tar.gz   (with 
props)
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plus.tar.gz.asc   
(with props)
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plus.tar.gz.asc.sha256
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plus.tar.gz.asc.sha512
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plus.tar.gz.sha256
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plus.tar.gz.sha512
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plus.zip   (with 
props)
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plus.zip.asc   (with 
props)
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plus.zip.asc.sha256
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plus.zip.asc.sha512
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plus.zip.sha256
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-plus.zip.sha512
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-webprofile.tar.gz   
(with props)
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-webprofile.tar.gz.asc 
  (with props)

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-webprofile.tar.gz.asc.sha256

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-webprofile.tar.gz.asc.sha512

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-webprofile.tar.gz.sha256

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-webprofile.tar.gz.sha512
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-webprofile.zip   
(with props)
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-webprofile.zip.asc   
(with props)

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-webprofile.zip.asc.sha256

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-webprofile.zip.asc.sha512
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-webprofile.zip.sha256
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-8.0.3-webprofile.zip.sha512
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-9.0.0-M1-microprofile.zip   
(with props)

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-9.0.0-M1-microprofile.zip.asc   
(with props)

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-9.0.0-M1-microprofile.zip.asc.sha256

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-9.0.0-M1-microprofile.zip.asc.sha512

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-9.0.0-M1-microprofile.zip.sha256

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-9.0.0-M1-microprofile.zip.sha512
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-9.0.0-M1-plume.zip   (with 
props)
dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-9.0.0-M1-plume.zip.asc   
(with props)

dev/tomee/staging-1172/tomee-8.0.3/apache-tomee-9.0.0-M1-plume.zip.asc.sha256


svn commit: r40099 - in /dev/tomee/staging-1172: ./ tomee-8.0.3/

2020-06-19 Thread jgallimore
Author: jgallimore
Date: Fri Jun 19 12:25:57 2020
New Revision: 40099

Log:
Creating staging area

Added:
dev/tomee/staging-1172/
dev/tomee/staging-1172/tomee-8.0.3/



[tomee-jakarta] annotated tag apache-tomee-9.0.0-M1 updated (85a08a1 -> d6c5fab)

2020-06-19 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a change to annotated tag apache-tomee-9.0.0-M1
in repository https://gitbox.apache.org/repos/asf/tomee-jakarta.git.


*** WARNING: tag apache-tomee-9.0.0-M1 was modified! ***

from 85a08a1  (commit)
  to d6c5fab  (tag)
 tagging 85a08a1e8d624bf0b07b7e61eec98d9045031598 (commit)
  by Jonathan Gallimore
  on Fri Jun 19 12:15:17 2020 +0100

- Log -
[maven-release-plugin] copy for tag apache-tomee-9.0.0-M1
---


No new revisions were added by this update.

Summary of changes:



[tomee-jakarta] branch master updated: [maven-release-plugin] prepare for next development iteration

2020-06-19 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-jakarta.git


The following commit(s) were added to refs/heads/master by this push:
 new 8b827c1  [maven-release-plugin] prepare for next development iteration
8b827c1 is described below

commit 8b827c1706a340937ed9bb14a9446340fb9031bf
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 12:15:21 2020 +0100

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c018b46..d9cd07a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   org.apache.tomee.jakarta
   apache-tomee
   jar
-  9.0.0-M1
+  9.0.0-M2-SNAPSHOT
 
   TomEE :: TomEE :: Apache TomEE 9
   Jakarta EE 9 version of Apache TomEE
@@ -47,7 +47,7 @@
 scm:git:g...@github.com:apache/tomee-jakarta.git
 scm:git:g...@github.com:apache/tomee-jakarta.git
 
scm:git:g...@github.com:apache/tomee-jakarta.git
-apache-tomee-9.0.0-M1
+HEAD
   
 
   



[tomee-jakarta] branch master updated: [maven-release-plugin] prepare release apache-tomee-9.0.0-M1

2020-06-19 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-jakarta.git


The following commit(s) were added to refs/heads/master by this push:
 new 85a08a1  [maven-release-plugin] prepare release apache-tomee-9.0.0-M1
85a08a1 is described below

commit 85a08a1e8d624bf0b07b7e61eec98d9045031598
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 12:15:01 2020 +0100

[maven-release-plugin] prepare release apache-tomee-9.0.0-M1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5c567fe..c018b46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   org.apache.tomee.jakarta
   apache-tomee
   jar
-  9.0.0-M1-SNAPSHOT
+  9.0.0-M1
 
   TomEE :: TomEE :: Apache TomEE 9
   Jakarta EE 9 version of Apache TomEE
@@ -47,7 +47,7 @@
 scm:git:g...@github.com:apache/tomee-jakarta.git
 scm:git:g...@github.com:apache/tomee-jakarta.git
 
scm:git:g...@github.com:apache/tomee-jakarta.git
-HEAD
+apache-tomee-9.0.0-M1
   
 
   



buildbot success in on tomee-trunk-ubuntu-jvm8

2020-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/1347

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

Buildslave for this Build: bb_qnode7_ubuntu

Build Reason: The SingleBranchScheduler scheduler named 
'on-tomee-trunk-ubuntu-jvm8-commit' triggered this build
Build Source Stamp: [branch master] ec8ed11229f8f660405a0a38dd6d493343ee5ac6
Blamelist: Jonathan Gallimore 

Build succeeded!

Sincerely,
 -The Buildbot





[tomee] branch master updated (30d8927 -> 6c15ecd)

2020-06-19 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 30d8927  Using the separate repository
 new c0ee809  [maven-release-plugin] prepare release tomee-project-8.0.3
 new 6c15ecd  [maven-release-plugin] prepare for next development iteration

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/arquillian-common/pom.xml |  2 +-
 arquillian/arquillian-openejb-embedded/pom.xml   |  2 +-
 arquillian/arquillian-openejb-transaction-provider/pom.xml   |  2 +-
 arquillian/arquillian-tck/pom.xml|  2 +-
 arquillian/arquillian-tomee-common/pom.xml   |  2 +-
 arquillian/arquillian-tomee-embedded/pom.xml |  2 +-
 arquillian/arquillian-tomee-moviefun-example/pom.xml |  2 +-
 arquillian/arquillian-tomee-remote/pom.xml   |  8 
 .../arquillian-tomee-codi-tests/pom.xml  |  2 +-
 .../arquillian-tomee-config-tests/pom.xml|  2 +-
 .../arquillian-tomee-jaxrs-tests/pom.xml |  2 +-
 .../arquillian-tomee-jaxws-tests/pom.xml |  2 +-
 .../arquillian-tomee-jms-tests/pom.xml   |  2 +-
 .../arquillian-tomee-webprofile-tests/pom.xml|  2 +-
 arquillian/arquillian-tomee-tests/pom.xml|  2 +-
 arquillian/arquillian-tomee-webapp-remote/pom.xml|  2 +-
 arquillian/pom.xml   |  4 ++--
 arquillian/ziplock/pom.xml   |  2 +-
 assembly/openejb-lite/pom.xml|  2 +-
 assembly/openejb-standalone/pom.xml  |  2 +-
 assembly/pom.xml |  2 +-
 boms/jaxb-runtime/pom.xml|  2 +-
 boms/pom.xml |  2 +-
 boms/tomee-microprofile/pom.xml  |  2 +-
 container/mbean-annotation-api/pom.xml   |  2 +-
 container/openejb-api/pom.xml|  2 +-
 container/openejb-core/pom.xml   |  2 +-
 container/openejb-javaagent/pom.xml  |  2 +-
 container/openejb-jee-accessors/pom.xml  |  2 +-
 container/openejb-jee/pom.xml|  2 +-
 container/openejb-jpa-integration/pom.xml|  2 +-
 container/openejb-junit/pom.xml  |  2 +-
 container/openejb-loader/pom.xml |  2 +-
 container/pom.xml|  2 +-
 examples/access-timeout-meta/pom.xml |  4 ++--
 examples/access-timeout/pom.xml  |  4 ++--
 examples/alternate-descriptors/pom.xml   |  4 ++--
 examples/application-composer/pom.xml|  4 ++--
 examples/applicationcomposer-jaxws-cdi/pom.xml   |  6 +++---
 examples/applicationexception/pom.xml|  4 ++--
 examples/arquillian-jpa/pom.xml  |  6 +++---
 examples/async-methods/pom.xml   |  4 ++--
 examples/async-postconstruct/pom.xml |  4 ++--
 examples/async-servlet/pom.xml   |  8 
 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|  6 +++---
 examples/bval-evaluation-redeployment/runner/pom.xml |  4 ++--
 examples/cdi-alternative-and-stereotypes/pom.xml |  4 ++--
 examples/cdi-application-scope/pom.xml   |  4 ++--
 examples/cdi-basic/pom.xml   |  4 ++--
 examples/cdi-ejbcontext-jaas/pom.xml |  6 +++---
 examples/cdi-events/pom.xml  |  4 ++--
 examples/cdi-interceptors/pom.xml|  4 ++--
 examples/cdi-produces-disposes/pom.xml   |  4 ++--
 examples/cdi-produces-field/pom.xml  |  4 ++--
 examples/cdi-qualifier/pom.xml   |  4 ++--
 examples/cdi-realm/pom.xml   |  4 ++--
 examples/cdi-request-scope/pom.xml   |  4 ++--
 examples/cdi-session-scope/pom.xml   |  4 ++--
 

[tomee-jakarta] 01/02: Update groupId

2020-06-19 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-jakarta.git

commit 0cd53eb79120c173fd399569f68386ee18caca87
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 11:48:54 2020 +0100

Update groupId
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5f91e99..9df01e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   
 
-  org.apache.tomee
+  org.apache.tomee.jakarta
   apache-tomee
   jar
   9.0.0-M1-SNAPSHOT



[tomee-jakarta] 02/02: groupId

2020-06-19 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-jakarta.git

commit b8616fbef84453337f6a012d72d426e140acc560
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 11:50:14 2020 +0100

groupId
---
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9df01e0..5c567fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
 
   
  
-  ${project.groupId}
+  org.apache.tomee
   apache-tomee
   ${tomee.version}
   webprofile
@@ -106,7 +106,7 @@
   
 
  
-  ${project.groupId}
+  org.apache.tomee
   apache-tomee
   ${tomee.version}
   microprofile
@@ -120,7 +120,7 @@
   
 
  
-  ${project.groupId}
+  org.apache.tomee
   apache-tomee
   ${tomee.version}
   plume
@@ -134,7 +134,7 @@
   
 
  
-  ${project.groupId}
+  org.apache.tomee
   apache-tomee
   ${tomee.version}
   plus



[tomee-jakarta] branch master updated (754ee20 -> b8616fb)

2020-06-19 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-jakarta.git.


from 754ee20  Use release versions
 new 0cd53eb  Update groupId
 new b8616fb  groupId

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:
 pom.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)



[tomee] 01/04: [maven-release-plugin] prepare release apache-tomee-9.0.0-M1

2020-06-19 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 254f4bdff16f7c02952f21f50b4ea002496443b9
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 11:40:50 2020 +0100

[maven-release-plugin] prepare release apache-tomee-9.0.0-M1
---
 jakarta/pom.xml | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/jakarta/pom.xml b/jakarta/pom.xml
index f386e35..a7a90ec 100644
--- a/jakarta/pom.xml
+++ b/jakarta/pom.xml
@@ -23,13 +23,13 @@
   
 tomee-project
 org.apache.tomee
-8.0.3-SNAPSHOT
+8.0.3
   
 
   4.0.0
   org.apache.tomee.jakarta
   apache-tomee
-  9.0.0-M1-SNAPSHOT
+  9.0.0-M1
   jar
   TomEE :: TomEE :: Apache TomEE 9
 
@@ -334,4 +334,8 @@
 
   
 
+
+  
+apache-tomee-9.0.0-M1
+  
 



[tomee] 02/04: [maven-release-plugin] rollback the release of apache-tomee-9.0.0-M1

2020-06-19 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 12df3e682b063dd973672c314ec2f4cb38813477
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 11:41:07 2020 +0100

[maven-release-plugin] rollback the release of apache-tomee-9.0.0-M1
---
 jakarta/pom.xml | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/jakarta/pom.xml b/jakarta/pom.xml
index a7a90ec..f386e35 100644
--- a/jakarta/pom.xml
+++ b/jakarta/pom.xml
@@ -23,13 +23,13 @@
   
 tomee-project
 org.apache.tomee
-8.0.3
+8.0.3-SNAPSHOT
   
 
   4.0.0
   org.apache.tomee.jakarta
   apache-tomee
-  9.0.0-M1
+  9.0.0-M1-SNAPSHOT
   jar
   TomEE :: TomEE :: Apache TomEE 9
 
@@ -334,8 +334,4 @@
 
   
 
-
-  
-apache-tomee-9.0.0-M1
-  
 



[tomee] branch master updated (8034945 -> 6108f5f)

2020-06-19 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 8034945  Update groupId
 new 254f4bd  [maven-release-plugin] prepare release apache-tomee-9.0.0-M1
 new 12df3e6  [maven-release-plugin] rollback the release of 
apache-tomee-9.0.0-M1
 new 81ce7cd  [maven-release-plugin] prepare release tomee-project-8.0.3
 new 6108f5f  Revert "[maven-release-plugin] prepare release 
tomee-project-8.0.3"

The 4 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:



[tomee] branch master updated: Update groupId

2020-06-19 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


The following commit(s) were added to refs/heads/master by this push:
 new 8034945  Update groupId
8034945 is described below

commit 80349451dd6351175a4a30f16f92574898add94f
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 11:39:49 2020 +0100

Update groupId
---
 jakarta/pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/jakarta/pom.xml b/jakarta/pom.xml
index 47d260c..f386e35 100644
--- a/jakarta/pom.xml
+++ b/jakarta/pom.xml
@@ -44,7 +44,7 @@
 
   
  
-  ${project.groupId}
+  org.apache.tomee
   apache-tomee
   ${tomee.version}
   webprofile
@@ -58,7 +58,7 @@
   
 
  
-  ${project.groupId}
+  org.apache.tomee
   apache-tomee
   ${tomee.version}
   microprofile
@@ -72,7 +72,7 @@
   
 
  
-  ${project.groupId}
+  org.apache.tomee
   apache-tomee
   ${tomee.version}
   plume
@@ -86,7 +86,7 @@
   
 
  
-  ${project.groupId}
+  org.apache.tomee
   apache-tomee
   ${tomee.version}
   plus



[tomee] 03/03: Update grooupId

2020-06-19 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 a13d0743c55a02b3e7cf10ee2c878606f15ebc34
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 11:22:08 2020 +0100

Update grooupId
---
 jakarta/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jakarta/pom.xml b/jakarta/pom.xml
index 0044d1d..47d260c 100644
--- a/jakarta/pom.xml
+++ b/jakarta/pom.xml
@@ -27,6 +27,7 @@
   
 
   4.0.0
+  org.apache.tomee.jakarta
   apache-tomee
   9.0.0-M1-SNAPSHOT
   jar



[tomee] branch master updated (7683efe -> a13d074)

2020-06-19 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 7683efe  Release prep
 new e48dc4a  Using new repository
 new 9b49d25  Revert "Using new repository"
 new a13d074  Update grooupId

The 3 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:
 jakarta/pom.xml | 1 +
 1 file changed, 1 insertion(+)



[tomee] branch master updated: Release prep

2020-06-19 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


The following commit(s) were added to refs/heads/master by this push:
 new 7683efe  Release prep
7683efe is described below

commit 7683efe59f7281acc7491bdb7b1bc354d74b3535
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 11:18:54 2020 +0100

Release prep
---
 jakarta/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jakarta/pom.xml b/jakarta/pom.xml
index 8f81e60..0044d1d 100644
--- a/jakarta/pom.xml
+++ b/jakarta/pom.xml
@@ -33,7 +33,7 @@
   TomEE :: TomEE :: Apache TomEE 9
 
   
-8.0.3-SNAPSHOT
+8.0.3
 ${project.groupId}.tomee.tomee
 
${project.build.directory}/webprofile-work-dir
 ${project.build.directory}/plus-work-dir
@@ -317,7 +317,7 @@
   
 org.apache.tomee.patch
 tomee-patch-plugin
-0.1-SNAPSHOT
+0.1
 
   apache-tomee.*\.zip
 



[tomee] 02/04: Revert "Exclude the Jakarta module from this build"

2020-06-19 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 2ee10bad729a358cd399f019c16c51538dc5
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 10:53:49 2020 +0100

Revert "Exclude the Jakarta module from this build"

This reverts commit dd2d69e117f6ba1e9820d480542a32c19a2eb086.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 02d0fe4..2948b55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -592,6 +592,7 @@
 arquillian
 utils
 tomee
+jakarta
   
   
 



[tomee] branch master updated (dc6b5f8 -> 24a2cc7)

2020-06-19 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 dc6b5f8  [maven-release-plugin] prepare for next development iteration
 new 5348ec6  Revert "Moved to new repo"
 new 2ee10ba  Revert "Exclude the Jakarta module from this build"
 new 6e24fde  Revert "[maven-release-plugin] prepare for next development 
iteration"
 new 24a2cc7  Revert "[maven-release-plugin] prepare release 
tomee-project-8.0.3"

The 4 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/arquillian-common/pom.xml   |2 +-
 arquillian/arquillian-openejb-embedded/pom.xml |2 +-
 .../pom.xml|2 +-
 arquillian/arquillian-tck/pom.xml  |2 +-
 arquillian/arquillian-tomee-common/pom.xml |2 +-
 arquillian/arquillian-tomee-embedded/pom.xml   |2 +-
 .../arquillian-tomee-moviefun-example/pom.xml  |2 +-
 arquillian/arquillian-tomee-remote/pom.xml |8 +-
 .../arquillian-tomee-codi-tests/pom.xml|2 +-
 .../arquillian-tomee-config-tests/pom.xml  |2 +-
 .../arquillian-tomee-jaxrs-tests/pom.xml   |2 +-
 .../arquillian-tomee-jaxws-tests/pom.xml   |2 +-
 .../arquillian-tomee-jms-tests/pom.xml |2 +-
 .../arquillian-tomee-webprofile-tests/pom.xml  |2 +-
 arquillian/arquillian-tomee-tests/pom.xml  |2 +-
 arquillian/arquillian-tomee-webapp-remote/pom.xml  |2 +-
 arquillian/pom.xml |4 +-
 arquillian/ziplock/pom.xml |2 +-
 assembly/openejb-lite/pom.xml  |2 +-
 assembly/openejb-standalone/pom.xml|2 +-
 assembly/pom.xml   |2 +-
 boms/jaxb-runtime/pom.xml  |2 +-
 boms/pom.xml   |2 +-
 boms/tomee-microprofile/pom.xml|2 +-
 container/mbean-annotation-api/pom.xml |2 +-
 container/openejb-api/pom.xml  |2 +-
 container/openejb-core/pom.xml |2 +-
 container/openejb-javaagent/pom.xml|2 +-
 container/openejb-jee-accessors/pom.xml|2 +-
 container/openejb-jee/pom.xml  |2 +-
 container/openejb-jpa-integration/pom.xml  |2 +-
 container/openejb-junit/pom.xml|2 +-
 container/openejb-loader/pom.xml   |2 +-
 container/pom.xml  |2 +-
 examples/access-timeout-meta/pom.xml   |4 +-
 examples/access-timeout/pom.xml|4 +-
 examples/alternate-descriptors/pom.xml |4 +-
 examples/application-composer/pom.xml  |4 +-
 examples/applicationcomposer-jaxws-cdi/pom.xml |6 +-
 examples/applicationexception/pom.xml  |4 +-
 examples/arquillian-jpa/pom.xml|6 +-
 examples/async-methods/pom.xml |4 +-
 examples/async-postconstruct/pom.xml   |4 +-
 examples/async-servlet/pom.xml |8 +-
 .../bean-validation-design-by-contract/pom.xml |4 +-
 .../bval-evaluation-redeployment/WebApp1/pom.xml   |2 +-
 .../bval-evaluation-redeployment/WebApp2/pom.xml   |2 +-
 examples/bval-evaluation-redeployment/pom.xml  |6 +-
 .../bval-evaluation-redeployment/runner/pom.xml|4 +-
 examples/cdi-alternative-and-stereotypes/pom.xml   |4 +-
 examples/cdi-application-scope/pom.xml |4 +-
 examples/cdi-basic/pom.xml |4 +-
 examples/cdi-ejbcontext-jaas/pom.xml   |6 +-
 examples/cdi-events/pom.xml|4 +-
 examples/cdi-interceptors/pom.xml  |4 +-
 examples/cdi-produces-disposes/pom.xml |4 +-
 examples/cdi-produces-field/pom.xml|4 +-
 examples/cdi-qualifier/pom.xml |4 +-
 examples/cdi-realm/pom.xml |4 +-
 examples/cdi-request-scope/pom.xml |4 +-
 examples/cdi-session-scope/pom.xml |4 +-
 examples/change-jaxws-url/pom.xml  |4 +-
 examples/client-resource-lookup-preview/pom.xml|8 +-
 examples/cloud-tomee-azure/pom.xml |2 +-
 examples/component-interfaces/pom.xml  |4 +-
 examples/concurrency-utils/pom.xml |2 +-
 .../connector-ear/connector-sample-api/pom.xml |2 +-
 

[tomee-patch-plugin] branch master updated: [maven-release-plugin] prepare for next development iteration

2020-06-19 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-patch-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 0deac80  [maven-release-plugin] prepare for next development iteration
0deac80 is described below

commit 0deac807c412505c2ab7d9a0cad26978fa6141c7
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 10:52:02 2020 +0100

[maven-release-plugin] prepare for next development iteration
---
 pom.xml| 4 ++--
 tomee-patch-core/pom.xml   | 2 +-
 tomee-patch-plugin/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 33cd285..854b3f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   org.apache.tomee.patch
   tomee-patch-parent
   pom
-  0.1
+  0.2-SNAPSHOT
 
   Apache TomEE Patch Plugin
   Tools and Maven Plugin to help complete the javax-to-jakarta 
bytecode transformation
@@ -47,7 +47,7 @@
 
scm:git:g...@github.com:apache/tomee-patch-plugin.git
 scm:git:g...@github.com:apache/tomee-patch-plugin.git
 
scm:git:g...@github.com:apache/tomee-patch-plugin.git
-tomee-patch-parent-0.1
+HEAD
   
 
   
diff --git a/tomee-patch-core/pom.xml b/tomee-patch-core/pom.xml
index 36646ac..c20152b 100644
--- a/tomee-patch-core/pom.xml
+++ b/tomee-patch-core/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.tomee.patch
 tomee-patch-parent
-0.1
+0.2-SNAPSHOT
   
 
   tomee-patch-core
diff --git a/tomee-patch-plugin/pom.xml b/tomee-patch-plugin/pom.xml
index c962a26..756a1a6 100644
--- a/tomee-patch-plugin/pom.xml
+++ b/tomee-patch-plugin/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.tomee.patch
 tomee-patch-parent
-0.1
+0.2-SNAPSHOT
   
 
   tomee-patch-plugin



[tomee-patch-plugin] annotated tag tomee-patch-parent-0.1 updated (800e3fd -> b123249)

2020-06-19 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a change to annotated tag tomee-patch-parent-0.1
in repository https://gitbox.apache.org/repos/asf/tomee-patch-plugin.git.


*** WARNING: tag tomee-patch-parent-0.1 was modified! ***

from 800e3fd  (commit)
  to b123249  (tag)
 tagging 800e3fdc0d44f7da8cb66366fcf035b7fb2212ee (commit)
  by Jonathan Gallimore
  on Fri Jun 19 10:51:58 2020 +0100

- Log -
[maven-release-plugin] copy for tag tomee-patch-parent-0.1
---


No new revisions were added by this update.

Summary of changes:



[tomee-patch-plugin] 02/03: Revert "[maven-release-plugin] prepare release tomee-patch-parent-0.1"

2020-06-19 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-patch-plugin.git

commit 134d4417451f56b911e2b9a9f6f09000ad856ebf
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 10:50:01 2020 +0100

Revert "[maven-release-plugin] prepare release tomee-patch-parent-0.1"

This reverts commit caed197757810980a13506eea17c7cf7006cb26d.
---
 pom.xml| 4 ++--
 tomee-patch-core/pom.xml   | 2 +-
 tomee-patch-plugin/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 33cd285..d9ceb64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   org.apache.tomee.patch
   tomee-patch-parent
   pom
-  0.1
+  0.1-SNAPSHOT
 
   Apache TomEE Patch Plugin
   Tools and Maven Plugin to help complete the javax-to-jakarta 
bytecode transformation
@@ -47,7 +47,7 @@
 
scm:git:g...@github.com:apache/tomee-patch-plugin.git
 scm:git:g...@github.com:apache/tomee-patch-plugin.git
 
scm:git:g...@github.com:apache/tomee-patch-plugin.git
-tomee-patch-parent-0.1
+HEAD
   
 
   
diff --git a/tomee-patch-core/pom.xml b/tomee-patch-core/pom.xml
index 36646ac..5a12ccb 100644
--- a/tomee-patch-core/pom.xml
+++ b/tomee-patch-core/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.tomee.patch
 tomee-patch-parent
-0.1
+0.1-SNAPSHOT
   
 
   tomee-patch-core
diff --git a/tomee-patch-plugin/pom.xml b/tomee-patch-plugin/pom.xml
index c962a26..2d7ff90 100644
--- a/tomee-patch-plugin/pom.xml
+++ b/tomee-patch-plugin/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.tomee.patch
 tomee-patch-parent
-0.1
+0.1-SNAPSHOT
   
 
   tomee-patch-plugin



[tomee-patch-plugin] 01/03: Revert "[maven-release-plugin] prepare for next development iteration"

2020-06-19 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-patch-plugin.git

commit 5127dd67049f394cba7aaebb61c4ada5a798ec47
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 10:49:48 2020 +0100

Revert "[maven-release-plugin] prepare for next development iteration"

This reverts commit ef54f69713a288b970609b0494ea2a639403f8bf.
---
 pom.xml| 4 ++--
 tomee-patch-core/pom.xml   | 2 +-
 tomee-patch-plugin/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 854b3f8..33cd285 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   org.apache.tomee.patch
   tomee-patch-parent
   pom
-  0.2-SNAPSHOT
+  0.1
 
   Apache TomEE Patch Plugin
   Tools and Maven Plugin to help complete the javax-to-jakarta 
bytecode transformation
@@ -47,7 +47,7 @@
 
scm:git:g...@github.com:apache/tomee-patch-plugin.git
 scm:git:g...@github.com:apache/tomee-patch-plugin.git
 
scm:git:g...@github.com:apache/tomee-patch-plugin.git
-HEAD
+tomee-patch-parent-0.1
   
 
   
diff --git a/tomee-patch-core/pom.xml b/tomee-patch-core/pom.xml
index c20152b..36646ac 100644
--- a/tomee-patch-core/pom.xml
+++ b/tomee-patch-core/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.tomee.patch
 tomee-patch-parent
-0.2-SNAPSHOT
+0.1
   
 
   tomee-patch-core
diff --git a/tomee-patch-plugin/pom.xml b/tomee-patch-plugin/pom.xml
index 756a1a6..c962a26 100644
--- a/tomee-patch-plugin/pom.xml
+++ b/tomee-patch-plugin/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.tomee.patch
 tomee-patch-parent
-0.2-SNAPSHOT
+0.1
   
 
   tomee-patch-plugin



[tomee-patch-plugin] branch master updated (ef54f69 -> 800e3fd)

2020-06-19 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-patch-plugin.git.


from ef54f69  [maven-release-plugin] prepare for next development iteration
 new 5127dd6  Revert "[maven-release-plugin] prepare for next development 
iteration"
 new 134d441  Revert "[maven-release-plugin] prepare release 
tomee-patch-parent-0.1"
 new 800e3fd  [maven-release-plugin] prepare release tomee-patch-parent-0.1

The 3 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:
 pom.xml| 4 ++--
 tomee-patch-core/pom.xml   | 2 +-
 tomee-patch-plugin/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)



[tomee-patch-plugin] 03/03: [maven-release-plugin] prepare release tomee-patch-parent-0.1

2020-06-19 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-patch-plugin.git

commit 800e3fdc0d44f7da8cb66366fcf035b7fb2212ee
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 10:50:36 2020 +0100

[maven-release-plugin] prepare release tomee-patch-parent-0.1
---
 pom.xml| 4 ++--
 tomee-patch-core/pom.xml   | 2 +-
 tomee-patch-plugin/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index d9ceb64..33cd285 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   org.apache.tomee.patch
   tomee-patch-parent
   pom
-  0.1-SNAPSHOT
+  0.1
 
   Apache TomEE Patch Plugin
   Tools and Maven Plugin to help complete the javax-to-jakarta 
bytecode transformation
@@ -47,7 +47,7 @@
 
scm:git:g...@github.com:apache/tomee-patch-plugin.git
 scm:git:g...@github.com:apache/tomee-patch-plugin.git
 
scm:git:g...@github.com:apache/tomee-patch-plugin.git
-HEAD
+tomee-patch-parent-0.1
   
 
   
diff --git a/tomee-patch-core/pom.xml b/tomee-patch-core/pom.xml
index 5a12ccb..36646ac 100644
--- a/tomee-patch-core/pom.xml
+++ b/tomee-patch-core/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.tomee.patch
 tomee-patch-parent
-0.1-SNAPSHOT
+0.1
   
 
   tomee-patch-core
diff --git a/tomee-patch-plugin/pom.xml b/tomee-patch-plugin/pom.xml
index 2d7ff90..c962a26 100644
--- a/tomee-patch-plugin/pom.xml
+++ b/tomee-patch-plugin/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.tomee.patch
 tomee-patch-parent
-0.1-SNAPSHOT
+0.1
   
 
   tomee-patch-plugin



[tomee-jakarta] branch master updated: Use release versions

2020-06-19 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-jakarta.git


The following commit(s) were added to refs/heads/master by this push:
 new 754ee20  Use release versions
754ee20 is described below

commit 754ee20495ef831c4076f6c23011d369ba5289ed
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 10:36:41 2020 +0100

Use release versions
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fc38d34..5f91e99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
 
 
   
-8.0.3-SNAPSHOT
+8.0.3
 ${project.groupId}.tomee.tomee
 
${project.build.directory}/webprofile-work-dir
 ${project.build.directory}/plus-work-dir
@@ -366,7 +366,7 @@
   
 org.apache.tomee.patch
 tomee-patch-plugin
-0.1-SNAPSHOT
+0.1
 
   apache-tomee.*\.zip
 



[jira] [Updated] (TOMEE-2851) sometimes getting null when injecting TransactionSynchronizationRegistry / Injection data not found in JNDI context

2020-06-19 Thread Emmanuel Touzery (Jira)


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

Emmanuel Touzery updated TOMEE-2851:

Description: 
Hello,

we're injecting TransactionSynchronizationRegistry in some error handling 
path in our application:

@Resource
private TransactionSynchronizationRegistry 
transactionSynchronizationRegistry;

What we do is that we store some meta-data which is valid for the SQL 
transaction scope in that registry, so that if there is an error down the line, 
we can tie the error to this meta-data. And this works fine but after days of 
running a production workload, we get errors because this injection fails.

We get this error concurrently on multiple threads:

17-Jun-2020 10:54:53.809 WARNING [managed-thread-18] 
org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
Injection data not found in JNDI context: 
jndiName='comp/env/com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry',
 
target=com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry17-Jun-2020
 10:54:53.810 WARNING [managed-thread-8] 
org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
Injection data not found in JNDI context: 
jndiName='comp/env/com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry',
 
target=com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry
17-Jun-2020 10:54:53.810 WARNING [managed-thread-16] 
org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
Injection data not found in JNDI context: 
jndiName='comp/env/com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry',
 
target=com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry
17-Jun-2020 10:54:53.809 WARNING [managed-thread-7] 
org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
Injection data not found in JNDI context: 
jndiName='comp/env/com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry',
 
target=com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry
17-Jun-2020 10:54:53.811 WARNING [managed-thread-16] 
org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
Injection data not found in JNDI context: 
jndiName='comp/env/com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry',
 
target=com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry
17-Jun-2020 10:54:53.812 INFO [managed-thread-16] 
com.littransit.rabbitmq.RabbitChangesPublisher.handleEventInternal em: 
org.apache.openejb.persistence.JtaEntityManager@619cca3f - managed-thread-16
17-Jun-2020 10:54:53.812 WARNING [managed-thread-10] 
org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
Injection data not found in JNDI context: 
jndiName='comp/env/com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry',
 
target=com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry
17-Jun-2020 10:54:53.812 WARNING [managed-thread-18] 
org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
Injection data not found in JNDI context: 
jndiName='comp/env/com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry',
 
target=com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry

And very shortly afterwards:

17-Jun-2020 10:54:53.814 SEVERE [managed-thread-16] 
com.littransit.rabbitmq.RabbitChangesPublisher.handleEventInternal Failed 
publishing rabbit message
java.lang.NullPointerException
at 
com.littransit.rabbitmq.RabbitChangesPublisher.writeRabbitOutboxAccountItem(RabbitChangesPublisher.java:50)

And this is a NPE reading the transactionSynchronizationRegistry injected field.

Shortly afterwards we see this issue again in other managed threads:

17-Jun-2020 10:54:53.836 WARNING [managed-thread-12] 
org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
Injection data not found in JNDI context: 
jndiName='comp/env/com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry',
 
target=com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry
17-Jun-2020 10:54:53.843 WARNING [managed-thread-12] 
org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
Injection data not found in JNDI context: 
jndiName='comp/env/com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry',
 
target=com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry
17-Jun-2020 10:54:53.844 WARNING [managed-thread-19] 
org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
Injection data not found in JNDI context: 

[jira] [Created] (TOMEE-2851) sometimes getting null when injecting TransactionSynchronizationRegistry / Injection data not found in JNDI context

2020-06-19 Thread Emmanuel Touzery (Jira)
Emmanuel Touzery created TOMEE-2851:
---

 Summary: sometimes getting null when injecting 
TransactionSynchronizationRegistry / Injection data not found in JNDI context
 Key: TOMEE-2851
 URL: https://issues.apache.org/jira/browse/TOMEE-2851
 Project: TomEE
  Issue Type: Bug
  Components: TomEE Core Server
Affects Versions: 8.0.1
 Environment: linux, java11
Reporter: Emmanuel Touzery


Hello,

{{    we're injecting TransactionSynchronizationRegistry in some error 
}}{{handling path in our application: }}

 

 @Resource

{{    private TransactionSynchronizationRegistry 
}}{{transactionSynchronizationRegistry; }}

 

{{    What we do is that we store some meta-data which is valid for the }}{{SQL 
transaction scope in that registry, so that if there is an error }}{{down the 
line, we can tie the error to this meta-data. And this works }}{{fine but after 
days of running a production workload, we get errors }}{{because this injection 
fails. }}

    We get this error concurrently on multiple threads:

{{17-Jun-2020 10:54:53.809 WARNING [managed-thread-18] 
}}{{org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
}}{{Injection data not found in JNDI context: 
}}{{jndiName='comp/env/com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry',
 
}}{{target=com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry17-Jun-2020
 }}{{10:54:53.810 WARNING [managed-thread-8] 
}}{{org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
}}{{Injection data not found in JNDI context: 
}}{{jndiName='comp/env/com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry',
 
}}{{target=com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry
 }}{{17-Jun-2020 10:54:53.810 WARNING [managed-thread-16] 
}}{{org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
}}{{Injection data not found in JNDI context: 
}}{{jndiName='comp/env/com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry',
 
}}{{target=com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry
 }}{{17-Jun-2020 10:54:53.809 WARNING [managed-thread-7] 
}}{{org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
}}{{Injection data not found in JNDI context: 
}}{{jndiName='comp/env/com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry',
 
}}{{target=com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry
 }}{{17-Jun-2020 10:54:53.811 WARNING [managed-thread-16] 
}}{{org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
}}{{Injection data not found in JNDI context: 
}}{{jndiName='comp/env/com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry',
 
}}{{target=com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry
 }}{{17-Jun-2020 10:54:53.812 INFO [managed-thread-16] 
}}{{com.littransit.rabbitmq.RabbitChangesPublisher.handleEventInternal em: 
}}{{org.apache.openejb.persistence.JtaEntityManager@619cca3f - 
managed-thread-16 }}{{17-Jun-2020 10:54:53.812 WARNING [managed-thread-10] 
}}{{org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
}}{{Injection data not found in JNDI context: 
}}{{jndiName='comp/env/com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry',
 
}}{{target=com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry
 }}{{17-Jun-2020 10:54:53.812 WARNING [managed-thread-18] 
}}{{org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
}}{{Injection data not found in JNDI context: 
}}{{jndiName='comp/env/com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry',
 
}}{{target=com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry
 }}

And very shortly afterwards:

{{17-Jun-2020 10:54:53.814 SEVERE [managed-thread-16] 
}}{{com.littransit.rabbitmq.RabbitChangesPublisher.handleEventInternal 
}}{{Failed publishing rabbit message }}

    java.lang.NullPointerException

{{    at 
}}{{com.littransit.rabbitmq.RabbitChangesPublisher.writeRabbitOutboxAccountItem(RabbitChangesPublisher.java:50)
 }}

 

{{And this is a NPE reading the transactionSynchronizationRegistry }}{{injected 
field. }}

Shortly afterwards we see this issue again in other managed threads:

{{17-Jun-2020 10:54:53.836 WARNING [managed-thread-12] 
}}{{org.apache.openejb.cdi.CdiResourceInjectionService.fillInjectionProperties 
}}{{Injection data not found in JNDI context: 
}}{{jndiName='comp/env/com.littransit.rabbitmq.RabbitChangesPublisher/transactionSynchronizationRegistry',
 

[tomee] branch master updated (6b6f337 -> dc6b5f8)

2020-06-19 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 6b6f337  Moved to new repo
 new b7ad5be  [maven-release-plugin] prepare release tomee-project-8.0.3
 new dc6b5f8  [maven-release-plugin] prepare for next development iteration

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/arquillian-common/pom.xml |  2 +-
 arquillian/arquillian-openejb-embedded/pom.xml   |  2 +-
 arquillian/arquillian-openejb-transaction-provider/pom.xml   |  2 +-
 arquillian/arquillian-tck/pom.xml|  2 +-
 arquillian/arquillian-tomee-common/pom.xml   |  2 +-
 arquillian/arquillian-tomee-embedded/pom.xml |  2 +-
 arquillian/arquillian-tomee-moviefun-example/pom.xml |  2 +-
 arquillian/arquillian-tomee-remote/pom.xml   |  8 
 .../arquillian-tomee-codi-tests/pom.xml  |  2 +-
 .../arquillian-tomee-config-tests/pom.xml|  2 +-
 .../arquillian-tomee-jaxrs-tests/pom.xml |  2 +-
 .../arquillian-tomee-jaxws-tests/pom.xml |  2 +-
 .../arquillian-tomee-jms-tests/pom.xml   |  2 +-
 .../arquillian-tomee-webprofile-tests/pom.xml|  2 +-
 arquillian/arquillian-tomee-tests/pom.xml|  2 +-
 arquillian/arquillian-tomee-webapp-remote/pom.xml|  2 +-
 arquillian/pom.xml   |  4 ++--
 arquillian/ziplock/pom.xml   |  2 +-
 assembly/openejb-lite/pom.xml|  2 +-
 assembly/openejb-standalone/pom.xml  |  2 +-
 assembly/pom.xml |  2 +-
 boms/jaxb-runtime/pom.xml|  2 +-
 boms/pom.xml |  2 +-
 boms/tomee-microprofile/pom.xml  |  2 +-
 container/mbean-annotation-api/pom.xml   |  2 +-
 container/openejb-api/pom.xml|  2 +-
 container/openejb-core/pom.xml   |  2 +-
 container/openejb-javaagent/pom.xml  |  2 +-
 container/openejb-jee-accessors/pom.xml  |  2 +-
 container/openejb-jee/pom.xml|  2 +-
 container/openejb-jpa-integration/pom.xml|  2 +-
 container/openejb-junit/pom.xml  |  2 +-
 container/openejb-loader/pom.xml |  2 +-
 container/pom.xml|  2 +-
 examples/access-timeout-meta/pom.xml |  4 ++--
 examples/access-timeout/pom.xml  |  4 ++--
 examples/alternate-descriptors/pom.xml   |  4 ++--
 examples/application-composer/pom.xml|  4 ++--
 examples/applicationcomposer-jaxws-cdi/pom.xml   |  6 +++---
 examples/applicationexception/pom.xml|  4 ++--
 examples/arquillian-jpa/pom.xml  |  6 +++---
 examples/async-methods/pom.xml   |  4 ++--
 examples/async-postconstruct/pom.xml |  4 ++--
 examples/async-servlet/pom.xml   |  8 
 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|  6 +++---
 examples/bval-evaluation-redeployment/runner/pom.xml |  4 ++--
 examples/cdi-alternative-and-stereotypes/pom.xml |  4 ++--
 examples/cdi-application-scope/pom.xml   |  4 ++--
 examples/cdi-basic/pom.xml   |  4 ++--
 examples/cdi-ejbcontext-jaas/pom.xml |  6 +++---
 examples/cdi-events/pom.xml  |  4 ++--
 examples/cdi-interceptors/pom.xml|  4 ++--
 examples/cdi-produces-disposes/pom.xml   |  4 ++--
 examples/cdi-produces-field/pom.xml  |  4 ++--
 examples/cdi-qualifier/pom.xml   |  4 ++--
 examples/cdi-realm/pom.xml   |  4 ++--
 examples/cdi-request-scope/pom.xml   |  4 ++--
 examples/cdi-session-scope/pom.xml   |  4 ++--
 examples/change-jaxws-url/pom.xml   

[tomee] 01/02: Exclude the Jakarta module from this build

2020-06-19 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 dd2d69e117f6ba1e9820d480542a32c19a2eb086
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 09:27:44 2020 +0100

Exclude the Jakarta module from this build
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 86003ff..32f2051 100644
--- a/pom.xml
+++ b/pom.xml
@@ -592,7 +592,6 @@
 arquillian
 utils
 tomee
-jakarta
   
   
 



[tomee] branch master updated (ec8ed11 -> 6b6f337)

2020-06-19 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 ec8ed11  Revert "Prepare for release"
 new dd2d69e  Exclude the Jakarta module from this build
 new 6b6f337  Moved to new repo

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:
 jakarta/pom.xml|  336 ---
 jakarta/src/main/assembly/tomee-microprofile.xml   |   38 -
 jakarta/src/main/assembly/tomee-plume.xml  |   38 -
 jakarta/src/main/assembly/tomee-plus.xml   |   38 -
 jakarta/src/main/assembly/tomee-webprofile.xml |   38 -
 .../catalina/loader/WebappClassLoaderBase.java | 2725 
 .../apache/cxf/jaxb/JAXBContextInitializer.java|  611 -
 .../openjpa/enhance/PCClassFileTransformer.java|  254 --
 .../openjpa/lib/meta/ClassMetaDataIterator.java|  203 --
 .../openjpa/lib/util/TemporaryClassLoader.java |  123 -
 .../openjpa/meta/AbstractMetaDataDefaults.java |  422 ---
 .../MbeansDescriptorsIntrospectionSource.java  |  392 ---
 .../webbeans/proxy/AbstractProxyFactory.java   |  737 --
 .../jpa/deployment/JavaSECMPInitializer.java   |  372 ---
 .../accessors/objects/MetadataAsmFactory.java  |  712 -
 .../metadata/accessors/objects/MetadataClass.java  |  628 -
 .../eclipse/persistence/jaxb/javamodel/Helper.java |  478 
 .../jaxb/javamodel/reflection/JavaClassImpl.java   |  576 -
 .../persistence/jaxb/rs/MOXyJsonProvider.java  |  986 ---
 .../persistence/jpa/rs/PersistenceFactoryBase.java |  266 --
 .../org/quartz/core/QuartzSchedulerMBeanImpl.java  | 1011 
 pom.xml|1 -
 22 files changed, 10985 deletions(-)
 delete mode 100644 jakarta/pom.xml
 delete mode 100644 jakarta/src/main/assembly/tomee-microprofile.xml
 delete mode 100644 jakarta/src/main/assembly/tomee-plume.xml
 delete mode 100644 jakarta/src/main/assembly/tomee-plus.xml
 delete mode 100644 jakarta/src/main/assembly/tomee-webprofile.xml
 delete mode 100644 
jakarta/src/patch/java/org/apache/catalina/loader/WebappClassLoaderBase.java
 delete mode 100644 
jakarta/src/patch/java/org/apache/cxf/jaxb/JAXBContextInitializer.java
 delete mode 100644 
jakarta/src/patch/java/org/apache/openjpa/enhance/PCClassFileTransformer.java
 delete mode 100644 
jakarta/src/patch/java/org/apache/openjpa/lib/meta/ClassMetaDataIterator.java
 delete mode 100644 
jakarta/src/patch/java/org/apache/openjpa/lib/util/TemporaryClassLoader.java
 delete mode 100644 
jakarta/src/patch/java/org/apache/openjpa/meta/AbstractMetaDataDefaults.java
 delete mode 100644 
jakarta/src/patch/java/org/apache/tomcat/util/modeler/modules/MbeansDescriptorsIntrospectionSource.java
 delete mode 100644 
jakarta/src/patch/java/org/apache/webbeans/proxy/AbstractProxyFactory.java
 delete mode 100644 
jakarta/src/patch/java/org/eclipse/persistence/internal/jpa/deployment/JavaSECMPInitializer.java
 delete mode 100644 
jakarta/src/patch/java/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java
 delete mode 100644 
jakarta/src/patch/java/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataClass.java
 delete mode 100644 
jakarta/src/patch/java/org/eclipse/persistence/jaxb/javamodel/Helper.java
 delete mode 100644 
jakarta/src/patch/java/org/eclipse/persistence/jaxb/javamodel/reflection/JavaClassImpl.java
 delete mode 100644 
jakarta/src/patch/java/org/eclipse/persistence/jaxb/rs/MOXyJsonProvider.java
 delete mode 100644 
jakarta/src/patch/java/org/eclipse/persistence/jpa/rs/PersistenceFactoryBase.java
 delete mode 100644 
jakarta/src/patch/java/org/quartz/core/QuartzSchedulerMBeanImpl.java



[tomee-jakarta] branch master created (now 8fa9ff1)

2020-06-19 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-jakarta.git.


  at 8fa9ff1  Initial commit

This branch includes the following new commits:

 new 8fa9ff1  Initial commit

The 1 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.




[tomee] branch master updated: Revert "Prepare for release"

2020-06-19 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


The following commit(s) were added to refs/heads/master by this push:
 new ec8ed11  Revert "Prepare for release"
ec8ed11 is described below

commit ec8ed11229f8f660405a0a38dd6d493343ee5ac6
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 09:27:06 2020 +0100

Revert "Prepare for release"

This reverts commit 0238f1f54d89f5bffc69578365b3d511a71ed9d1.
---
 jakarta/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jakarta/pom.xml b/jakarta/pom.xml
index 0044d1d..8f81e60 100644
--- a/jakarta/pom.xml
+++ b/jakarta/pom.xml
@@ -33,7 +33,7 @@
   TomEE :: TomEE :: Apache TomEE 9
 
   
-8.0.3
+8.0.3-SNAPSHOT
 ${project.groupId}.tomee.tomee
 
${project.build.directory}/webprofile-work-dir
 ${project.build.directory}/plus-work-dir
@@ -317,7 +317,7 @@
   
 org.apache.tomee.patch
 tomee-patch-plugin
-0.1
+0.1-SNAPSHOT
 
   apache-tomee.*\.zip
 



buildbot failure in on tomee-trunk-ubuntu-jvm8

2020-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/1346

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

Buildslave for this Build: bb_qnode7_ubuntu

Build Reason: The SingleBranchScheduler scheduler named 
'on-tomee-trunk-ubuntu-jvm8-commit' triggered this build
Build Source Stamp: [branch master] 0238f1f54d89f5bffc69578365b3d511a71ed9d1
Blamelist: Jonathan Gallimore 

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot





[tomee] branch master updated: Prepare for release

2020-06-19 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


The following commit(s) were added to refs/heads/master by this push:
 new 0238f1f  Prepare for release
0238f1f is described below

commit 0238f1f54d89f5bffc69578365b3d511a71ed9d1
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 09:12:28 2020 +0100

Prepare for release
---
 jakarta/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jakarta/pom.xml b/jakarta/pom.xml
index 8f81e60..0044d1d 100644
--- a/jakarta/pom.xml
+++ b/jakarta/pom.xml
@@ -33,7 +33,7 @@
   TomEE :: TomEE :: Apache TomEE 9
 
   
-8.0.3-SNAPSHOT
+8.0.3
 ${project.groupId}.tomee.tomee
 
${project.build.directory}/webprofile-work-dir
 ${project.build.directory}/plus-work-dir
@@ -317,7 +317,7 @@
   
 org.apache.tomee.patch
 tomee-patch-plugin
-0.1-SNAPSHOT
+0.1
 
   apache-tomee.*\.zip
 



[tomee-patch-plugin] branch master updated: [maven-release-plugin] prepare release tomee-patch-parent-0.1

2020-06-19 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-patch-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new caed197  [maven-release-plugin] prepare release tomee-patch-parent-0.1
caed197 is described below

commit caed197757810980a13506eea17c7cf7006cb26d
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 08:48:17 2020 +0100

[maven-release-plugin] prepare release tomee-patch-parent-0.1
---
 pom.xml| 4 ++--
 tomee-patch-core/pom.xml   | 2 +-
 tomee-patch-plugin/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index d9ceb64..33cd285 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   org.apache.tomee.patch
   tomee-patch-parent
   pom
-  0.1-SNAPSHOT
+  0.1
 
   Apache TomEE Patch Plugin
   Tools and Maven Plugin to help complete the javax-to-jakarta 
bytecode transformation
@@ -47,7 +47,7 @@
 
scm:git:g...@github.com:apache/tomee-patch-plugin.git
 scm:git:g...@github.com:apache/tomee-patch-plugin.git
 
scm:git:g...@github.com:apache/tomee-patch-plugin.git
-HEAD
+tomee-patch-parent-0.1
   
 
   
diff --git a/tomee-patch-core/pom.xml b/tomee-patch-core/pom.xml
index 5a12ccb..36646ac 100644
--- a/tomee-patch-core/pom.xml
+++ b/tomee-patch-core/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.tomee.patch
 tomee-patch-parent
-0.1-SNAPSHOT
+0.1
   
 
   tomee-patch-core
diff --git a/tomee-patch-plugin/pom.xml b/tomee-patch-plugin/pom.xml
index 2d7ff90..c962a26 100644
--- a/tomee-patch-plugin/pom.xml
+++ b/tomee-patch-plugin/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.tomee.patch
 tomee-patch-parent
-0.1-SNAPSHOT
+0.1
   
 
   tomee-patch-plugin



[tomee-patch-plugin] annotated tag tomee-patch-parent-0.1 updated (caed197 -> 7b36149)

2020-06-19 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a change to annotated tag tomee-patch-parent-0.1
in repository https://gitbox.apache.org/repos/asf/tomee-patch-plugin.git.


*** WARNING: tag tomee-patch-parent-0.1 was modified! ***

from caed197  (commit)
  to 7b36149  (tag)
 tagging caed197757810980a13506eea17c7cf7006cb26d (commit)
  by Jonathan Gallimore
  on Fri Jun 19 08:48:31 2020 +0100

- Log -
[maven-release-plugin] copy for tag tomee-patch-parent-0.1
---


No new revisions were added by this update.

Summary of changes:



[tomee-patch-plugin] branch master updated: [maven-release-plugin] prepare for next development iteration

2020-06-19 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-patch-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new ef54f69  [maven-release-plugin] prepare for next development iteration
ef54f69 is described below

commit ef54f69713a288b970609b0494ea2a639403f8bf
Author: Jonathan Gallimore 
AuthorDate: Fri Jun 19 08:48:35 2020 +0100

[maven-release-plugin] prepare for next development iteration
---
 pom.xml| 4 ++--
 tomee-patch-core/pom.xml   | 2 +-
 tomee-patch-plugin/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 33cd285..854b3f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   org.apache.tomee.patch
   tomee-patch-parent
   pom
-  0.1
+  0.2-SNAPSHOT
 
   Apache TomEE Patch Plugin
   Tools and Maven Plugin to help complete the javax-to-jakarta 
bytecode transformation
@@ -47,7 +47,7 @@
 
scm:git:g...@github.com:apache/tomee-patch-plugin.git
 scm:git:g...@github.com:apache/tomee-patch-plugin.git
 
scm:git:g...@github.com:apache/tomee-patch-plugin.git
-tomee-patch-parent-0.1
+HEAD
   
 
   
diff --git a/tomee-patch-core/pom.xml b/tomee-patch-core/pom.xml
index 36646ac..c20152b 100644
--- a/tomee-patch-core/pom.xml
+++ b/tomee-patch-core/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.tomee.patch
 tomee-patch-parent
-0.1
+0.2-SNAPSHOT
   
 
   tomee-patch-core
diff --git a/tomee-patch-plugin/pom.xml b/tomee-patch-plugin/pom.xml
index c962a26..756a1a6 100644
--- a/tomee-patch-plugin/pom.xml
+++ b/tomee-patch-plugin/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.tomee.patch
 tomee-patch-parent
-0.1
+0.2-SNAPSHOT
   
 
   tomee-patch-plugin