[jira] [Updated] (TOMEE-2110) DefaultContextService missing like default resource.

2020-08-05 Thread Jonathan Gallimore (Jira)


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

Jonathan Gallimore updated TOMEE-2110:
--
Fix Version/s: (was: 7.0.9)

> DefaultContextService missing like default resource.
> 
>
> Key: TOMEE-2110
> URL: https://issues.apache.org/jira/browse/TOMEE-2110
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 7.0.4
>Reporter: Daniel Cunha
>Priority: Major
>




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


[jira] [Updated] (TOMEE-1618) Replace three register maps in Container in favour of one

2020-08-05 Thread Jonathan Gallimore (Jira)


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

Jonathan Gallimore updated TOMEE-1618:
--
Fix Version/s: (was: 7.0.9)
   8.0.5

> Replace three register maps in Container in favour of one
> -
>
> Key: TOMEE-1618
> URL: https://issues.apache.org/jira/browse/TOMEE-1618
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Core Server
>Affects Versions: 7.0.0
>Reporter: Alex
>Assignee: Alex
>Priority: Trivial
>  Labels: newbie
> Fix For: 8.0.5
>
>
> The class org.apache.tomee.embedded.Container currently uses three internal 
> ly managed maps to register following information:
> moduleIds, appContexts and appInfos.
> The key used in each of the map is the name of the application.
> The suggested improvement is to introduce a multimap. I think however, it 
> would be cleaner to define an inner class that can hold the information 
> above, and have one map that maps the name to an instance of this class.
> Drawback is an extra null check, but overall I think this better.
> Additionally, this class does not have many unittests so I'd like to add 
> those as well.



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


[jira] [Updated] (TOMEE-1397) Invalid web.xml in example project

2020-08-05 Thread Jonathan Gallimore (Jira)


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

Jonathan Gallimore updated TOMEE-1397:
--
Fix Version/s: (was: 7.0.9)

> Invalid web.xml in example project
> --
>
> Key: TOMEE-1397
> URL: https://issues.apache.org/jira/browse/TOMEE-1397
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 7.0.0
>Reporter: Daniel Kasmeroglu
>Priority: Minor
> Attachments: tomee-1397.patch
>
>
> The _web.xml_ specifies the value _Transactional_ for a 
> _persistence-context-type_ which is incorrect as it should be _Transaction_ . 
> The corresponding commit on my local git could be found on:
> * 
> https://kasisoft.com/stash/projects/TOMEE/repos/tomee/commits/88315131c9b804fe166c2a909cd749768ab45eef



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


[jira] [Updated] (TOMEE-1417) [TEST] Incorrect test function PropertiesTest assertTest

2020-08-05 Thread Jonathan Gallimore (Jira)


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

Jonathan Gallimore updated TOMEE-1417:
--
Fix Version/s: (was: 7.0.9)

> [TEST] Incorrect test function PropertiesTest assertTest
> 
>
> Key: TOMEE-1417
> URL: https://issues.apache.org/jira/browse/TOMEE-1417
> Project: TomEE
>  Issue Type: Improvement
>Affects Versions: 7.0.0
>Reporter: Daniel Kasmeroglu
>Priority: Trivial
>
> The helper function _PropertiesTest$assertProperties_ contains an invalid 
> comparison for a different property:
> {code:java}
> if (expectedValue != expectedValue && (expectedValue == null || 
> !expectedValue.equals(actual))) {
>   ...
> }
> {code}
> The comparison *expectedValue != expectedValue* obviously always returns 
> false so the contained code will never be executed.
> Furthermore the only use cases of this function returns at it's entry due to 
> the fact that the supplied parameters are always equal.



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


svn commit: r40873 - /dev/tomee/staging-1175/tomee-7.0.9/

2020-08-05 Thread jgallimore
Author: jgallimore
Date: Wed Aug  5 20:29:05 2020
New Revision: 40873

Log:
Staging artifacts for vote

Added:
dev/tomee/staging-1175/tomee-7.0.9/apache-tomee-7.0.9-plume.tar.gz   (with 
props)
dev/tomee/staging-1175/tomee-7.0.9/apache-tomee-7.0.9-plume.tar.gz.asc   
(with props)

dev/tomee/staging-1175/tomee-7.0.9/apache-tomee-7.0.9-plume.tar.gz.asc.sha256

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

dev/tomee/staging-1175/tomee-7.0.9/apache-tomee-7.0.9-webprofile.tar.gz.asc.sha256

dev/tomee/staging-1175/tomee-7.0.9/apache-tomee-7.0.9-webprofile.tar.gz.asc.sha512

dev/tomee/staging-1175/tomee-7.0.9/apache-tomee-7.0.9-webprofile.tar.gz.sha256

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

dev/tomee/staging-1175/tomee-7.0.9/apache-tomee-7.0.9-webprofile.zip.asc.sha256

dev/tomee/staging-1175/tomee-7.0.9/apache-tomee-7.0.9-webprofile.zip.asc.sha512
dev/tomee/staging-1175/tomee-7.0.9/apache-tomee-7.0.9-webprofile.zip.sha256
dev/tomee/staging-1175/tomee-7.0.9/apache-tomee-7.0.9-webprofile.zip.sha512
dev/tomee/staging-1175/tomee-7.0.9/examples-7.0.9-src.tar.gz   (with props)
dev/tomee/staging-1175/tomee-7.0.9/examples-7.0.9-src.tar.gz.asc   (with 
props)
dev/tomee/staging-1175/tomee-7.0.9/examples-7.0.9-src.tar.gz.asc.sha256
dev/tomee/staging-1175/tomee-7.0.9/examples-7.0.9-src.tar.gz.asc.sha512
dev/tomee/staging-1175/tomee-7.0.9/examples-7.0.9-src.tar.gz.sha256
dev/tomee/staging-1175/tomee-7.0.9/examples-7.0.9-src.tar.gz.sha512
dev/tomee/staging-1175/tomee-7.0.9/examples-7.0.9-src.zip   (with props)
dev/tomee/staging-1175/tomee-7.0.9/examples-7.0.9-src.zip.asc   (with props)
dev/tomee/staging-1175/tomee-7.0.9/examples-7.0.9-src.zip.asc.sha256
dev/tomee/staging-1175/tomee-7.0.9/examples-7.0.9-src.zip.asc.sha512
dev/tomee/staging-1175/tomee-7.0.9/examples-7.0.9-src.zip.sha256
dev/tomee/staging-1175/tomee-7.0.9/examples-7.0.9-src.zip.sha512
dev/tomee/staging-1175/tomee-7.0.9/openejb-standalone-7.0.9.tar.gz   (with 
props)
dev/tomee/staging-1175/tomee-7.0.9/openejb-standalone-7.0.9.tar.gz.asc   
(with props)

dev/tomee/staging-1175/tomee-7.0.9/openejb-standalone-7.0.9.tar.gz.asc.sha256

dev/tomee/staging-1175/tomee-7.0.9/openejb-standalone-7.0.9.tar.gz.asc.sha512
dev/tomee/staging-1175/tomee-7.0.9/openejb-standalone-7.0.9.tar.gz.sha256
dev/tomee/staging-1175/tomee-7.0.9/openejb-standalone-7.0.9.tar.gz.sha512
dev/tomee/staging-1175/tomee-7.0.9/openejb-standalone-7.0.9.zip   (with 
props)
dev/tomee/staging-1175/tomee-7.0.9/openejb-standalone-7.0.9.zip.asc   (with 
props)
dev/tomee/staging-1175/tomee-7.0.9/openejb-standalone-7.0.9.zip.asc.sha256
dev/tomee/staging-1175/tomee-7.0.9/openejb-standalone-7.0.9.zip.asc.sha512
dev/tomee/staging-1175/tomee-7.0.9/openejb-standalone-7.0.9.zip.sha256
dev/tomee/staging-1175/tomee-7.0.9/openejb-standalone-7.0.9.zip.sha512
dev/tomee/s

svn commit: r40869 - /dev/tomee/staging-1174/tomee-7.1.4/

2020-08-05 Thread jgallimore
Author: jgallimore
Date: Wed Aug  5 16:26:51 2020
New Revision: 40869

Log:
Adding artifacts for vote

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

dev/tomee/staging-1174/tomee-7.1.4/apache-tomee-7.1.4-microprofile.tar.gz.asc   
(with props)

dev/tomee/staging-1174/tomee-7.1.4/apache-tomee-7.1.4-microprofile.tar.gz.asc.sha256

dev/tomee/staging-1174/tomee-7.1.4/apache-tomee-7.1.4-microprofile.tar.gz.asc.sha512

dev/tomee/staging-1174/tomee-7.1.4/apache-tomee-7.1.4-microprofile.tar.gz.sha256

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

dev/tomee/staging-1174/tomee-7.1.4/apache-tomee-7.1.4-microprofile.zip.asc.sha256

dev/tomee/staging-1174/tomee-7.1.4/apache-tomee-7.1.4-microprofile.zip.asc.sha512

dev/tomee/staging-1174/tomee-7.1.4/apache-tomee-7.1.4-microprofile.zip.sha256

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

dev/tomee/staging-1174/tomee-7.1.4/apache-tomee-7.1.4-plume.tar.gz.asc.sha256

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

dev/tomee/staging-1174/tomee-7.1.4/apache-tomee-7.1.4-webprofile.tar.gz.asc.sha256

dev/tomee/staging-1174/tomee-7.1.4/apache-tomee-7.1.4-webprofile.tar.gz.asc.sha512

dev/tomee/staging-1174/tomee-7.1.4/apache-tomee-7.1.4-webprofile.tar.gz.sha256

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

dev/tomee/staging-1174/tomee-7.1.4/apache-tomee-7.1.4-webprofile.zip.asc.sha256

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

svn commit: r40868 - in /dev/tomee/staging-1173/tomee-8.0.4: ec2-nexus-proxy.pem ec2-nexus-proxy.pem.sha256 ec2-nexus-proxy.pem.sha512

2020-08-05 Thread jgallimore
Author: jgallimore
Date: Wed Aug  5 16:15:00 2020
New Revision: 40868

Log:
Committeed accidentally

Removed:
dev/tomee/staging-1173/tomee-8.0.4/ec2-nexus-proxy.pem
dev/tomee/staging-1173/tomee-8.0.4/ec2-nexus-proxy.pem.sha256
dev/tomee/staging-1173/tomee-8.0.4/ec2-nexus-proxy.pem.sha512



svn commit: r40867 - in /dev/tomee/staging-1175: ./ tomee-7.0.9/

2020-08-05 Thread jgallimore
Author: jgallimore
Date: Wed Aug  5 15:56:39 2020
New Revision: 40867

Log:
Staging area for VOTE

Added:
dev/tomee/staging-1175/
dev/tomee/staging-1175/tomee-7.0.9/



svn commit: r40866 - in /dev/tomee/staging-1174: ./ tomee-7.1.4/

2020-08-05 Thread jgallimore
Author: jgallimore
Date: Wed Aug  5 15:55:47 2020
New Revision: 40866

Log:
Staging area for VOTE

Added:
dev/tomee/staging-1174/
dev/tomee/staging-1174/tomee-7.1.4/



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

2020-08-05 Thread buildbot
The Buildbot has detected a new failure on builder tomee-7.0.x-ubuntu-jvm8 
while building tomee. Full details are available at:
https://ci.apache.org/builders/tomee-7.0.x-ubuntu-jvm8/builds/112

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

Buildslave for this Build: bb_qnode7_ubuntu

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

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot





[tomee] annotated tag tomee-7.0.9 updated (3e86266 -> 46bd60f)

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

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


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

from 3e86266  (commit)
  to 46bd60f  (tag)
 tagging 3e862661457f5c5a86af00af1f1e0d0a6e3319cf (commit)
 replaces tomee-7.0.8
  by Jonathan Gallimore
  on Wed Aug 5 16:38:08 2020 +0100

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


No new revisions were added by this update.

Summary of changes:



[tomee] branch tomee-7.0.x updated (99de066 -> 662ee9e)

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

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


from 99de066  Release prep
 new 3e86266  [maven-release-plugin] prepare release tomee-7.0.9
 new 662ee9e  [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 +-
 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   | 12 ++--
 examples/cucumber-jvm/pom.xml|  4 ++--
 examples/custom-injection/pom.xml|  

[tomee] branch tomee-7.0.x updated: Release prep

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

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


The following commit(s) were added to refs/heads/tomee-7.0.x by this push:
 new 99de066  Release prep
99de066 is described below

commit 99de066200307f7b91602957beb8955f295b0d1d
Author: Jonathan Gallimore 
AuthorDate: Wed Aug 5 16:36:43 2020 +0100

Release prep
---
 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/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 +-
 30 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/arquillian/arquillian-tomee-tests/pom.xml 
b/arquillian/arquillian-tomee-tests/pom.xml
index 154006d..bd91853 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.0.9-SNAPSHOT
+7.0.9
 tomee-embedded
 
tomee-embedded
   
@@ -318,7 +318,7 @@
   ${skip.remote.webprofile}
   
 true
-7.0.9-SNAPSHOT
+7.0.9
 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.0.9-SNAPSHOT
+7.0.9
 tomee-embedded
 
tomee-embedded
   
@@ -368,7 +368,7 @@
   ${skip.remote.plume}
   
 true
-7.0.9-SNAPSHOT
+7.0.9
 plume
 tomee-remote
 
tomee-remote
@@ -388,7 +388,7 @@
   ${skip.remote.plus}
   
 true
-7.0.9-SNAPSHOT
+7.0.9
 plus
 tomee-remote
 
tomee-remote
@@ -404,7 +404,7 @@
 
   ${skip.webapp.webprofile}
   
-7.0.9-SNAPSHOT
+7.0.9
 
${tomcat.version}
 tomee-webapp
 tomee-webapp
@@ -421,7 +421,7 @@
 
   ${skip.webapp.plus}
   
-7.0.9-SNAPSHOT
+7.0.9
 
${tomcat.version}
 tomee-plus-webapp
 tomee-webapp
@@ -438,7 +438,7 @@
 
   ${skip.webapp.plume}
   
-7.0.9-SNAPSHOT
+7.0.9
 
${tomcat.version}
 tomee-plume-webapp
 tomee-w

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

2020-08-05 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 5c469e9  Post release version number update
5c469e9 is described below

commit 5c469e937283da074f61eba807e6722e0ef3
Author: Jonathan Gallimore 
AuthorDate: Wed Aug 5 16:23:34 2020 +0100

Post release version number update
---
 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 4bce58d..933f837 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.4
+7.1.5-SNAPSHOT
 tomee-embedded
 
tomee-embedded
   
@@ -318,7 +318,7 @@
   ${skip.remote.webprofile}
   
 true
-7.1.4
+7.1.5-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.4
+7.1.5-SNAPSHOT
 tomee-embedded
 
tomee-embedded
   
@@ -368,7 +368,7 @@
   ${skip.remote.plume}
   
 true
-7.1.4
+7.1.5-SNAPSHOT
 plume
 tomee-remote
 
tomee-remote
@@ -388,7 +388,7 @@
   ${skip.remote.plus}
   
 true
-7.1.4
+7.1.5-SNAPSHOT
 plus
 tomee-remote
 
tomee-remote
@@ -404,7 +404,7 @@
 
   ${skip.webapp.webprofile}
   
-7.1.4
+7.1.5-SNAPSHOT
 
${tomcat.version}
 tomee-webapp
 tomee-webapp
@@ -421,7 +421,7 @@
 
   ${skip.webapp.plus}
   
-7.1.4
+7.1.5-SNAPSHOT
 
${tomcat.version}
 tomee-plus-webapp
 tomee-webapp
@@ -438,7 +438,7 @@
 
   ${skip.webapp.plume}
   
-7.1.4
+7.1.5-SNAPSHOT

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

2020-08-05 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/151

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

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot





[tomee] annotated tag tomee-7.1.4 updated (c32e8bc -> 25162f3)

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

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


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

from c32e8bc  (commit)
  to 25162f3  (tag)
 tagging c32e8bca86f8a250af8462ec02eb87514874361e (commit)
 replaces tomee-project-7.1.3
  by Jonathan Gallimore
  on Wed Aug 5 15:57:01 2020 +0100

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


No new revisions were added by this update.

Summary of changes:



[tomee] branch tomee-7.1.x updated (db8ede8 -> baa23b8)

2020-08-05 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 db8ede8  Prepare for release
 new c32e8bc  [maven-release-plugin] prepare release tomee-7.1.4
 new baa23b8  [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   | 12 +++

[tomee] 02/02: Prepare for release

2020-08-05 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 db8ede8bb374450e00d52c8b5bbac85ff098f39b
Author: Jonathan Gallimore 
AuthorDate: Wed Aug 5 15:54:04 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 375d962..84d7a7c 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.4-SNAPSHOT
+7.1.4
 tomee-embedded
 
tomee-embedded
   
@@ -318,7 +318,7 @@
   ${skip.remote.webprofile}
   
 true
-7.1.4-SNAPSHOT
+7.1.4
 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.4-SNAPSHOT
+7.1.4
 tomee-embedded
 
tomee-embedded
   
@@ -368,7 +368,7 @@
   ${skip.remote.plume}
   
 true
-7.1.4-SNAPSHOT
+7.1.4
 plume
 tomee-remote
 
tomee-remote
@@ -388,7 +388,7 @@
   ${skip.remote.plus}
   
 true
-7.1.4-SNAPSHOT
+7.1.4
 plus
 tomee-remote
 
tomee-remote
@@ -404,7 +404,7 @@
 
   ${skip.webapp.webprofile}
   
-7.1.4-SNAPSHOT
+7.1.4
 
${tomcat.version}
 tomee-webapp
 tomee-webapp
@@ -421,7 +421,7 @@
 
   ${skip.webapp.plus}
   
-7.1.4-SNAPSHOT
+7.1.4
 
${tomcat.version}
 tomee-plus-webapp
 tomee-webapp
@@ -438,7 +438,7 @@
 

[tomee] branch tomee-7.1.x updated (7f1b19e -> db8ede8)

2020-08-05 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 7f1b19e  Fix Arquillian test failures
 new 98e124b  update activemq
 new db8ede8  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: update activemq

2020-08-05 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 98e124b480d37916caefe2fc56a658bb2ca2e38f
Author: Jonathan Gallimore 
AuthorDate: Tue Jul 14 20:13:46 2020 +0100

update activemq
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 29a936b..de7530c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
 3.3
 
 1.1.2
-5.15.12
+5.15.13
 3.1.4.RELEASE
 4.12
 1.4.1