buildbot success in on tomee-trunk-ubuntu-jvm8

2019-07-26 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/1136

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] 8b2b649f11c93b541505aa68ec678574b93ee481
Blamelist: Jean-Louis Monteiro 

Build succeeded!

Sincerely,
 -The Buildbot





[jira] [Updated] (TOMEE-2584) Java 11 compliancy

2019-07-26 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated TOMEE-2584:
--
Labels: pull-request-available  (was: )

> Java 11 compliancy
> --
>
> Key: TOMEE-2584
> URL: https://issues.apache.org/jira/browse/TOMEE-2584
> Project: TomEE
>  Issue Type: New Feature
>Reporter: Jean-Louis MONTEIRO
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-Final
>
>
> This is a high level ticket to centralize all Java 11 work for TomEE.
> It will aggregate sub-tasks so committers, and contributors can take some 
> tasks and help.
>  
> It's also good to get a view on the work achieved



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[tomee] branch master updated (76463ff -> 8b2b649)

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

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


from 76463ff  Simplifying this code
 add 8f21588  another way to address the problem
 add 4f76c94  Fix more tests and Java 11 stuff
 add eeb7fd1  attempt to fix arquillian tests by adding missing libraries 
to tomee distro
 add 32b05d8  another way to address the problem
 add 30f303b  Merge branch 'java11-take2' of 
https://gitbox.apache.org/repos/asf/tomee into java11-take2
 add a3a6814  fix scala versions to work with Java 11
 new 8b2b649  Merge pull request #523 from apache/java11-take2

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.


Summary of changes:
 .gitignore |  1 +
 .../src/test/resources/arquillian.xml  |  3 +
 .../arquillian-tomee-jaxrs-tests/pom.xml   | 62 +++
 .../src/test/resources/arquillian.xml  |  9 +++
 .../arquillian-tomee-jaxws-tests/pom.xml   | 59 ++
 .../src/test/resources/arquillian.xml  |  9 +++
 .../arquillian-tomee-webprofile-tests/pom.xml  | 59 ++
 .../src/test/resources/arquillian.xml  | 12 
 container/openejb-core/pom.xml | 24 
 .../openejb/testing/ApplicationComposers.java  |  1 -
 .../openejb/testing/AppComposerJarsTest.java   |  2 +
 container/openejb-jee-accessors/pom.xml| 15 +
 container/openejb-jee/pom.xml  | 38 +---
 examples/applicationcomposer-jaxws-cdi/pom.xml | 53 
 examples/change-jaxws-url/pom.xml  | 54 
 examples/mtom/pom.xml  | 53 
 .../java/org/superbiz/mtom/AbstractService.java|  4 +-
 examples/scala-basic/pom.xml   |  6 +-
 .../simple-webservice-without-interface/pom.xml| 53 
 examples/simple-webservice/pom.xml | 53 
 examples/webservice-attachments/pom.xml| 52 
 examples/webservice-handlerchain/pom.xml   | 53 
 examples/webservice-holder/pom.xml | 53 
 examples/webservice-inheritance/pom.xml| 53 
 examples/webservice-security/pom.xml   | 53 
 examples/webservice-ssl-client-cert/pom.xml| 53 
 examples/webservice-ws-security/pom.xml| 50 +++
 .../org/superbiz/calculator/CalculatorTest.java|  2 +
 .../webservice-ws-with-resources-config/pom.xml| 53 
 .../superbiz/websockets/WebSocketResourceTest.java |  6 +-
 .../openejb/server/control/StandaloneServer.java   | 21 ++-
 .../openejb/itest/legacy/LegacyClientTest.java |  1 +
 .../jwt/itest/InvalidSignatureTest.java|  1 +
 .../jwt/itest/MinimumRequiredClaimsTest.java   |  1 +
 .../jwt/itest/MissingRequiredClaimsTest.java   |  2 +
 .../microprofile/jwt/itest/RsaKeySizesTest.java|  1 +
 .../microprofile/jwt/itest/ShaHashSizesTest.java   |  1 +
 itests/tomee-server-composer/pom.xml   |  2 +-
 .../apache/tomee/microprofile/jwt/MPJWTFilter.java |  3 +-
 pom.xml| 72 --
 server/openejb-client/pom.xml  | 43 +++--
 .../openejb/client/HttpConnectionFactory.java  |  6 +-
 .../cxf/rs/AppPropertiesPropagationTest.java   |  7 +++
 server/openejb-cxf/pom.xml | 49 +--
 server/openejb-webservices/pom.xml | 38 ++--
 tomee/apache-tomee/pom.xml |  4 +-
 utils/openejb-mockito/pom.xml  |  2 +-
 47 files changed, 1135 insertions(+), 117 deletions(-)



[tomee] 01/01: Merge pull request #523 from apache/java11-take2

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

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

commit 8b2b649f11c93b541505aa68ec678574b93ee481
Merge: 76463ff a3a6814
Author: Jean-Louis Monteiro 
AuthorDate: Fri Jul 26 15:11:16 2019 +0200

Merge pull request #523 from apache/java11-take2

Java11 initial work for TOMEE-2584 TOMEE-2600 TOMEE-2601

 .gitignore |  1 +
 .../src/test/resources/arquillian.xml  |  3 +
 .../arquillian-tomee-jaxrs-tests/pom.xml   | 62 +++
 .../src/test/resources/arquillian.xml  |  9 +++
 .../arquillian-tomee-jaxws-tests/pom.xml   | 59 ++
 .../src/test/resources/arquillian.xml  |  9 +++
 .../arquillian-tomee-webprofile-tests/pom.xml  | 59 ++
 .../src/test/resources/arquillian.xml  | 12 
 container/openejb-core/pom.xml | 24 
 .../openejb/testing/ApplicationComposers.java  |  1 -
 .../openejb/testing/AppComposerJarsTest.java   |  2 +
 container/openejb-jee-accessors/pom.xml| 15 +
 container/openejb-jee/pom.xml  | 38 +---
 examples/applicationcomposer-jaxws-cdi/pom.xml | 53 
 examples/change-jaxws-url/pom.xml  | 54 
 examples/mtom/pom.xml  | 53 
 .../java/org/superbiz/mtom/AbstractService.java|  4 +-
 examples/scala-basic/pom.xml   |  6 +-
 .../simple-webservice-without-interface/pom.xml| 53 
 examples/simple-webservice/pom.xml | 53 
 examples/webservice-attachments/pom.xml| 52 
 examples/webservice-handlerchain/pom.xml   | 53 
 examples/webservice-holder/pom.xml | 53 
 examples/webservice-inheritance/pom.xml| 53 
 examples/webservice-security/pom.xml   | 53 
 examples/webservice-ssl-client-cert/pom.xml| 53 
 examples/webservice-ws-security/pom.xml| 50 +++
 .../org/superbiz/calculator/CalculatorTest.java|  2 +
 .../webservice-ws-with-resources-config/pom.xml| 53 
 .../superbiz/websockets/WebSocketResourceTest.java |  6 +-
 .../openejb/server/control/StandaloneServer.java   | 21 ++-
 .../openejb/itest/legacy/LegacyClientTest.java |  1 +
 .../jwt/itest/InvalidSignatureTest.java|  1 +
 .../jwt/itest/MinimumRequiredClaimsTest.java   |  1 +
 .../jwt/itest/MissingRequiredClaimsTest.java   |  2 +
 .../microprofile/jwt/itest/RsaKeySizesTest.java|  1 +
 .../microprofile/jwt/itest/ShaHashSizesTest.java   |  1 +
 itests/tomee-server-composer/pom.xml   |  2 +-
 .../apache/tomee/microprofile/jwt/MPJWTFilter.java |  3 +-
 pom.xml| 72 --
 server/openejb-client/pom.xml  | 43 +++--
 .../openejb/client/HttpConnectionFactory.java  |  6 +-
 .../cxf/rs/AppPropertiesPropagationTest.java   |  7 +++
 server/openejb-cxf/pom.xml | 49 +--
 server/openejb-webservices/pom.xml | 38 ++--
 tomee/apache-tomee/pom.xml |  4 +-
 utils/openejb-mockito/pom.xml  |  2 +-
 47 files changed, 1135 insertions(+), 117 deletions(-)



[jira] [Updated] (TOMEE-2583) Translate to Portuguese: examples/datasource-versioning

2019-07-26 Thread Robinson Severo (JIRA)


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

Robinson Severo updated TOMEE-2583:
---
External issue URL:   (was: https://github.com/apache/tomee/pull/525)

> Translate to Portuguese: examples/datasource-versioning
> ---
>
> Key: TOMEE-2583
> URL: https://issues.apache.org/jira/browse/TOMEE-2583
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Reporter: Robinson Severo
>Priority: Major
>  Labels: pull-request-available
>
> 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
(v7.6.14#76016)


[jira] [Updated] (TOMEE-2583) Translate to Portuguese: examples/datasource-versioning

2019-07-26 Thread Robinson Severo (JIRA)


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

Robinson Severo updated TOMEE-2583:
---
External issue URL: https://github.com/apache/tomee/pull/525

> Translate to Portuguese: examples/datasource-versioning
> ---
>
> Key: TOMEE-2583
> URL: https://issues.apache.org/jira/browse/TOMEE-2583
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Reporter: Robinson Severo
>Priority: Major
>  Labels: pull-request-available
>
> 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
(v7.6.14#76016)


[jira] [Commented] (TOMEE-2601) BasicURLClassPath not working with Java 11

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)


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

Jean-Louis MONTEIRO commented on TOMEE-2601:


In the standalone server, we need to add this extra configuration to allow 
access to loader packages of the JVM.

--add-opens java.base/jdk.internal.loader=ALL-UNNAMED

> BasicURLClassPath not working with Java 11
> --
>
> Key: TOMEE-2601
> URL: https://issues.apache.org/jira/browse/TOMEE-2601
> Project: TomEE
>  Issue Type: Sub-task
>Reporter: Jean-Louis MONTEIRO
>Priority: Major
>
> java.lang.IllegalAccessException: class 
> org.apache.openejb.loader.BasicURLClassPath cannot access class 
> jdk.internal.loader.URLClassPath (in module java.base) because module 
> java.base does not export jdk.internal.loader to unnamed module @157632c9
> at 
> java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
> at 
> java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
> at java.base/java.lang.reflect.Method.invoke(Method.java:558)
> at 
> org.apache.openejb.loader.BasicURLClassPath.addJarsToPath(BasicURLClassPath.java:110)
> at 
> org.apache.openejb.loader.ContextClassPath.addJarsToPath(ContextClassPath.java:39)
> at org.apache.openejb.server.Main.main(Main.java:126)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
> at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at org.apache.openejb.cli.MainImpl.main(MainImpl.java:149)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
> at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at org.apache.openejb.cli.Bootstrap.main(Bootstrap.java:189)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2601) BasicURLClassPath not working with Java 11

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2601:
--

 Summary: BasicURLClassPath not working with Java 11
 Key: TOMEE-2601
 URL: https://issues.apache.org/jira/browse/TOMEE-2601
 Project: TomEE
  Issue Type: Sub-task
Reporter: Jean-Louis MONTEIRO


java.lang.IllegalAccessException: class 
org.apache.openejb.loader.BasicURLClassPath cannot access class 
jdk.internal.loader.URLClassPath (in module java.base) because module java.base 
does not export jdk.internal.loader to unnamed module @157632c9
at 
java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
at 
java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
at java.base/java.lang.reflect.Method.invoke(Method.java:558)
at 
org.apache.openejb.loader.BasicURLClassPath.addJarsToPath(BasicURLClassPath.java:110)
at 
org.apache.openejb.loader.ContextClassPath.addJarsToPath(ContextClassPath.java:39)
at org.apache.openejb.server.Main.main(Main.java:126)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.apache.openejb.cli.MainImpl.main(MainImpl.java:149)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.apache.openejb.cli.Bootstrap.main(Bootstrap.java:189)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2600) Add missing dependencies

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2600:
--

 Summary: Add missing dependencies
 Key: TOMEE-2600
 URL: https://issues.apache.org/jira/browse/TOMEE-2600
 Project: TomEE
  Issue Type: Sub-task
Reporter: Jean-Louis MONTEIRO


Since the JVM introduced the modules, some APIs got removed from the JVM and 
put into a temp java.ee module.

Short term solution would be to --add-module to the JVM properties, but the 
module is going to be removed by Oracle.

Add third-party dependencies that contain the classes is the more long term 
solution. Here are a few of them to add.
 * JAF: with 
[_com.sun.activation:javax.activation_|https://search.maven.org/search?q=g:com.sun.activation%20AND%20a:javax.activation=gav]
 * CORBA: there is currently no artifact for this
 * JTA: 
[_javax.transaction:javax.transaction-api_|https://search.maven.org/search?q=g:javax.transaction%20AND%20a:javax.transaction-api=gav]
 * JAXB: 
[_com.sun.xml.bind:jaxb-impl_|https://search.maven.org/search?q=g:com.sun.xml.bind%20AND%20a:jaxb-impl=gav]
 * JAX-WS: 
[_com.sun.xml.ws:jaxws-ri_|https://search.maven.org/search?q=g:com.sun.xml.ws%20AND%20a:jaxws-ri=gav]
 * Commons Annotation: 
[_javax.annotation:javax.annotation-api_|https://search.maven.org/search?q=g:javax.annotation%20AND%20a:javax.annotation-api=gav]



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2593) Fix module OpenEJB :: TCK :: CDI Embedded ..................... FAILURE

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2593:
--

 Summary: Fix module OpenEJB :: TCK :: CDI Embedded 
. FAILURE
 Key: TOMEE-2593
 URL: https://issues.apache.org/jira/browse/TOMEE-2593
 Project: TomEE
  Issue Type: Sub-task
Reporter: Jean-Louis MONTEIRO






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2597) Fix module OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXRS FAILURE

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2597:
--

 Summary: Fix module OpenEJB :: Arquillian Adaptors Parent :: Tests 
:: JAXRS FAILURE
 Key: TOMEE-2597
 URL: https://issues.apache.org/jira/browse/TOMEE-2597
 Project: TomEE
  Issue Type: Sub-task
Reporter: Jean-Louis MONTEIRO






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2599) Fix module OpenEJB :: Arquillian Adaptors Parent :: Sample :: Moviefun FAILURE

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2599:
--

 Summary: Fix module OpenEJB :: Arquillian Adaptors Parent :: 
Sample :: Moviefun FAILURE
 Key: TOMEE-2599
 URL: https://issues.apache.org/jira/browse/TOMEE-2599
 Project: TomEE
  Issue Type: Sub-task
Reporter: Jean-Louis MONTEIRO






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2598) Fix module OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXWS FAILURE

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2598:
--

 Summary: Fix module OpenEJB :: Arquillian Adaptors Parent :: Tests 
:: JAXWS FAILURE
 Key: TOMEE-2598
 URL: https://issues.apache.org/jira/browse/TOMEE-2598
 Project: TomEE
  Issue Type: Sub-task
Reporter: Jean-Louis MONTEIRO






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2595) Fix module OpenEJB :: TCK :: MicroProfile Fault Tolerance TCK . FAILURE

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2595:
--

 Summary: Fix module OpenEJB :: TCK :: MicroProfile Fault Tolerance 
TCK . FAILURE
 Key: TOMEE-2595
 URL: https://issues.apache.org/jira/browse/TOMEE-2595
 Project: TomEE
  Issue Type: Sub-task
Reporter: Jean-Louis MONTEIRO






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2596) Fix module OpenEJB :: Arquillian Adaptors Parent :: Tests :: Web Profile FAILURE

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2596:
--

 Summary: Fix module OpenEJB :: Arquillian Adaptors Parent :: Tests 
:: Web Profile FAILURE
 Key: TOMEE-2596
 URL: https://issues.apache.org/jira/browse/TOMEE-2596
 Project: TomEE
  Issue Type: Sub-task
Reporter: Jean-Louis MONTEIRO






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2594) Fix module OpenEJB :: TCK :: CDI TomEE ........................ FAILURE

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2594:
--

 Summary: Fix module OpenEJB :: TCK :: CDI TomEE 
 FAILURE
 Key: TOMEE-2594
 URL: https://issues.apache.org/jira/browse/TOMEE-2594
 Project: TomEE
  Issue Type: Sub-task
Reporter: Jean-Louis MONTEIRO






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2591) Fix module OpenEJB :: Examples :: Webservice Attachments ...... FAILURE

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2591:
--

 Summary: Fix module OpenEJB :: Examples :: Webservice Attachments 
.. FAILURE
 Key: TOMEE-2591
 URL: https://issues.apache.org/jira/browse/TOMEE-2591
 Project: TomEE
  Issue Type: Sub-task
Reporter: Jean-Louis MONTEIRO






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2590) Fix module OpenEJB :: Examples :: MBean Auto Registration ..... FAILURE

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2590:
--

 Summary: Fix module OpenEJB :: Examples :: MBean Auto Registration 
. FAILURE
 Key: TOMEE-2590
 URL: https://issues.apache.org/jira/browse/TOMEE-2590
 Project: TomEE
  Issue Type: Sub-task
Reporter: Jean-Louis MONTEIRO






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2588) Fix module OpenEJB :: TomEE :: TomEE Embedded ................. FAILURE

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2588:
--

 Summary: Fix module OpenEJB :: TomEE :: TomEE Embedded 
. FAILURE
 Key: TOMEE-2588
 URL: https://issues.apache.org/jira/browse/TOMEE-2588
 Project: TomEE
  Issue Type: Sub-task
Reporter: Jean-Louis MONTEIRO






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2589) Fix module OpenEJB :: Examples :: JPA with EclipseLink ........ FAILURE

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2589:
--

 Summary: Fix module OpenEJB :: Examples :: JPA with EclipseLink 
 FAILURE
 Key: TOMEE-2589
 URL: https://issues.apache.org/jira/browse/TOMEE-2589
 Project: TomEE
  Issue Type: Sub-task
Reporter: Jean-Louis MONTEIRO






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2592) Fix OpenEJB :: Examples :: Webservice Inheritance ...... FAILURE

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2592:
--

 Summary: Fix OpenEJB :: Examples :: Webservice Inheritance .. 
FAILURE
 Key: TOMEE-2592
 URL: https://issues.apache.org/jira/browse/TOMEE-2592
 Project: TomEE
  Issue Type: Sub-task
Reporter: Jean-Louis MONTEIRO






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2586) Fix CalculatorTest of module examples/webservices-ws-security

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2586:
--

 Summary: Fix CalculatorTest of module 
examples/webservices-ws-security
 Key: TOMEE-2586
 URL: https://issues.apache.org/jira/browse/TOMEE-2586
 Project: TomEE
  Issue Type: Sub-task
Reporter: Jean-Louis MONTEIRO






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2587) Fix AppComposerJarsTest of module container/openejb-core

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2587:
--

 Summary: Fix AppComposerJarsTest of module container/openejb-core
 Key: TOMEE-2587
 URL: https://issues.apache.org/jira/browse/TOMEE-2587
 Project: TomEE
  Issue Type: Sub-task
Reporter: Jean-Louis MONTEIRO






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2585) Fix AppPropertiesPropagationTest of module server/openejb-cxf-rs

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2585:
--

 Summary: Fix AppPropertiesPropagationTest of module 
server/openejb-cxf-rs
 Key: TOMEE-2585
 URL: https://issues.apache.org/jira/browse/TOMEE-2585
 Project: TomEE
  Issue Type: Sub-task
Reporter: Jean-Louis MONTEIRO






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (TOMEE-2584) Java 11 compliancy

2019-07-26 Thread Jean-Louis MONTEIRO (JIRA)
Jean-Louis MONTEIRO created TOMEE-2584:
--

 Summary: Java 11 compliancy
 Key: TOMEE-2584
 URL: https://issues.apache.org/jira/browse/TOMEE-2584
 Project: TomEE
  Issue Type: New Feature
Reporter: Jean-Louis MONTEIRO
 Fix For: 8.0.0-Final


This is a high level ticket to centralize all Java 11 work for TomEE.

It will aggregate sub-tasks so committers, and contributors can take some tasks 
and help.

 

It's also good to get a view on the work achieved



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (TOMEE-2583) Translate to Portuguese: examples/datasource-versioning

2019-07-26 Thread Robinson Severo (JIRA)


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

Robinson Severo updated TOMEE-2583:
---
Labels: pull-request-available  (was: )

> Translate to Portuguese: examples/datasource-versioning
> ---
>
> Key: TOMEE-2583
> URL: https://issues.apache.org/jira/browse/TOMEE-2583
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Reporter: Robinson Severo
>Priority: Major
>  Labels: pull-request-available
>
> 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
(v7.6.14#76016)


[jira] [Commented] (TOMEE-2583) Translate to Portuguese: examples/datasource-versioning

2019-07-26 Thread Robinson Severo (JIRA)


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

Robinson Severo commented on TOMEE-2583:


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

> Translate to Portuguese: examples/datasource-versioning
> ---
>
> Key: TOMEE-2583
> URL: https://issues.apache.org/jira/browse/TOMEE-2583
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Reporter: Robinson Severo
>Priority: Major
>
> 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
(v7.6.14#76016)


[tomee] branch java11-take2 updated (30f303b -> a3a6814)

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

jlmonteiro pushed a change to branch java11-take2
in repository https://gitbox.apache.org/repos/asf/tomee.git.


from 30f303b  Merge branch 'java11-take2' of 
https://gitbox.apache.org/repos/asf/tomee into java11-take2
 add a3a6814  fix scala versions to work with Java 11

No new revisions were added by this update.

Summary of changes:
 examples/scala-basic/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)