[jira] [Updated] (TOMEE-2814) Translate to Portuguese: examples/ear-testing

2020-05-13 Thread Cesar Hernandez (Jira)


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

Cesar Hernandez updated TOMEE-2814:
---
Fix Version/s: 8.0.3

> Translate to Portuguese: examples/ear-testing
> -
>
> Key: TOMEE-2814
> URL: https://issues.apache.org/jira/browse/TOMEE-2814
> Project: TomEE
>  Issue Type: Sub-task
>Reporter: Daniel Dias
>Assignee: Daniel Dias
>Priority: Trivial
> Fix For: 8.0.3
>
>
> Translate into Portuguese the README file using a suffix `_pt` to allow the 
> Tomee Website to pick up and configure this version and corresponding language



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


[jira] [Resolved] (TOMEE-2814) Translate to Portuguese: examples/ear-testing

2020-05-13 Thread Cesar Hernandez (Jira)


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

Cesar Hernandez resolved TOMEE-2814.

Resolution: Done

> Translate to Portuguese: examples/ear-testing
> -
>
> Key: TOMEE-2814
> URL: https://issues.apache.org/jira/browse/TOMEE-2814
> Project: TomEE
>  Issue Type: Sub-task
>Reporter: Daniel Dias
>Assignee: Daniel Dias
>Priority: Trivial
> Fix For: 8.0.3
>
>
> Translate into Portuguese the README file using a suffix `_pt` to allow the 
> Tomee Website to pick up and configure this version and corresponding language



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


[tomee] branch master updated: TOMEE-2814 -Translate to Portuguese: examples/ear-testing

2020-05-13 Thread cesarhernandezgt
This is an automated email from the ASF dual-hosted git repository.

cesarhernandezgt 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 1d1afb1  TOMEE-2814 -Translate to Portuguese: examples/ear-testing
 new 9c48f31  Merge pull request #639 from Daniel-Dos/TOMEE-2814
1d1afb1 is described below

commit 1d1afb10087afb1988d464a02e0e50c94501f091
Author: Daniel Dias 
AuthorDate: Tue May 12 20:40:18 2020 -0300

TOMEE-2814 -Translate to Portuguese: examples/ear-testing
---
 examples/ear-testing/README.adoc   |  2 +-
 .../ear-testing/{README.adoc => README_pt.adoc}| 33 +-
 2 files changed, 15 insertions(+), 20 deletions(-)

diff --git a/examples/ear-testing/README.adoc b/examples/ear-testing/README.adoc
index d1c633b..a788c2e 100644
--- a/examples/ear-testing/README.adoc
+++ b/examples/ear-testing/README.adoc
@@ -148,7 +148,7 @@ embedded testing with OpenEJB:
 
 
 
-== TestCode
+== Test Code
 
 The test code is the same as always:
 
diff --git a/examples/ear-testing/README.adoc 
b/examples/ear-testing/README_pt.adoc
similarity index 88%
copy from examples/ear-testing/README.adoc
copy to examples/ear-testing/README_pt.adoc
index d1c633b..1d68c13 100644
--- a/examples/ear-testing/README.adoc
+++ b/examples/ear-testing/README_pt.adoc
@@ -1,21 +1,16 @@
 :index-group: Testing Techniques
 :jbake-type: page
 :jbake-status: status=published
-= EAR Testing
+= Teste de EAR
 
-The goal of this example is to demonstrate how maven projects might be
-organized in a more real world style and how testing with OpenEJB can
-fit into that structure.
+O objetivo deste exemplo é para demonstrar como os projetos maven podem ser 
organizados em um estilo mais real e como os testes com o OpenEJB podem se 
encaixar nessa estrutura.
 
-This example takes the basic moviefun code we us in many of examples and
-splits it into two modules:
+Este exemplo pega o código moviefun básico que nós temos em muitos exemplos e 
o divide em dois módulos:
 
 * `business-logic`
 * `business-model`
 
-As the names imply, we keep our `@Entity` beans in the `business-model`
-module and our session beans in the `business-logic` model. The tests
-located and run from the business logic module.
+Como os nomes sugerem, mantemos nossos beans `@ Entity` no módulo 
`business-model` e nossos beans de sessão no modelo `business-logic` Os testes 
localizados e executados a partir do módulo de lógica de negócios.
 
 
 ear-testing
@@ -34,9 +29,9 @@ 
ear-testing/business-model/src/main/resources/META-INF/persistence.xml
 ear-testing/pom.xml
 
 
-== Project configuration
+== Configuração do projeto
 
-The parent pom, trimmed to the minimum, looks like so:
+O pom principal, aparado ao mínimo, tem a seguinte aparência:
 
 
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
@@ -70,7 +65,7 @@ The parent pom, trimmed to the minimum, looks like so:
 
 
 
-The `business-model/pom.xml` as follows:
+O `business-model/pom.xml` é da seguinte maneira:
 
 
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
@@ -102,8 +97,8 @@ The `business-model/pom.xml` as follows:
 
 
 
-And finally, the `business-logic/pom.xml` which is setup to support
-embedded testing with OpenEJB:
+E finalmente, o `business-logic/pom.xml` que está configurado para suportar
+teste incorporado com o OpenEJB:
 
 
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
@@ -135,8 +130,8 @@ embedded testing with OpenEJB:
   test
 
 
 
   org.apache.openejb
@@ -148,9 +143,9 @@ embedded testing with OpenEJB:
 
 
 
-== TestCode
+== Código de teste
 
-The test code is the same as always:
+O código de teste é o mesmo de sempre:
 
 
 public class MoviesTest extends TestCase {
@@ -190,7 +185,7 @@ public class MoviesTest extends TestCase {
 }
 
 
-== Running
+== Executando
 
 
 ---



[jira] [Resolved] (TOMEE-2815) Translate to Portuguese: examples/groovy-jpa

2020-05-13 Thread Cesar Hernandez (Jira)


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

Cesar Hernandez resolved TOMEE-2815.

Resolution: Done

> Translate to Portuguese: examples/groovy-jpa
> 
>
> Key: TOMEE-2815
> URL: https://issues.apache.org/jira/browse/TOMEE-2815
> Project: TomEE
>  Issue Type: Sub-task
>Reporter: Daniel Dias
>Assignee: Daniel Dias
>Priority: Trivial
> Fix For: 8.0.3
>
>
> Translate into Portuguese the README file using a suffix `_pt` to allow the 
> Tomee Website to pick up and configure this version and corresponding language



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


[jira] [Updated] (TOMEE-2815) Translate to Portuguese: examples/groovy-jpa

2020-05-13 Thread Cesar Hernandez (Jira)


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

Cesar Hernandez updated TOMEE-2815:
---
Fix Version/s: 8.0.3

> Translate to Portuguese: examples/groovy-jpa
> 
>
> Key: TOMEE-2815
> URL: https://issues.apache.org/jira/browse/TOMEE-2815
> Project: TomEE
>  Issue Type: Sub-task
>Reporter: Daniel Dias
>Assignee: Daniel Dias
>Priority: Trivial
> Fix For: 8.0.3
>
>
> Translate into Portuguese the README file using a suffix `_pt` to allow the 
> Tomee Website to pick up and configure this version and corresponding language



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


[jira] [Commented] (TOMEE-2815) Translate to Portuguese: examples/groovy-jpa

2020-05-13 Thread Cesar Hernandez (Jira)


[ 
https://issues.apache.org/jira/browse/TOMEE-2815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17106816#comment-17106816
 ] 

Cesar Hernandez commented on TOMEE-2815:


PR [https://github.com/apache/tomee/pull/640]

> Translate to Portuguese: examples/groovy-jpa
> 
>
> Key: TOMEE-2815
> URL: https://issues.apache.org/jira/browse/TOMEE-2815
> Project: TomEE
>  Issue Type: Sub-task
>Reporter: Daniel Dias
>Assignee: Daniel Dias
>Priority: Trivial
>
> Translate into Portuguese the README file using a suffix `_pt` to allow the 
> Tomee Website to pick up and configure this version and corresponding language



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


[tomee] branch master updated (3ffe08f -> 132dc02)

2020-05-13 Thread cesarhernandezgt
This is an automated email from the ASF dual-hosted git repository.

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


from 3ffe08f  [maven-release-plugin] prepare for next development iteration
 new b03eb6a  TOMEE-2815 -Translate to Portuguese: examples/groovy-jpa
 new 2b6b200  TOMEE-2815 -Translate to Portuguese: examples/groovy-jpa
 new 6e81d43  fix in text.
 new 132dc02  Merge pull request #640 from Daniel-Dos/TOMEE-2815

The 13188 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:
 .../groovy-jpa/{README.adoc => README_pt.adoc} | 33 +++---
 1 file changed, 16 insertions(+), 17 deletions(-)
 copy examples/groovy-jpa/{README.adoc => README_pt.adoc} (84%)



[jira] [Created] (TOMEE-2819) Translate to Portuguese: examples/injection-of-env-entry

2020-05-13 Thread Daniel Dias (Jira)
Daniel Dias created TOMEE-2819:
--

 Summary: Translate to Portuguese: examples/injection-of-env-entry
 Key: TOMEE-2819
 URL: https://issues.apache.org/jira/browse/TOMEE-2819
 Project: TomEE
  Issue Type: Sub-task
Reporter: Daniel Dias
Assignee: Daniel Dias


Translate into Portuguese the README file using a suffix `_pt` to allow the 
Tomee Website to pick up and configure this version and corresponding language



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


[jira] [Created] (TOMEE-2818) Translate to Portuguese: examples/injection-of-entitymanager

2020-05-13 Thread Daniel Dias (Jira)
Daniel Dias created TOMEE-2818:
--

 Summary: Translate to Portuguese: 
examples/injection-of-entitymanager
 Key: TOMEE-2818
 URL: https://issues.apache.org/jira/browse/TOMEE-2818
 Project: TomEE
  Issue Type: Sub-task
Reporter: Daniel Dias
Assignee: Daniel Dias


Translate into Portuguese the README file using a suffix `_pt` to allow the 
Tomee Website to pick up and configure this version and corresponding language



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


[tomee] branch tomee-7.1.x updated: Post release version number updates

2020-05-13 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 9ae5040  Post release version number updates
9ae5040 is described below

commit 9ae5040436e3f014cfacb96fd3b43b7781fc3c39
Author: Jonathan Gallimore 
AuthorDate: Wed May 13 16:58:22 2020 +0100

Post release version number updates
---
 arquillian/arquillian-tomee-tests/pom.xml  | 30 +++---
 examples/arquillian-jpa/pom.xml|  2 +-
 .../bean-validation-design-by-contract/pom.xml |  2 +-
 examples/cdi-realm/pom.xml |  2 +-
 examples/change-jaxws-url/pom.xml  |  2 +-
 examples/connector-ear/pom.xml |  2 +-
 examples/connector-war/pom.xml |  2 +-
 examples/datasource-ciphered-password/pom.xml  |  2 +-
 examples/datasource-definition/pom.xml |  2 +-
 examples/datasource-versioning/pom.xml |  2 +-
 examples/deltaspike-fullstack/pom.xml  |  2 +-
 examples/dynamic-datasource-routing/pom.xml|  2 +-
 examples/mbean-auto-registration/pom.xml   |  2 +-
 examples/moviefun-rest/pom.xml |  2 +-
 examples/moviefun/pom.xml  |  2 +-
 examples/mp-faulttolerance-timeout/pom.xml |  2 +-
 examples/mtom/pom.xml  |  2 +-
 examples/multi-jpa-provider-testing/pom.xml|  2 +-
 examples/multiple-arquillian-adapters/pom.xml  |  2 +-
 examples/multiple-tomee-arquillian/pom.xml |  2 +-
 examples/pojo-webservice/pom.xml   |  2 +-
 examples/polling-parent/pom.xml|  2 +-
 examples/projectstage-demo/pom.xml |  2 +-
 examples/quartz-app/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/rest-example/pom.xml  |  2 +-
 examples/rest-on-ejb/pom.xml   |  2 +-
 examples/simple-cmp2/pom.xml   |  2 +-
 pom.xml|  2 +-
 31 files changed, 45 insertions(+), 45 deletions(-)

diff --git a/arquillian/arquillian-tomee-tests/pom.xml 
b/arquillian/arquillian-tomee-tests/pom.xml
index b96355f..bf4ea6b 100644
--- a/arquillian/arquillian-tomee-tests/pom.xml
+++ b/arquillian/arquillian-tomee-tests/pom.xml
@@ -219,7 +219,7 @@
   ${maven.test.skip}
   
-javaagent:${settings.localRepository}/org/apache/tomee/openejb-javaagent/${project.version}/openejb-javaagent-${project.version}.jar
   
-7.1.3
+7.1.4-SNAPSHOT
 tomee-embedded
 
tomee-embedded
   
@@ -318,7 +318,7 @@
   ${skip.remote.webprofile}
   
 true
-7.1.3
+7.1.4-SNAPSHOT
 webprofile
 tomee-remote
 
tomee-remote
@@ -352,7 +352,7 @@
   ${skip.embedded}
   
-javaagent:${settings.localRepository}/org/apache/tomee/openejb-javaagent/${project.version}/openejb-javaagent-${project.version}.jar
 -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=768M
   
-7.1.3
+7.1.4-SNAPSHOT
 tomee-embedded
 
tomee-embedded
   
@@ -368,7 +368,7 @@
   ${skip.remote.plume}
   
 true
-7.1.3
+7.1.4-SNAPSHOT
 plume
 tomee-remote
 
tomee-remote
@@ -388,7 +388,7 @@
   ${skip.remote.plus}
   
 true
-7.1.3
+7.1.4-SNAPSHOT
 plus
 tomee-remote
 
tomee-remote
@@ -404,7 +404,7 @@
 
   ${skip.webapp.webprofile}
   
-7.1.3
+7.1.4-SNAPSHOT
 
${tomcat.version}
 tomee-webapp
 tomee-webapp
@@ -421,7 +421,7 @@
 
   ${skip.webapp.plus}
   
-7.1.3
+7.1.4-SNAPSHOT
 
${tomcat.version}
 tomee-plus-webapp
 tomee-webapp
@@ -438,7 +438,7 @@
 
   ${skip.webapp.plume}
   
-7.1.3
+7.1.4-SNAPSHOT
 

[tomee] annotated tag tomee-7.1.3 updated (293aa5f -> 0665be2)

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

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


*** WARNING: tag tomee-7.1.3 was modified! ***

from 293aa5f  (commit)
  to 0665be2  (tag)
 tagging 293aa5f84853502d00d4b50a9630065df9fc1085 (commit)
 replaces tomee-7.1.2
  by Jonathan Gallimore
  on Wed May 13 16:15:14 2020 +0100

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


No new revisions were added by this update.

Summary of changes:



[tomee] branch tomee-7.1.x updated (dc9b9be -> 5c2a812)

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

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


from dc9b9be  Prepare for release
 new 293aa5f  [maven-release-plugin] prepare release tomee-project-7.1.3
 new 5c2a812  [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   |  4 ++--
 .../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 +-
 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/bean-validation-design-by-contract/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-realm/pom.xml   |  6 +++---
 examples/cdi-request-scope/pom.xml   |  4 ++--
 examples/cdi-session-scope/pom.xml   |  4 ++--
 examples/change-jaxws-url/pom.xml| 16 
 examples/client-resource-lookup-preview/pom.xml  |  8 
 examples/component-interfaces/pom.xml|  4 ++--
 examples/connector-ear/connector-sample-api/pom.xml  |  2 +-
 examples/connector-ear/connector-sample-ear/pom.xml  |  2 +-
 .../connector-sample-functional-tests/pom.xml|  8 
 examples/connector-ear/connector-sample-impl/pom.xml |  2 +-
 examples/connector-ear/connector-sample-rar/pom.xml  |  2 +-
 examples/connector-ear/connector-sample-war/pom.xml  |  2 +-
 examples/connector-ear/pom.xml   |  2 +-
 examples/connector-war/pom.xml   

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

2020-05-13 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/127

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] 
dc9b9be00cfb2803bb7fd4324f29ea4ae49afea2
Blamelist: Jonathan Gallimore 

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot





[tomee] 02/02: Prepare for release

2020-05-13 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

commit dc9b9be00cfb2803bb7fd4324f29ea4ae49afea2
Author: Jonathan Gallimore 
AuthorDate: Wed May 13 16:12:31 2020 +0100

Prepare for release
---
 arquillian/arquillian-tomee-tests/pom.xml  | 30 +++---
 examples/arquillian-jpa/pom.xml|  2 +-
 .../bean-validation-design-by-contract/pom.xml |  2 +-
 examples/cdi-realm/pom.xml |  2 +-
 examples/change-jaxws-url/pom.xml  |  2 +-
 examples/connector-ear/pom.xml |  2 +-
 examples/connector-war/pom.xml |  2 +-
 examples/datasource-ciphered-password/pom.xml  |  2 +-
 examples/datasource-definition/pom.xml |  2 +-
 examples/datasource-versioning/pom.xml |  2 +-
 examples/deltaspike-fullstack/pom.xml  |  2 +-
 examples/dynamic-datasource-routing/pom.xml|  2 +-
 examples/mbean-auto-registration/pom.xml   |  2 +-
 examples/moviefun-rest/pom.xml |  2 +-
 examples/moviefun/pom.xml  |  2 +-
 examples/mp-config-example/pom.xml |  2 +-
 examples/mp-config-source-database/pom.xml |  2 +-
 examples/mp-faulttolerance-fallback/pom.xml|  2 +-
 examples/mp-faulttolerance-retry/pom.xml   |  2 +-
 examples/mp-faulttolerance-timeout/pom.xml |  2 +-
 examples/mp-opentracing-traced/pom.xml |  2 +-
 examples/mtom/pom.xml  |  2 +-
 examples/multi-jpa-provider-testing/pom.xml|  2 +-
 examples/multiple-arquillian-adapters/pom.xml  |  2 +-
 examples/multiple-tomee-arquillian/pom.xml |  2 +-
 examples/pojo-webservice/pom.xml   |  2 +-
 examples/polling-parent/pom.xml|  2 +-
 examples/projectstage-demo/pom.xml |  2 +-
 examples/quartz-app/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/rest-example/pom.xml  |  2 +-
 examples/rest-on-ejb/pom.xml   |  2 +-
 examples/simple-cmp2/pom.xml   |  2 +-
 pom.xml|  2 +-
 36 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/arquillian/arquillian-tomee-tests/pom.xml 
b/arquillian/arquillian-tomee-tests/pom.xml
index 70ba763..cce72bf 100644
--- a/arquillian/arquillian-tomee-tests/pom.xml
+++ b/arquillian/arquillian-tomee-tests/pom.xml
@@ -219,7 +219,7 @@
   ${maven.test.skip}
   
-javaagent:${settings.localRepository}/org/apache/tomee/openejb-javaagent/${project.version}/openejb-javaagent-${project.version}.jar
   
-7.1.3-SNAPSHOT
+7.1.3
 tomee-embedded
 
tomee-embedded
   
@@ -318,7 +318,7 @@
   ${skip.remote.webprofile}
   
 true
-7.1.3-SNAPSHOT
+7.1.3
 webprofile
 tomee-remote
 
tomee-remote
@@ -352,7 +352,7 @@
   ${skip.embedded}
   
-javaagent:${settings.localRepository}/org/apache/tomee/openejb-javaagent/${project.version}/openejb-javaagent-${project.version}.jar
 -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=768M
   
-7.1.3-SNAPSHOT
+7.1.3
 tomee-embedded
 
tomee-embedded
   
@@ -368,7 +368,7 @@
   ${skip.remote.plume}
   
 true
-7.1.3-SNAPSHOT
+7.1.3
 plume
 tomee-remote
 
tomee-remote
@@ -388,7 +388,7 @@
   ${skip.remote.plus}
   
 true
-7.1.3-SNAPSHOT
+7.1.3
 plus
 tomee-remote
 
tomee-remote
@@ -404,7 +404,7 @@
 
   ${skip.webapp.webprofile}
   
-7.1.3-SNAPSHOT
+7.1.3
 
${tomcat.version}
 tomee-webapp
 tomee-webapp
@@ -421,7 +421,7 @@
 
   ${skip.webapp.plus}
   
-7.1.3-SNAPSHOT
+7.1.3
 
${tomcat.version}
 tomee-plus-webapp
 tomee-webapp
@@ -438,7 +438,7 @@

[tomee] branch tomee-7.1.x updated (5db25b2 -> dc9b9be)

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

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


from 5db25b2  Update to ActiveMQ 5.15.12
 new d79e3d5  TOMEE-2812 Update to Tomcat 8.5.55
 new dc9b9be  Prepare for release

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-tomee-tests/pom.xml  | 30 +++---
 examples/arquillian-jpa/pom.xml|  2 +-
 .../bean-validation-design-by-contract/pom.xml |  2 +-
 examples/cdi-realm/pom.xml |  2 +-
 examples/change-jaxws-url/pom.xml  |  2 +-
 examples/connector-ear/pom.xml |  2 +-
 examples/connector-war/pom.xml |  2 +-
 examples/datasource-ciphered-password/pom.xml  |  2 +-
 examples/datasource-definition/pom.xml |  2 +-
 examples/datasource-versioning/pom.xml |  2 +-
 examples/deltaspike-fullstack/pom.xml  |  2 +-
 examples/dynamic-datasource-routing/pom.xml|  2 +-
 examples/mbean-auto-registration/pom.xml   |  2 +-
 examples/moviefun-rest/pom.xml |  2 +-
 examples/moviefun/pom.xml  |  2 +-
 examples/mp-config-example/pom.xml |  2 +-
 examples/mp-config-source-database/pom.xml |  2 +-
 examples/mp-faulttolerance-fallback/pom.xml|  2 +-
 examples/mp-faulttolerance-retry/pom.xml   |  2 +-
 examples/mp-faulttolerance-timeout/pom.xml |  2 +-
 examples/mp-opentracing-traced/pom.xml |  2 +-
 examples/mtom/pom.xml  |  2 +-
 examples/multi-jpa-provider-testing/pom.xml|  2 +-
 examples/multiple-arquillian-adapters/pom.xml  |  2 +-
 examples/multiple-tomee-arquillian/pom.xml |  2 +-
 examples/pojo-webservice/pom.xml   |  2 +-
 examples/polling-parent/pom.xml|  2 +-
 examples/projectstage-demo/pom.xml |  2 +-
 examples/quartz-app/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/rest-example/pom.xml  |  2 +-
 examples/rest-on-ejb/pom.xml   |  2 +-
 examples/simple-cmp2/pom.xml   |  2 +-
 pom.xml|  4 +--
 36 files changed, 51 insertions(+), 51 deletions(-)



[tomee] 01/02: TOMEE-2812 Update to Tomcat 8.5.55

2020-05-13 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

commit d79e3d5681b8bf27719bd8227ab9303a31ce18bc
Author: Jonathan Gallimore 
AuthorDate: Mon May 11 13:53:07 2020 +0100

TOMEE-2812 Update to Tomcat 8.5.55
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1f67075..1e0d1c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
 2.0.0
 1.2.6
 
-8.5.51
+8.5.55
 
 3.1.18
 1.2.6



buildbot success in on tomee-trunk-ubuntu-jvm8

2020-05-13 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/1320

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] 3ffe08fd6b8b4667f3008ed5550d126f1c8484dc
Blamelist: Jonathan Gallimore 

Build succeeded!

Sincerely,
 -The Buildbot





svn commit: r39510 - /dev/tomee/staging-1167/tomee-8.0.2/

2020-05-13 Thread jgallimore
Author: jgallimore
Date: Wed May 13 14:27:51 2020
New Revision: 39510

Log:
Staging artifacts for VOTE

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

dev/tomee/staging-1167/tomee-8.0.2/apache-tomee-8.0.2-microprofile.tar.gz.asc   
(with props)

dev/tomee/staging-1167/tomee-8.0.2/apache-tomee-8.0.2-microprofile.tar.gz.asc.sha256

dev/tomee/staging-1167/tomee-8.0.2/apache-tomee-8.0.2-microprofile.tar.gz.asc.sha512

dev/tomee/staging-1167/tomee-8.0.2/apache-tomee-8.0.2-microprofile.tar.gz.sha256

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

dev/tomee/staging-1167/tomee-8.0.2/apache-tomee-8.0.2-microprofile.zip.asc.sha256

dev/tomee/staging-1167/tomee-8.0.2/apache-tomee-8.0.2-microprofile.zip.asc.sha512

dev/tomee/staging-1167/tomee-8.0.2/apache-tomee-8.0.2-microprofile.zip.sha256

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

dev/tomee/staging-1167/tomee-8.0.2/apache-tomee-8.0.2-plume.tar.gz.asc.sha256

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

dev/tomee/staging-1167/tomee-8.0.2/apache-tomee-8.0.2-webprofile.tar.gz.asc.sha256

dev/tomee/staging-1167/tomee-8.0.2/apache-tomee-8.0.2-webprofile.tar.gz.asc.sha512

dev/tomee/staging-1167/tomee-8.0.2/apache-tomee-8.0.2-webprofile.tar.gz.sha256

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

dev/tomee/staging-1167/tomee-8.0.2/apache-tomee-8.0.2-webprofile.zip.asc.sha256

dev/tomee/staging-1167/tomee-8.0.2/apache-tomee-8.0.2-webprofile.zip.asc.sha512
dev/tomee/staging-1167/tomee-8.0.2/apache-tomee-8.0.2-webprofile.zip.sha256
dev/tomee/staging-1167/tomee-8.0.2/apache-tomee-8.0.2-webprofile.zip.sha512
dev/tomee/staging-1167/tomee-8.0.2/examples-8.0.2-src.tar.gz   (with props)
dev/tomee/staging-1167/tomee-8.0.2/examples-8.0.2-src.tar.gz.asc   (with 
props)
dev/tomee/staging-1167/tomee-8.0.2/examples-8.0.2-src.tar.gz.asc.sha256
dev/tomee/staging-1167/tomee-8.0.2/examples-8.0.2-src.tar.gz.asc.sha512
dev/tomee/staging-1167/tomee-8.0.2/examples-8.0.2-src.tar.gz.sha256
dev/tomee/staging-1167/tomee-8.0.2/examples-8.0.2-src.tar.gz.sha512
dev/tomee/staging-1167/tomee-8.0.2/examples-8.0.2-src.zip   (with props)
dev/tomee/staging-1167/tomee-8.0.2/examples-8.0.2-src.zip.asc   (with props)
dev/tomee/staging-1167/tomee-8.0.2/examples-8.0.2-src.zip.asc.sha256
dev/tomee/staging-1167/tomee-8.0.2/examples-8.0.2-src.zip.asc.sha512

svn commit: r39507 - in /dev/tomee/staging-1167: ./ tomee-8.0.2/

2020-05-13 Thread jgallimore
Author: jgallimore
Date: Wed May 13 14:21:40 2020
New Revision: 39507

Log:
Staging for vote

Added:
dev/tomee/staging-1167/
dev/tomee/staging-1167/tomee-8.0.2/



svn commit: r39505 - /dev/tomee/staging-1166/

2020-05-13 Thread jgallimore
Author: jgallimore
Date: Wed May 13 14:17:58 2020
New Revision: 39505

Log:
Removing folder after failed vote

Removed:
dev/tomee/staging-1166/



[tomee] annotated tag tomee-8.0.2 updated (604a81e -> d8fe88f)

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

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


*** WARNING: tag tomee-8.0.2 was modified! ***

from 604a81e  (commit)
  to d8fe88f  (tag)
 tagging 604a81e12d37b2fea299a19dfc0f8edcbcf51c80 (commit)
 replaces tomee-8.0.1
  by Jonathan Gallimore
  on Wed May 13 13:47:35 2020 +0100

- Log -
[maven-release-plugin] copy for tag tomee-8.0.2
---


No new revisions were added by this update.

Summary of changes:



[tomee] branch master updated (c70748f -> 3ffe08f)

2020-05-13 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 c70748f  TOMEE-2811 update to Tomcat 9.0.35
 new 604a81e  [maven-release-plugin] prepare release tomee-8.0.2
 new 3ffe08f  [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 ++--