[jira] [Updated] (TOMEE-2445) Metrics 1.0.1 Implementation is duplicating the metrics endpoints

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2445:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Metrics 1.0.1 Implementation is duplicating the metrics endpoints
> -
>
> Key: TOMEE-2445
> URL: https://issues.apache.org/jira/browse/TOMEE-2445
> Project: TomEE
>  Issue Type: Sub-task
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M2
>Reporter: Roberto Cortez
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> The Geronimo Metrics implementation is shipping with 
> org.apache.geronimo.microprofile.metrics.common.jaxrs.MetricsEndpoints and 
> org.apache.geronimo.microprofile.metrics.jaxrs.CdiMetricsEndpoints
>  
> CDIMetricsEndpoints extends MetricsEndpoints and both have a @Path 
> annotation. TomEE is deploying both:
>  
> {code:java}
> 04-Jan-2019 11:07:12.266 INFO [http-nio-49695-exec-3] 
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.logEndpoints Service URI: 
> http://localhost:49695/test/metrics -> Pojo 
> org.apache.geronimo.microprofile.metrics.common.jaxrs.MetricsEndpoints
> 04-Jan-2019 11:07:12.267 INFO [http-nio-49695-exec-3] 
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.logEndpoints GET 
> http://localhost:49695/test/metrics -> Object getJson(SecurityContext, 
> UriInfo)
> 04-Jan-2019 11:07:12.267 INFO [http-nio-49695-exec-3] 
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.logEndpoints GET 
> http://localhost:49695/test/metrics -> String getText(SecurityContext, 
> UriInfo)
> 04-Jan-2019 11:07:12.267 INFO [http-nio-49695-exec-3] 
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.logEndpoints GET 
> http://localhost:49695/test/metrics/{registry} -> Object getJson(String, 
> SecurityContext, UriInfo)
> 04-Jan-2019 11:07:12.267 INFO [http-nio-49695-exec-3] 
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.logEndpoints GET 
> http://localhost:49695/test/metrics/{registry} -> String getText(String, 
> SecurityContext, UriInfo)
> 04-Jan-2019 11:07:12.267 INFO [http-nio-49695-exec-3] 
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.logEndpoints GET 
> http://localhost:49695/test/metrics/{registry}/{metric} -> Object 
> getJson(String, String, SecurityContext, UriInfo)
> 04-Jan-2019 11:07:12.268 INFO [http-nio-49695-exec-3] 
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.logEndpoints GET 
> http://localhost:49695/test/metrics/{registry}/{metric} -> String 
> getText(String, String, SecurityContext, UriInfo)
> 04-Jan-2019 11:07:12.268 INFO [http-nio-49695-exec-3] 
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.logEndpoints OPTIONS 
> http://localhost:49695/test/metrics/{registry} -> Object getMetadata(String, 
> SecurityContext, UriInfo)
> 04-Jan-2019 11:07:12.268 INFO [http-nio-49695-exec-3] 
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.logEndpoints OPTIONS 
> http://localhost:49695/test/metrics/{registry}/{metric} -> Object 
> getMetadata(String, String, SecurityContext, UriInfo)
> 04-Jan-2019 11:07:12.268 INFO [http-nio-49695-exec-3] 
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.logEndpoints Service URI: 
> http://localhost:49695/test/metrics -> Pojo 
> org.apache.geronimo.microprofile.metrics.jaxrs.CdiMetricsEndpoints
> 04-Jan-2019 11:07:12.269 INFO [http-nio-49695-exec-3] 
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.logEndpoints GET 
> http://localhost:49695/test/metrics -> Object getJson(SecurityContext, 
> UriInfo)
> 04-Jan-2019 11:07:12.269 INFO [http-nio-49695-exec-3] 
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.logEndpoints GET 
> http://localhost:49695/test/metrics -> String getText(SecurityContext, 
> UriInfo)
> 04-Jan-2019 11:07:12.269 INFO [http-nio-49695-exec-3] 
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.logEndpoints GET 
> http://localhost:49695/test/metrics/{registry} -> Object getJson(String, 
> SecurityContext, UriInfo)
> 04-Jan-2019 11:07:12.269 INFO [http-nio-49695-exec-3] 
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.logEndpoints GET 
> http://localhost:49695/test/metrics/{registry} -> String getText(String, 
> SecurityContext, UriInfo)
> 04-Jan-2019 11:07:12.269 INFO [http-nio-49695-exec-3] 
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.logEndpoints GET 
> http://localhost:49695/test/metrics/{registry}/{metric} -> Object 
> getJson(String, String, SecurityContext, UriInfo)
> 04-Jan-2019 11:07:12.270 INFO [http-nio-49695-exec-3] 
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.logEndpoints GET 
> http://localhost:49695/test/metrics/{registry}/{metric} -> String 
> getText(String, String, SecurityContext, UriInfo)
> 04-Jan-2019 11:07:12.270 INFO [http-nio-49695-exec-3] 
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.logEndpoints OPTIONS 
> 

[jira] [Updated] (TOMEE-2354) MicroProfile Support in TomEE Plus

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2354:
--
Fix Version/s: (was: 8.0.0-M2)

> MicroProfile Support in TomEE Plus
> --
>
> Key: TOMEE-2354
> URL: https://issues.apache.org/jira/browse/TOMEE-2354
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Build
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Assignee: Roberto Cortez
>Priority: Major
>  Labels: pull-request-available
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2201) NPE when injecting Application

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2201:
--
Issue Type: Bug  (was: Improvement)

> NPE when injecting Application
> --
>
> Key: TOMEE-2201
> URL: https://issues.apache.org/jira/browse/TOMEE-2201
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 8.0.0-M1
>Reporter: Thiago Veronezi
>Assignee: Thiago Veronezi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2348) Setup Asciidoclet in root TomEE pom.xml

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2348:
--
Fix Version/s: (was: 8.0.0-M2)

> Setup Asciidoclet in root TomEE pom.xml
> ---
>
> Key: TOMEE-2348
> URL: https://issues.apache.org/jira/browse/TOMEE-2348
> Project: TomEE
>  Issue Type: Sub-task
>  Components: TomEE Build
>Reporter: David Blevins
>Assignee: Mohammed Aboullaite
>Priority: Major
>  Labels: pull-request-available
>
> https://github.com/asciidoctor/asciidoclet#maven



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2424) Create TomEE-Cluster.adoc

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2424:
--
Issue Type: Documentation  (was: Improvement)

> Create TomEE-Cluster.adoc
> -
>
> Key: TOMEE-2424
> URL: https://issues.apache.org/jira/browse/TOMEE-2424
> Project: TomEE
>  Issue Type: Documentation
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
> Environment: http://tomee.apache.org/tomee-8.0/docs/
>Reporter: Pavel Smajda
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> There is only .txt format of document. We need to convert it to .adoc file.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2440) Documentation improvements MDB, CDI, JPA

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2440:
--
Issue Type: Documentation  (was: Improvement)

> Documentation improvements MDB, CDI, JPA
> 
>
> Key: TOMEE-2440
> URL: https://issues.apache.org/jira/browse/TOMEE-2440
> Project: TomEE
>  Issue Type: Documentation
>Reporter: Ivan Junckes Filho
>Assignee: Ivan Junckes Filho
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> * Transform cdi session scope readme to adoc.
>  * Adding simple mdb adoc
>  * Converting simple mdb and cdi from md to adoc
>  * Converting simple mdb with descriptor from md to adoc
>  * Converting and fixing group of jpa examples
>  * Adding to jpa group and converting to adoc
>  * Fixing bugs with headers



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2423) Migrating markdown to asciidoc (CDI examples)

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2423:
--
Issue Type: Documentation  (was: Improvement)

> Migrating markdown to asciidoc (CDI examples)
> -
>
> Key: TOMEE-2423
> URL: https://issues.apache.org/jira/browse/TOMEE-2423
> Project: TomEE
>  Issue Type: Documentation
>Reporter: Ivan Junckes Filho
>Assignee: Ivan Junckes Filho
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> Examples are in markdown format, they need to be migrated to asciidoc.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2316) Convert Markdown files to Asciidoc in the docs folder

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2316:
--
Issue Type: Documentation  (was: Task)

> Convert Markdown files to Asciidoc in the docs folder
> -
>
> Key: TOMEE-2316
> URL: https://issues.apache.org/jira/browse/TOMEE-2316
> Project: TomEE
>  Issue Type: Documentation
>  Components: Examples and Documentation
>Reporter: Carlos Chacin
>Assignee: Carlos Chacin
>Priority: Trivial
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> Conversation started in [this email 
> thread|http://tomee-openejb.979440.n4.nabble.com/Documentation-Contribution-Opportunities-td4685723.html#none]
> and this ticket is specifically for this particular task:
> {code}
> - If you have the energy to convert it from Markdown to Asciidoc, yay!
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (TOMEE-2354) MicroProfile Support in TomEE Plus

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez reopened TOMEE-2354:
---

> MicroProfile Support in TomEE Plus
> --
>
> Key: TOMEE-2354
> URL: https://issues.apache.org/jira/browse/TOMEE-2354
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Build
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Assignee: Roberto Cortez
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (TOMEE-2355) MicroProfile Support in TomEE Plume

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez resolved TOMEE-2355.
---
Resolution: Incomplete

> MicroProfile Support in TomEE Plume
> ---
>
> Key: TOMEE-2355
> URL: https://issues.apache.org/jira/browse/TOMEE-2355
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Build
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Assignee: Roberto Cortez
>Priority: Major
> Fix For: 8.0.0-M2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2326) Add readme to Examples project

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2326:
--
Issue Type: Documentation  (was: Improvement)

> Add readme to Examples project
> --
>
> Key: TOMEE-2326
> URL: https://issues.apache.org/jira/browse/TOMEE-2326
> Project: TomEE
>  Issue Type: Documentation
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
>Reporter: Bruno Baptista
>Priority: Major
>  Labels: examples, pull-request-available
> Fix For: 8.0.0-M2
>
>
> Define description and rules to create new examples.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2425) Generate TomEE-Cluster.html page

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2425:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Generate TomEE-Cluster.html page
> 
>
> Key: TOMEE-2425
> URL: https://issues.apache.org/jira/browse/TOMEE-2425
> Project: TomEE
>  Issue Type: Improvement
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
> Environment: http://tomee.apache.org/tomee-8.0/docs/
>Reporter: Pavel Smajda
>Priority: Minor
> Fix For: 8.0.0-M3
>
>
> .adoc created but still needs to generate .html file (don't forget to link) 
> to display on website.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2427) Align text above the pictures

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2427:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Align text above the pictures
> -
>
> Key: TOMEE-2427
> URL: https://issues.apache.org/jira/browse/TOMEE-2427
> Project: TomEE
>  Issue Type: Bug
>  Components: Website
>Affects Versions: 8.0.0-M1
> Environment: 
> http://tomee.apache.org/tomee-8.0/docs/tomee-and-intellij.html
>Reporter: Pavel Smajda
>Priority: Minor
> Fix For: 8.0.0-M3
>
> Attachments: text_above.png, text_above.png
>
>
> Text should be placed above the images.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2266) Upgrade Apache BVal to 2.0.0

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2266:
--
Issue Type: Dependency upgrade  (was: Task)

> Upgrade Apache BVal to 2.0.0
> 
>
> Key: TOMEE-2266
> URL: https://issues.apache.org/jira/browse/TOMEE-2266
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Guillaume Smet
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> TomEE master is currently using a SNAPSHOT whereas the final has been 
> released end of October 2018 and is available in Maven central and via 
> [http://bval.apache.org/downloads.html].
> PR to come. (Work done as part of the Bean Validation certification process)
> For reference see:
>  - [http://bval.apache.org|http://bval.apache.org/]
>  - [https://beanvalidation.org/2.0] 
>  - [https://jcp.org/en/jsr/detail?id=380]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2345) Add `` to all annotations outside codeblocks

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2345:
--
Fix Version/s: (was: 8.0.0-M2)

> Add `` to all annotations outside codeblocks
> 
>
> Key: TOMEE-2345
> URL: https://issues.apache.org/jira/browse/TOMEE-2345
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Website
>Affects Versions: 8.0.0-M1
>Reporter: David Blevins
>Assignee: Carlos Chacin
>Priority: Major
>  Labels: pull-request-available
>
> We have hacked some code to make improvements on the docs site wide:
>  
> [https://github.com/apache/tomee-site-generator/blob/master/src/main/java/org/apache/tomee/website/AsciidocAdjustHeadingLevels.java]
> [https://github.com/apache/tomee-site-generator/blob/master/src/main/java/org/apache/tomee/website/GuessAsciidocCodeblockLanguage.java]
>  
> It would be awesome to have one that can put `` around mentions of 
> annotations outside of codeblocks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2355) MicroProfile Support in TomEE Plume

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2355:
--
Fix Version/s: (was: 8.0.0-M2)

> MicroProfile Support in TomEE Plume
> ---
>
> Key: TOMEE-2355
> URL: https://issues.apache.org/jira/browse/TOMEE-2355
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Build
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Assignee: Roberto Cortez
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (TOMEE-2354) MicroProfile Support in TomEE Plus

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez resolved TOMEE-2354.
---
Resolution: Incomplete

> MicroProfile Support in TomEE Plus
> --
>
> Key: TOMEE-2354
> URL: https://issues.apache.org/jira/browse/TOMEE-2354
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Build
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Assignee: Roberto Cortez
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (TOMEE-2355) MicroProfile Support in TomEE Plume

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez reopened TOMEE-2355:
---

> MicroProfile Support in TomEE Plume
> ---
>
> Key: TOMEE-2355
> URL: https://issues.apache.org/jira/browse/TOMEE-2355
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Build
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Assignee: Roberto Cortez
>Priority: Major
> Fix For: 8.0.0-M2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2269) Upgrade to CXF to 3.2.7

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2269:
--
Issue Type: Dependency upgrade  (was: Improvement)

> Upgrade to CXF to 3.2.7
> ---
>
> Key: TOMEE-2269
> URL: https://issues.apache.org/jira/browse/TOMEE-2269
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Jonathan S Fisher
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (TOMEE-2287) MicroProfile Metrics Example for @Histogram

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez resolved TOMEE-2287.
---
Resolution: Fixed

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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (TOMEE-2297) MicroProfile Rest Client Example

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez resolved TOMEE-2297.
---
Resolution: Fixed

> MicroProfile Rest Client Example
> 
>
> Key: TOMEE-2297
> URL: https://issues.apache.org/jira/browse/TOMEE-2297
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
>Reporter: Cesar Hernandez
>Assignee: Cesar Hernandez
>Priority: Major
>  Labels: examples, pull-request-available
> Fix For: 8.0.0-M2
>
>
> We would like to have an example for MicroProfile (MP) Rest Client.
> Example name should be mp-rest-client, following the standard already in the 
> project.
> All the examples are in:
> [https://github.com/apache/tomee/tree/master/examples]
> See this example of @Counted metrics example for reference:
> [https://github.com/apache/tomee/tree/master/examples/mp-metrics-counted]
> And this example:
> [https://github.com/tomitribe/microprofile-samples/tree/master/fault-tolerance/timeout]
> The PR has to contain arquillian tests validating the example.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2360) JMS - Websphere MQ Example

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2360:
--
Fix Version/s: (was: 8.0.0-M1)
   8.0.0-M3

> JMS - Websphere MQ Example
> --
>
> Key: TOMEE-2360
> URL: https://issues.apache.org/jira/browse/TOMEE-2360
> Project: TomEE
>  Issue Type: New Feature
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Minor
> Fix For: 8.0.0-M3
>
>
> Suyog Barve has kindly contributed an example showing how to use Websphere MQ 
> with TomEE. [https://github.com/apache/tomee/pull/60]
> Users will need to provide their own Websphere MQ installation in order to 
> use this example.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2293) The README.md's on many of the CDI examples requires some clean up.

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2293:
--
Fix Version/s: (was: 8.0.0-M1)
   8.0.0-M3

> The README.md's on many of the CDI examples requires some clean up.
> ---
>
> Key: TOMEE-2293
> URL: https://issues.apache.org/jira/browse/TOMEE-2293
> Project: TomEE
>  Issue Type: Documentation
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
>Reporter: Richard Monson-Haefel
>Priority: Minor
> Fix For: 8.0.0-M3
>
>
> I noticed that a number of the README.md files under the examples required 
> some fixes for grammar and also commissions.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2306) New Java EE Schemas for Java EE Deployment Descriptors

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2306:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> New Java EE Schemas for Java EE Deployment Descriptors
> --
>
> Key: TOMEE-2306
> URL: https://issues.apache.org/jira/browse/TOMEE-2306
> Project: TomEE
>  Issue Type: New Feature
>  Components: TomEE Core Server
>Affects Versions: 7.0.0, 7.0.1, 7.0.2, 7.0.3, 7.0.4, 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Gurkan Erdogdu
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> Support for Java EE 7 and Java EE 8 schemas. Java EE 7 and Java EE8 schemas 
> which are specified in 
> [https://www.oracle.com/webfolder/technetwork/jsc/xml/ns/javaee/index.html]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2364) Improve Downloads Page

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2364:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Improve Downloads Page
> --
>
> Key: TOMEE-2364
> URL: https://issues.apache.org/jira/browse/TOMEE-2364
> Project: TomEE
>  Issue Type: Improvement
>  Components: Website
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Assignee: Daniel Cunha
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> The downloads page seems super confusing. We can improve it.
>  
> Some ideas:
>  * Group same binaries downloads (tar.gz and zip) instead of single line for 
> everything.
>  * Or maybe have a single page per version and you use the main page to jump 
> from version to version?
>  * Apply the same to the Archives.
> Before doing any actual changes, maybe build a prototype to discuss.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2407) MicroProfile Integration

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2407:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> MicroProfile Integration 
> -
>
> Key: TOMEE-2407
> URL: https://issues.apache.org/jira/browse/TOMEE-2407
> Project: TomEE
>  Issue Type: Task
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Priority: Blocker
> Fix For: 8.0.0-M3
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


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

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2284:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2296) MicroProfile Fault Tolerance Example for @Timeout

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2296:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> MicroProfile Fault Tolerance Example for @Timeout
> -
>
> Key: TOMEE-2296
> URL: https://issues.apache.org/jira/browse/TOMEE-2296
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
>Reporter: Bruno Baptista
>Assignee: Jose Henrique Ventura
>Priority: Major
>  Labels: examples
> Fix For: 8.0.0-M3
>
>
> We would like to have an example for MicroProfile (MP) Fault Tolerance (FT) 
> @Timeout annotation.
> To get up to speed on the FT MP spec please take a look at these blog posts:
> [https://www.tomitribe.com/blog/microprofile-fault-tolerance-take-2/]
> [https://www.tomitribe.com/blog/microprofile-fault-tolerance-annotations/]
> [https://www.tomitribe.com/blog/tomee-a-tutorial-on-microprofile-fault-tolerance/]
> Example name should be mp-faulttolerance-timeout, following the standard 
> already in the project.
> All the examples are in:
> [https://github.com/apache/tomee/tree/master/examples]
> See this example of @Counted metrics example for reference:
> [https://github.com/apache/tomee/tree/master/examples/mp-metrics-counted]
> And this example:
> https://github.com/tomitribe/microprofile-samples/tree/master/fault-tolerance/timeout
> The PR has to contain arquillian tests validating the example.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2426) Section is not displayed properly on website

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2426:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Section is not displayed properly on website
> 
>
> Key: TOMEE-2426
> URL: https://issues.apache.org/jira/browse/TOMEE-2426
> Project: TomEE
>  Issue Type: Bug
>  Components: Website
>Affects Versions: 8.0.0-M1
> Environment: http://tomee.apache.org/developer/ide/index.html
>Reporter: Pavel Smajda
>Priority: Major
> Fix For: 8.0.0-M3
>
> Attachments: section_notdisplayed.png
>
>
> Content is not fully visible for user.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2117) Rework ProcessObserverMethod integration

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2117:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Rework ProcessObserverMethod integration
> 
>
> Key: TOMEE-2117
> URL: https://issues.apache.org/jira/browse/TOMEE-2117
> Project: TomEE
>  Issue Type: Sub-task
>Affects Versions: 8.0.0-M1
>Reporter: Mark Struberg
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> CdiPlugin.java contains code to fire ProcessObserverMethod.
> Since CDI-2.0 there are now 2 methods to change that ObserverMethod.
> Means we need to enhance the integration.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2361) Improve main README file

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2361:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Improve main README file
> 
>
> Key: TOMEE-2361
> URL: https://issues.apache.org/jira/browse/TOMEE-2361
> Project: TomEE
>  Issue Type: Improvement
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Assignee: Cesar Hernandez
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M3
>
>
> Right now, our main readme file is very poor:
>  [https://github.com/apache/tomee/blob/master/README.md]
> I think we should improve it a bit by adding the following information:
>  * Project description
>  * Downloads
>  * Contribution guidelines
>  * Links to docs with examples or other relevant information
>  * Links to tools used by the project
>  * Any other relevant stuff
> This may look like a duplication from the website. We can and should link to 
> pieces of information there. On the other hand, people may find the project 
> directly on Github and should have a minimal piece of information to get them 
> started.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2169) Interceptor Bean injection does not work for EJBs

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2169:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Interceptor Bean injection does not work for EJBs
> -
>
> Key: TOMEE-2169
> URL: https://issues.apache.org/jira/browse/TOMEE-2169
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 7.0.4
>Reporter: Mark Struberg
>Assignee: Mark Struberg
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> When injecting a Interceptor in a X interceptor class we currently blow up 
> with a class cast exception.
> This happens e.g. during the new CDI-2.0 BuiltinMetadataSessionBeanTest, 
> although the problem also exists in 7.x already.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2115) TomEE-8 work

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2115:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> TomEE-8 work
> 
>
> Key: TOMEE-2115
> URL: https://issues.apache.org/jira/browse/TOMEE-2115
> Project: TomEE
>  Issue Type: Task
>Reporter: Mark Struberg
>Assignee: Mark Struberg
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> This is an aggregator ticket for collecting tasks for the road to TomEE-8.0.0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2295) Persistence Unit mapping-file ignored by CmpJpaConversion

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2295:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Persistence Unit mapping-file ignored by CmpJpaConversion
> -
>
> Key: TOMEE-2295
> URL: https://issues.apache.org/jira/browse/TOMEE-2295
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 1.7.5, 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.7.6, 7.0.6, 7.1.1, 8.0.0-M3
>
>
> The CmpJpaConversion code enables TomEE to run CMP entity beans by converting 
> them to JPA "on the fly". It does this by using a persistence unit it creates 
> on the app module named "cmp", and generating an orm.xml file for the 
> persistence component to use.
>  
> However, if you create a persistence.xml file and a custom orm.xml file 
> (using the `openejb.descriptors.output=true` system property, for example) 
> and reference the custom orm.xml in persistence.xml, it is ignored.
>  
> One possible workaround is to remove the mapping file reference from 
> persistence.xml and package it in the artifact as 
> META-INF/openejb-cmp-orm.xml (or WEB-INF/openejb-cmp-orm.xml for .war files): 
> [https://github.com/apache/tomee/blob/0165264d37f9cb6ce6d2585f2f6b0fbd926ad5c4/container/openejb-core/src/main/java/org/apache/openejb/config/ReadDescriptors.java#L553]
>  and 
> [https://github.com/apache/tomee/blob/0165264d37f9cb6ce6d2585f2f6b0fbd926ad5c4/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/cmp/CmpMappingTest.java#L45]
>  
> However, it should be possible to also check for the presence of an existing 
> mapping file on the cmp persistence unit, and use that as opposed to 
> generating a new one.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2286) MicroProfile Metrics Example for @Gauge

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2286:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> MicroProfile Metrics Example for @Gauge
> ---
>
> Key: TOMEE-2286
> URL: https://issues.apache.org/jira/browse/TOMEE-2286
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
>Reporter: Ivan Junckes Filho
>Assignee: Ivan Junckes Filho
>Priority: Minor
>  Labels: examples, pull-request-available
> Fix For: 8.0.0-M3
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2350) Create a list of existing Javadoc using html

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2350:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Create a list of existing Javadoc using html
> 
>
> Key: TOMEE-2350
> URL: https://issues.apache.org/jira/browse/TOMEE-2350
> Project: TomEE
>  Issue Type: Sub-task
>  Components: TomEE Build
>Reporter: David Blevins
>Assignee: David Blevins
>Priority: Major
> Fix For: 8.0.0-M3
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2289) MicroProfile OpenAPI Example

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2289:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> MicroProfile OpenAPI Example
> 
>
> Key: TOMEE-2289
> URL: https://issues.apache.org/jira/browse/TOMEE-2289
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
>Reporter: Ivan Junckes Filho
>Assignee: Ivan Junckes Filho
>Priority: Minor
>  Labels: examples, pull-request-available
> Fix For: 8.0.0-M3
>
>
> We would like to write an example for MicroProfile OpenApi.
> Here is the MicroProfile specification url:
> [https://download.eclipse.org/microprofile/microprofile-open-api-1.0.1/microprofile-openapi-spec.html]
> Fork / clone the TomEE project from here:
> [https://github.com/apache/tomee]
> Example name should be _mp-openapi_, following the standard already in the 
> project.
> All the examples are in:
> [https://github.com/apache/tomee/tree/master/examples]
> See this example of Microprofile Metrics for reference:
> [https://github.com/apache/tomee/tree/master/examples/mp-metrics-counted]
>  
> What you have to do is:
> 1 - Create a JAX-RS endpoint with some methods (Using the same domain from 
> metrics - WeatherService would be good)
> 2 - Annotate with OpenApi annotations
> 3 - Write a test to assert the response in JSON and YAML
> 4 - Make sure all the tests pass
> After that submit a PR and we'll review it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2349) Ensure each module can generate javadoc jars on release

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2349:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Ensure each module can generate javadoc jars on release
> ---
>
> Key: TOMEE-2349
> URL: https://issues.apache.org/jira/browse/TOMEE-2349
> Project: TomEE
>  Issue Type: Sub-task
>  Components: TomEE Build
>Reporter: David Blevins
>Priority: Major
> Fix For: 8.0.0-M3
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2403) AutoConnectionTrackerTest fails randomly

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2403:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> AutoConnectionTrackerTest fails randomly 
> -
>
> Key: TOMEE-2403
> URL: https://issues.apache.org/jira/browse/TOMEE-2403
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> Sometimes if fails with this exception:
> [ERROR] Failures:
> [ERROR]   AutoConnectionTrackerTest.test:198 expected:<1> but was:<0>
>  
> It seems that this only happens with the build bot run. It might be a timing 
> issue.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2285) Microprofile Examples

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2285:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Microprofile Examples
> -
>
> Key: TOMEE-2285
> URL: https://issues.apache.org/jira/browse/TOMEE-2285
> Project: TomEE
>  Issue Type: Task
>  Components: Examples and Documentation
>Affects Versions: 7.1.0, 8.0.0-M1
>Reporter: Ivan Junckes Filho
>Assignee: Michael Redlich
>Priority: Minor
>  Labels: documentation, examples, pull-request-available
> Fix For: 8.0.0-M3
>
>
> The goal of this ticket is to provide a set of sub-tasks with desired 
> MicroProfile examples, so anyone who wants to collaborate knows what is 
> needed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2347) Use Asciidoc for all Javadoc

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2347:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Use Asciidoc for all Javadoc
> 
>
> Key: TOMEE-2347
> URL: https://issues.apache.org/jira/browse/TOMEE-2347
> Project: TomEE
>  Issue Type: Wish
>Reporter: David Blevins
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> here's a fun idea, write our javadoc in asciidoc format
>  * [https://asciidoctor.org/news/2013/06/03/asciidoclet-announcement/]
> Where there is javadoc, it usually is not in the required html format, so 
> this would actually bring us closer in line with what we have done in 
> practice.
>  
> Other fun bonus, if the majority of our javadoc was in asciidoc, we could 
> potentially improve the site generator to not just pull README.md and 
> README.adoc files as it currently does, but it could potentially pull chunks 
> of asciidoc straight from the source code and use it to fill out some of the 
> online docs.  This would be done separately in TOMEE-2341



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2271) Java11: can't resolve old sun JavaEE namespaces correctly

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2271:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Java11: can't resolve old sun JavaEE namespaces correctly
> -
>
> Key: TOMEE-2271
> URL: https://issues.apache.org/jira/browse/TOMEE-2271
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server, TomEE Maven Plugin
>Affects Versions: 7.0.5, 8.0.0-M1
>Reporter: Thomas Andraschko
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> Just start an application with tomee-embedded-maven-plugin and the following 
> will occur:
> NOTE: this errors will be thrown for XMLs in the tomcat libs and also for 
> beans.xml/web-fragements in DS:
> javax.xml.bind.UnmarshalException: unerwartetes Element 
> (URI:"[http://java.sun.com/xml/ns/javaee]";, lokal:"interceptors"). Erwartete 
> Elemente
>  sind <{}trim>,<{}decorators>,<{}scan>,<{}alternatives>,<{}interceptors>
>     at 
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.handleEvent 
> (UnmarshallingContext.java:744)
>     at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError 
> (Loader.java:262)
>     at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError 
> (Loader.java:257)
>     at 
> com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportUnexpectedChildElement 
> (Loader.java:124)
>     at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.childElement 
> (Loader.java:105)
>     at com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader.childElement 
> (StructureLoader.java:268)
>     at 
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext._startElement 
> (UnmarshallingContext.java:574)
>     at 
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.startElement 
> (UnmarshallingContext.java:556)
>     at com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector.startElement 
> (SAXConnector.java:168)
>     at org.xml.sax.helpers.XMLFilterImpl.startElement (XMLFilterImpl.java:551)
>     at org.apache.openejb.jee.JaxbJavaee$JavaeeNamespaceFilter.startElement 
> (JaxbJavaee.java:293)
>     at 
> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement 
> (AbstractSAXParser.java:510)
>     at 
> com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement
>  (XMLNSDocumentScannerImpl.java:374)
>     at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next
>  (XMLDocumentFragmentScannerImpl.java:2708)
>     at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next 
> (XMLDocumentScannerImpl.java:605)
>     at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next 
> (XMLNSDocumentScannerImpl.java:112)
>     at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument
>  (XMLDocumentFragmentScannerImpl.java:534)
>     at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse 
> (XML11Configuration.java:888)
>     at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse 
> (XML11Configuration.java:824)
>     at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse 
> (XMLParser.java:141)
>     at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse 
> (AbstractSAXParser.java:1216)
>     at 
> com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse 
> (SAXParserImpl.java:635)
>     at org.xml.sax.helpers.XMLFilterImpl.parse (XMLFilterImpl.java:357)
>     at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0 
> (UnmarshallerImpl.java:258)
>     at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal 
> (UnmarshallerImpl.java:236)
>     at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal 
> (UnmarshallerImpl.java:288)
>     at org.apache.openejb.jee.JaxbJavaee.unmarshalJavaee (JaxbJavaee.java:133)
>     at org.apache.openejb.config.ReadDescriptors.readBeans 
> (ReadDescriptors.java:691)
>     at org.apache.openejb.config.DeploymentLoader.mergeBeansXml 
> (DeploymentLoader.java:1196)
>     at org.apache.openejb.config.DeploymentLoader.addBeansXmls 
> (DeploymentLoader.java:1184)
>     at org.apache.openejb.config.DeploymentLoader.createWebModule 
> (DeploymentLoader.java:1098)
>     at org.apache.openejb.config.DeploymentLoader.createWebModule 
> (DeploymentLoader.java:823)
>     at org.apache.openejb.config.DeploymentLoader.load 
> (DeploymentLoader.java:234)
>     at org.apache.tomee.catalina.TomcatWebAppBuilder.loadApplication 
> (TomcatWebAppBuilder.java:2347)
>     at org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal 
> (TomcatWebAppBuilder.java:1197)
>     at org.apache.tomee.catalina.TomcatWebAppBuilder.configureStart 
> (TomcatWebAppBuil

[jira] [Updated] (TOMEE-2294) Can't disable unauthenticated JMX on 1099

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2294:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Can't disable unauthenticated JMX on 1099
> -
>
> Key: TOMEE-2294
> URL: https://issues.apache.org/jira/browse/TOMEE-2294
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Reporter: Frans
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> ActiveMQ comes bundled with a JMX host that is default on unauthenticated on 
> port 1099.
> {code:java}
> 
>   BrokerXmlConfig = broker:(vm://broker)?useJmx=false
>   ServerUrl = vm://broker
> {code}
> Tomee's resource configuration doesn't allow this to be disabled. The above 
> doesn't work.
> This can be disabled by inspecting an activemq jar's manifest, pulling down 
> the same version of activemq-all, and putting that in the tomee/lib 
> directory, at which point this works:
> {code:java}
> 
>   BrokerXmlConfig = xbean:file:activemq.xml
>   ServerUrl = vm://broker
> 
> {code}
> {code:java}
>   http://activemq.apache.org/schema/core";
>   useJmx="false"
>   brokerName="broker"
>   useShutdownHook="false"
>   persistent="true"
>   start="true"
>   schedulerSupport="false"
>   enableStatistics="false"
>   offlineDurableSubscriberTimeout="25920"
>   offlineDurableSubscriberTaskSchedule="360">
> {code}
> However, convincing the guy hosting the server to inspect JAR manifests, pull 
> down specific jars, and maintain a second configuration file seems like a lot 
> of effort to go to just to have the ability to disable unauthenticated access 
> to every MBean in the VM



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2270) Java11: Unable to initialize agent with embedded-maven-plugin

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2270:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Java11: Unable to initialize agent with embedded-maven-plugin
> -
>
> Key: TOMEE-2270
> URL: https://issues.apache.org/jira/browse/TOMEE-2270
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server, TomEE Maven Plugin
>Affects Versions: 7.0.5, 8.0.0-M1
>Reporter: Thomas Andraschko
>Priority: Major
> Fix For: 8.0.0-M3
>
> Attachments: test.zip
>
>
> ava.lang.IllegalStateException: Unable to initialize agent
>     at 
> org.apache.openejb.javaagent.Agent.checkInitialization(Agent.java:104)
>     at 
> org.apache.openejb.javaagent.Agent.getInstrumentation(Agent.java:94)
>     at org.apache.tomee.embedded.Container.(Container.java:128)
>     at 
> org.apache.openejb.maven.plugins.TomEEEmbeddedMojo.execute(TomEEEmbeddedMojo.java:392)
>     at 
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2274) Upgrade JAXB to latest version (2.3.1)

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2274:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Upgrade JAXB to latest version (2.3.1)
> --
>
> Key: TOMEE-2274
> URL: https://issues.apache.org/jira/browse/TOMEE-2274
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 1.7.5, 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Jean-Louis MONTEIRO
>Assignee: Jean-Louis MONTEIRO
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> Issue with Java 11



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2408) MicroProfile specific endpoints may clash with regular app deployment

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2408:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> MicroProfile specific endpoints may clash with regular app deployment
> -
>
> Key: TOMEE-2408
> URL: https://issues.apache.org/jira/browse/TOMEE-2408
> Project: TomEE
>  Issue Type: Sub-task
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M3
>
>
> MP specific endpoints (health, openapi, metrics) are always exposed when 
> deploying a web app. If the webapp is exposing a Servlet in the context root, 
> the REST Service deployer is going to override the context root to be able to 
> deploy the MP specific endpoints.
> We may need to be more smart and only expose the MP endpoints when they are 
> needed and not just everytime.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2358) MicroProfile JWT rest-mp-jwt-claim Example

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2358:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> MicroProfile JWT rest-mp-jwt-claim Example
> --
>
> Key: TOMEE-2358
> URL: https://issues.apache.org/jira/browse/TOMEE-2358
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
>Reporter: Cesar Hernandez
>Assignee: Cesar Hernandez
>Priority: Major
>  Labels: examples, pull-request-available
> Fix For: 8.0.0-M3
>
>
>  
> Currently  https://issues.apache.org/jira/browse/TOMEE-2304 focus only on the 
> basic of configuring TomEE and secure a REST endpoint using MP JWT. 
> Another atomic example is need it to focus only on he usage of MicroProfile 
> JWT claims in TomEE



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2234) BMP finder returning more than 256 entities

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2234:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> BMP finder returning more than 256 entities
> ---
>
> Key: TOMEE-2234
> URL: https://issues.apache.org/jira/browse/TOMEE-2234
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 1.7.3, 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Thomas Lien
>Assignee: Jonathan Gallimore
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M3
>
> Attachments: bmp.zip, sourcecode.zip, ztest.ear.zip, zztest.war
>
>
> Running into a situation where calling an EJB2 BMP finder method that returns 
> more than 256 entities causes subsequent finder calls in the same sessionbean 
> transaction to fail.
>  
> {code:java}
> BigFinderHome bigFinderHome = (BigFinderHome)lookup("BigFinderHome");
> LittleFinderHome littleFinderHome = 
> (LittleFinderHome)lookup("LittleFinderHome");
> for (int i = 1; i < 300; ++i) {
>   // this is a test finder that returns "i" number of entities
>   // once this returns more than 256 it causes the littleFinderHome.findAll
>   // to return BigFinder entities instead of the LittleFinder entities!
>   bigFinderHome.findN(i);
>   Collection littleList = littleFinderHome.findAll();
>   for (Object obj: littleList) {
> if (!(obj instanceof LittleFinder)) {
>   StringBuilder msg = new StringBuilder();
>   msg.append("Failed with " + i + " records. LittleFinder Remote is 
> actually " + obj.getClass().getName() + " Implemented interfaces " + 
> Arrays.toString(obj.getClass().getInterfaces()));
>   if (obj instanceof EJBObject) {
> Object pk = ((EJBObject)obj).getPrimaryKey();
> msg.append(" Primary key value is " + pk);
>   }
>   throw new EJBException(msg.toString());
> }
>   }
> }{code}
>  
> I can replicate this 100% of the time by deploying the attached ztest.ear 
> application and running the FinderTestBean.main function (same as the above 
> code). I have tried this on TomEE versions 1.7.3 and 7.0.5 and they both have 
> the error.
> The error output of my test is as follows
> 09-07 12:25:13 [SEVERE] EjbTransactionUtil.handleSystemException: Failed with 
> 257 records. LittleFinder Remote is actually com.sun.proxy.$Proxy142 
> Implemented interfaces [interface ztest.BigFinder, interface 
> java.io.Serializable, interface org.apache.openejb.core.ivm.IntraVmProxy] 
> Primary key value is 1
>  
> Note that in my test I am configured to use simple jndi lookup names in the 
> system.properties
> openejb.jndiname.format=\\{interfaceClass.simpleName}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2298) Upgrade CXF to 3.2.8

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2298:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Upgrade CXF to 3.2.8
> 
>
> Key: TOMEE-2298
> URL: https://issues.apache.org/jira/browse/TOMEE-2298
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Cesar Hernandez
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> The upgrade to cxf 3.2.7 (https://issues.apache.org/jira/browse/TOMEE-2269)  
> incorporate a bug that cxf 3.2.7 has with MicroProfile Rest Client 
> (https://issues.apache.org/jira/browse/CXF-7912).
>  
> We need to update to cxf 3.2.8 if TomEE 8.0.0-Final will still use 
> microprofile-rest-client 1.0.
> This issue doesn't arises if you use microprofile-rest-client 1.1 contained 
> in microprofile-boom 1.4.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2365) Implement Java EE Security API from EE 8

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2365:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Implement Java EE Security API from EE 8
> 
>
> Key: TOMEE-2365
> URL: https://issues.apache.org/jira/browse/TOMEE-2365
> Project: TomEE
>  Issue Type: New Feature
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Assignee: Roberto Cortez
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 8.0.0-M3
>
>
> * Add the API into the Geronimo project
>  * Update the Java EE project in TomEE
>  * Start implementation 
> [https://javaee.github.io/security-spec/]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2336) MicroProfile OpenTracing Example for @Traced

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2336:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> MicroProfile OpenTracing Example for @Traced
> 
>
> Key: TOMEE-2336
> URL: https://issues.apache.org/jira/browse/TOMEE-2336
> Project: TomEE
>  Issue Type: Sub-task
>Reporter: Roberto Cortez
>Assignee: Michael Redlich
>Priority: Major
> Fix For: 8.0.0-M3
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2139) org.apache.tomee.jul.handler.rotating.ArchivingTest broken in 2nd iteration

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2139:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> org.apache.tomee.jul.handler.rotating.ArchivingTest broken in 2nd iteration
> ---
>
> Key: TOMEE-2139
> URL: https://issues.apache.org/jira/browse/TOMEE-2139
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 7.0.4
>Reporter: Mark Struberg
>Assignee: Mark Struberg
>Priority: Major
> Fix For: 7.0.6, 8.0.0-M3
>
>
> Seems the latest change caused the ArchivingTest to break in OSX and Linux. 
> java.lang.AssertionError
> org.apache.tomee.jul.handler.rotating.ArchivingTest.logAndRotateAndPurge(ArchivingTest.java:207)
> It only happens in the 2nd run (gzip).
> If I start gzip alone all works fine.
> So I assume that the delete event from the first run doesn't get consumed. 
> And then later ends up as result in the 2nd run. 
> Because that's what I get in the debugger: ENTRY_DELETE. 
> I'm avail on IRC for hacking on it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2277) Java11: module name for TomEE

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2277:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Java11: module name for TomEE
> -
>
> Key: TOMEE-2277
> URL: https://issues.apache.org/jira/browse/TOMEE-2277
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Core Server
>Affects Versions: 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Jean-Louis MONTEIRO
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> We need to define modules in TomEE.
> A quick workaround would be to define a module per maven artifact.
>  
> We'll need to then do a proper linking with dependencies.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2250) org.apache.johnzon.max-string-length default is incorrect in system.properties

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2250:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> org.apache.johnzon.max-string-length default is incorrect in system.properties
> --
>
> Key: TOMEE-2250
> URL: https://issues.apache.org/jira/browse/TOMEE-2250
> Project: TomEE
>  Issue Type: Dependency upgrade
>Affects Versions: 7.0.5
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Minor
> Fix For: 7.0.6, 7.1.1, 8.0.0-M3
>
>
> The comments in system.properties show org.apache.johnzon.max-string-length 
> having a default value of 8192. This changes in Johnzon 1.0.1 to 256KB and we 
> should update the comment accordingly. 
> https://github.com/apache/johnzon/blob/v1.0.1/johnzon-core/src/main/java/org/apache/johnzon/core/JsonParserFactoryImpl.java#L36



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2303) Add technical documentation to main TomEE repo

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2303:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> Add technical documentation to main TomEE repo
> --
>
> Key: TOMEE-2303
> URL: https://issues.apache.org/jira/browse/TOMEE-2303
> Project: TomEE
>  Issue Type: Documentation
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
>Reporter: David Blevins
>Assignee: David Blevins
>Priority: Major
> Fix For: 8.0.0-M3
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2197) openejb.xml does not work

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2197:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> openejb.xml  does not work
> --
>
> Key: TOMEE-2197
> URL: https://issues.apache.org/jira/browse/TOMEE-2197
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 7.0.4
>Reporter: Mark Struberg
>Assignee: Mark Struberg
>Priority: Minor
> Fix For: 7.0.6, 8.0.0-M3
>
>
> When declaring a deployment in openejb.xml or tomee.xml we scan  
> sections.
> This contains a file= and a jar= attribute. 
> The jar= does not work because it later gets overridden by the (often empty) 
> file attribute.
> WORKAROUND: just use the file= attribute and be done
> Should be fixed nonetheless. And should issue a warning if both attributes 
> are used.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (TOMEE-2351) MicroProfile OpenTracing Example for Distributed Microservices

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez updated TOMEE-2351:
--
Fix Version/s: (was: 8.0.0-M2)
   8.0.0-M3

> MicroProfile OpenTracing Example for Distributed Microservices
> --
>
> Key: TOMEE-2351
> URL: https://issues.apache.org/jira/browse/TOMEE-2351
> Project: TomEE
>  Issue Type: Sub-task
>Reporter: Roberto Cortez
>Assignee: Lucas Farias de Oliveira
>Priority: Major
> Fix For: 8.0.0-M3
>
>
> Use at least two microservices and show how opentracing can be used to trace 
> the request across service boundaries.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (TOMEE-2429) MicroProfile JSONB Custom Serializer/Deserializer

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez closed TOMEE-2429.
-

> MicroProfile JSONB Custom Serializer/Deserializer
> -
>
> Key: TOMEE-2429
> URL: https://issues.apache.org/jira/browse/TOMEE-2429
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Reporter: Federico Mariani
>Assignee: Federico Mariani
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> Microprofile rest example project that show of to use jsonb custom 
> serializer/deserializer (@JsonbTypeSerializer, @JsonbTypeDeserializer). Also 
> add tests with the scenarios supported.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (TOMEE-2429) MicroProfile JSONB Custom Serializer/Deserializer

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez resolved TOMEE-2429.
---
Resolution: Fixed

> MicroProfile JSONB Custom Serializer/Deserializer
> -
>
> Key: TOMEE-2429
> URL: https://issues.apache.org/jira/browse/TOMEE-2429
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Reporter: Federico Mariani
>Assignee: Federico Mariani
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> Microprofile rest example project that show of to use jsonb custom 
> serializer/deserializer (@JsonbTypeSerializer, @JsonbTypeDeserializer). Also 
> add tests with the scenarios supported.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (TOMEE-2297) MicroProfile Rest Client Example

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez closed TOMEE-2297.
-

> MicroProfile Rest Client Example
> 
>
> Key: TOMEE-2297
> URL: https://issues.apache.org/jira/browse/TOMEE-2297
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
>Reporter: Cesar Hernandez
>Assignee: Cesar Hernandez
>Priority: Major
>  Labels: examples, pull-request-available
> Fix For: 8.0.0-M2
>
>
> We would like to have an example for MicroProfile (MP) Rest Client.
> Example name should be mp-rest-client, following the standard already in the 
> project.
> All the examples are in:
> [https://github.com/apache/tomee/tree/master/examples]
> See this example of @Counted metrics example for reference:
> [https://github.com/apache/tomee/tree/master/examples/mp-metrics-counted]
> And this example:
> [https://github.com/tomitribe/microprofile-samples/tree/master/fault-tolerance/timeout]
> The PR has to contain arquillian tests validating the example.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (TOMEE-2287) MicroProfile Metrics Example for @Histogram

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez closed TOMEE-2287.
-

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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (TOMEE-2292) MicroProfile Config Example

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez closed TOMEE-2292.
-

> MicroProfile Config Example
> ---
>
> Key: TOMEE-2292
> URL: https://issues.apache.org/jira/browse/TOMEE-2292
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
>Reporter: Daniel Cunha
>Assignee: Jonathan Gallimore
>Priority: Minor
>  Labels: examples, pull-request-available
> Fix For: 8.0.0-M2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (TOMEE-2292) MicroProfile Config Example

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez resolved TOMEE-2292.
---
Resolution: Fixed

> MicroProfile Config Example
> ---
>
> Key: TOMEE-2292
> URL: https://issues.apache.org/jira/browse/TOMEE-2292
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-M1
>Reporter: Daniel Cunha
>Assignee: Jonathan Gallimore
>Priority: Minor
>  Labels: examples, pull-request-available
> Fix For: 8.0.0-M2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (TOMEE-2331) Upgrade to MicroProfile Fault Tolerance 1.1

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez closed TOMEE-2331.
-

> Upgrade to MicroProfile Fault Tolerance 1.1
> ---
>
> Key: TOMEE-2331
> URL: https://issues.apache.org/jira/browse/TOMEE-2331
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Assignee: Roberto Cortez
>Priority: Major
> Fix For: 8.0.0-M2
>
>
> No version available yet. Work in Progress on Geronimo.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (TOMEE-2280) Upgrade to MicroProfile 2.0

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez reassigned TOMEE-2280:
-

Assignee: Roberto Cortez

> Upgrade to MicroProfile 2.0
> ---
>
> Key: TOMEE-2280
> URL: https://issues.apache.org/jira/browse/TOMEE-2280
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Assignee: Roberto Cortez
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (TOMEE-2280) Upgrade to MicroProfile 2.0

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez closed TOMEE-2280.
-

> Upgrade to MicroProfile 2.0
> ---
>
> Key: TOMEE-2280
> URL: https://issues.apache.org/jira/browse/TOMEE-2280
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Assignee: Roberto Cortez
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (TOMEE-2247) MicroProfile JWT Propagation 1.1

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez closed TOMEE-2247.
-

> MicroProfile JWT Propagation 1.1
> 
>
> Key: TOMEE-2247
> URL: https://issues.apache.org/jira/browse/TOMEE-2247
> Project: TomEE
>  Issue Type: New Feature
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (TOMEE-2280) Upgrade to MicroProfile 2.0

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez resolved TOMEE-2280.
---
Resolution: Fixed

> Upgrade to MicroProfile 2.0
> ---
>
> Key: TOMEE-2280
> URL: https://issues.apache.org/jira/browse/TOMEE-2280
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Assignee: Roberto Cortez
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TOMEE-2280) Upgrade to MicroProfile 2.0

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez commented on TOMEE-2280:
---

All updates to MP 2.0 done.

> Upgrade to MicroProfile 2.0
> ---
>
> Key: TOMEE-2280
> URL: https://issues.apache.org/jira/browse/TOMEE-2280
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (TOMEE-2331) Upgrade to MicroProfile Fault Tolerance 1.1

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez resolved TOMEE-2331.
---
Resolution: Fixed

> Upgrade to MicroProfile Fault Tolerance 1.1
> ---
>
> Key: TOMEE-2331
> URL: https://issues.apache.org/jira/browse/TOMEE-2331
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Assignee: Roberto Cortez
>Priority: Major
> Fix For: 8.0.0-M2
>
>
> No version available yet. Work in Progress on Geronimo.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TOMEE-2331) Upgrade to MicroProfile Fault Tolerance 1.1

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez commented on TOMEE-2331:
---

Geronimo provided an implementation for Fault Tolerance 1.1:

https://github.com/apache/geronimo-safeguard

> Upgrade to MicroProfile Fault Tolerance 1.1
> ---
>
> Key: TOMEE-2331
> URL: https://issues.apache.org/jira/browse/TOMEE-2331
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Assignee: Roberto Cortez
>Priority: Major
> Fix For: 8.0.0-M2
>
>
> No version available yet. Work in Progress on Geronimo.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (TOMEE-2331) Upgrade to MicroProfile Fault Tolerance 1.1

2019-01-25 Thread Roberto Cortez (JIRA)


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

Roberto Cortez reassigned TOMEE-2331:
-

Assignee: Roberto Cortez

> Upgrade to MicroProfile Fault Tolerance 1.1
> ---
>
> Key: TOMEE-2331
> URL: https://issues.apache.org/jira/browse/TOMEE-2331
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-M1
>Reporter: Roberto Cortez
>Assignee: Roberto Cortez
>Priority: Major
> Fix For: 8.0.0-M2
>
>
> No version available yet. Work in Progress on Geronimo.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


svn commit: r32142 - /dev/tomee/tomee-8.0.0-M2/

2019-01-25 Thread radcortez
Author: radcortez
Date: Sat Jan 26 00:23:23 2019
New Revision: 32142

Log:
Stage TomEE 8.0.0-M2

Added:
dev/tomee/tomee-8.0.0-M2/
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-microprofile.tar.gz   (with 
props)
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-microprofile.tar.gz.asc
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-microprofile.tar.gz.sha256
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-microprofile.tar.gz.sha512
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-microprofile.zip   (with 
props)
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-microprofile.zip.asc
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-microprofile.zip.sha256
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-microprofile.zip.sha512
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-plume.tar.gz   (with props)
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-plume.tar.gz.asc
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-plume.tar.gz.sha256
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-plume.tar.gz.sha512
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-plume.zip   (with props)
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-plume.zip.asc
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-plume.zip.sha256
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-plume.zip.sha512
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-plus.tar.gz   (with props)
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-plus.tar.gz.asc
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-plus.tar.gz.sha256
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-plus.tar.gz.sha512
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-plus.zip   (with props)
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-plus.zip.asc
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-plus.zip.sha256
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-plus.zip.sha512
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-webprofile.tar.gz   (with 
props)
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-webprofile.tar.gz.asc
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-webprofile.tar.gz.sha256
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-webprofile.tar.gz.sha512
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-webprofile.zip   (with props)
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-webprofile.zip.asc
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-webprofile.zip.sha256
dev/tomee/tomee-8.0.0-M2/apache-tomee-8.0.0-M2-webprofile.zip.sha512
dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip   
(with props)
dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip.asc
dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip.sha256
dev/tomee/tomee-8.0.0-M2/bval-parent-2.0.1-83f28d8-source-release.zip.sha512
dev/tomee/tomee-8.0.0-M2/examples-8.0.0-M2-src.tar.gz   (with props)
dev/tomee/tomee-8.0.0-M2/examples-8.0.0-M2-src.tar.gz.asc
dev/tomee/tomee-8.0.0-M2/examples-8.0.0-M2-src.tar.gz.sha256
dev/tomee/tomee-8.0.0-M2/examples-8.0.0-M2-src.tar.gz.sha512
dev/tomee/tomee-8.0.0-M2/examples-8.0.0-M2-src.zip   (with props)
dev/tomee/tomee-8.0.0-M2/examples-8.0.0-M2-src.zip.asc
dev/tomee/tomee-8.0.0-M2/examples-8.0.0-M2-src.zip.sha256
dev/tomee/tomee-8.0.0-M2/examples-8.0.0-M2-src.zip.sha512
dev/tomee/tomee-8.0.0-M2/openejb-standalone-8.0.0-M2.tar.gz   (with props)
dev/tomee/tomee-8.0.0-M2/openejb-standalone-8.0.0-M2.tar.gz.asc
dev/tomee/tomee-8.0.0-M2/openejb-standalone-8.0.0-M2.tar.gz.sha256
dev/tomee/tomee-8.0.0-M2/openejb-standalone-8.0.0-M2.tar.gz.sha512
dev/tomee/tomee-8.0.0-M2/openejb-standalone-8.0.0-M2.zip   (with props)
dev/tomee/tomee-8.0.0-M2/openejb-standalone-8.0.0-M2.zip.asc
dev/tomee/tomee-8.0.0-M2/openejb-standalone-8.0.0-M2.zip.sha256
dev/tomee/tomee-8.0.0-M2/openejb-standalone-8.0.0-M2.zip.sha512
dev/tomee/tomee-8.0.0-M2/tomee-microprofile-webapp-8.0.0-M2.war   (with 
props)
dev/tomee/tomee-8.0.0-M2/tomee-microprofile-webapp-8.0.0-M2.war.asc
dev/tomee/tomee-8.0.0-M2/tomee-microprofile-webapp-8.0.0-M2.war.sha256
dev/tomee/tomee-8.0.0-M2/tomee-microprofile-webapp-8.0.0-M2.war.sha512
dev/tomee/tomee-8.0.0-M2/tomee-plume-webapp-8.0.0-M2.war   (with props)
dev/tomee/tomee-8.0.0-M2/tomee-plume-webapp-8.0.0-M2.war.asc
dev/tomee/tomee-8.0.0-M2/tomee-plume-webapp-8.0.0-M2.war.sha256
dev/tomee/tomee-8.0.0-M2/tomee-plume-webapp-8.0.0-M2.war.sha512
dev/tomee/tomee-8.0.0-M2/tomee-plus-webapp-8.0.0-M2.war   (with props)
dev/tomee/tomee-8.0.0-M2/tomee-plus-webapp-8.0.0-M2.war.asc
dev/tomee/tomee-8.0.0-M2/tomee-plus-webapp-8.0.0-M2.war.sha256
dev/tomee/tomee-8.0.0-M2/tomee-plus-webapp-8.0.0-M2.war.sha512
dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip   (with 
props)
dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip.asc
dev/tomee/tomee-8.0.0-M2/tomee-project-8.0.0-M2-source-release.zip.sha256

[tomee] 03/03: Merge branch 'master' of github.com:Fork-World/tomee into Fork-World-master

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

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

commit 98b74445a0d0e7149b09d60e7c49090f6d70a236
Merge: 069cfa6 45a6dc1
Author: Jonathan Gallimore 
AuthorDate: Fri Jan 25 18:50:51 2019 +

Merge branch 'master' of github.com:Fork-World/tomee into Fork-World-master

 examples/pom.xml   |   3 +
 examples/vaadin-lts-v08-simple/README.md   |  58 ++
 examples/vaadin-lts-v08-simple/pom.xml | 145 +++
 .../com/superbiz/servlet/vaadin/HelloVaadin.java   |  55 ++
 .../src/main/resources/WEB-INF/beans.xml   |  27 +++
 examples/vaadin-lts-v10-simple/README.md   |  43 +
 examples/vaadin-lts-v10-simple/pom.xml | 206 +
 .../superbiz/servlet/vaadin/HelloVaadinV10.java|  41 
 examples/vaadin-vxx-simple/README.md   |  46 +
 examples/vaadin-vxx-simple/pom.xml | 140 ++
 .../superbiz/servlet/vaadin/HelloVaadinLatest.java |  41 
 11 files changed, 805 insertions(+)



[tomee] 01/03: Checkstyle

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

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

commit 104293cacb03d3cbf122cb42f29ad7b2f22e0335
Author: Jonathan Gallimore 
AuthorDate: Thu Jan 24 20:37:56 2019 +

Checkstyle
---
 .../src/main/java/org/apache/openejb/config/CmpJpaConversion.java| 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/container/openejb-core/src/main/java/org/apache/openejb/config/CmpJpaConversion.java
 
b/container/openejb-core/src/main/java/org/apache/openejb/config/CmpJpaConversion.java
index 3f0a90e..73fefe6 100644
--- 
a/container/openejb-core/src/main/java/org/apache/openejb/config/CmpJpaConversion.java
+++ 
b/container/openejb-core/src/main/java/org/apache/openejb/config/CmpJpaConversion.java
@@ -64,7 +64,6 @@ import org.apache.openejb.loader.SystemInstance;
 import org.apache.openejb.util.LogCategory;
 import org.apache.openejb.util.Logger;
 import org.apache.openejb.util.Strings;
-import org.apache.xbean.finder.ResourceFinder;
 
 import javax.ejb.EJBLocalObject;
 import java.lang.reflect.Field;



[tomee] 02/03: Merge remote-tracking branch 'apache/master'

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

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

commit 069cfa69b91ab05eebaccd5726c18190eda749d3
Merge: 104293c f5fd26e
Author: Jonathan Gallimore 
AuthorDate: Thu Jan 24 21:58:05 2019 +

Merge remote-tracking branch 'apache/master'

 examples/mp-rest-jwt-jwk/src/test/resources/arquillian.xml | 1 +
 1 file changed, 1 insertion(+)



[tomee] branch master updated (f5fd26e -> 98b7444)

2019-01-25 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 f5fd26e  checkstyle
 new 104293c  Checkstyle
 new 069cfa6  Merge remote-tracking branch 'apache/master'
 add 8ee6845  added vaadin v08 lts simple demo
 add 4e3c2ac  added vaadin v10 lts simple demo
 add 8b627d2  added vaadin v12 simple demo
 add fe47733  activated example vaadin demo modules
 add f7018b9  Merge branch 'master' of https://github.com/apache/tomee
 add c026a61  added vaadin v08 lts simple demo
 add f951717  added vaadin v10 lts simple demo
 add d1bf240  added vaadin v12 simple demo
 add b37d1a6  added lic header
 add bd81d49  added lic header
 add 45a6dc1  added lic header
 new 98b7444  Merge branch 'master' of github.com:Fork-World/tomee into 
Fork-World-master

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


Summary of changes:
 examples/pom.xml   |   3 +
 examples/vaadin-lts-v08-simple/README.md   |  58 ++
 .../pom.xml| 151 +--
 .../com/superbiz/servlet/vaadin/HelloVaadin.java   |  55 ++
 .../src/main/resources/WEB-INF/beans.xml   |   9 +-
 examples/vaadin-lts-v10-simple/README.md   |  43 +
 examples/vaadin-lts-v10-simple/pom.xml | 206 +
 .../superbiz/servlet/vaadin/HelloVaadinV10.java|  41 
 examples/vaadin-vxx-simple/README.md   |  46 +
 examples/{rest-jaas => vaadin-vxx-simple}/pom.xml  | 149 +--
 .../superbiz/servlet/vaadin/HelloVaadinLatest.java |  41 
 11 files changed, 682 insertions(+), 120 deletions(-)
 create mode 100644 examples/vaadin-lts-v08-simple/README.md
 copy examples/{cdi-ejbcontext-jaas => vaadin-lts-v08-simple}/pom.xml (59%)
 create mode 100644 
examples/vaadin-lts-v08-simple/src/main/java/com/superbiz/servlet/vaadin/HelloVaadin.java
 copy assembly/openejb-standalone/src/main/assembly/component.xml => 
examples/vaadin-lts-v08-simple/src/main/resources/WEB-INF/beans.xml (75%)
 create mode 100644 examples/vaadin-lts-v10-simple/README.md
 create mode 100644 examples/vaadin-lts-v10-simple/pom.xml
 create mode 100644 
examples/vaadin-lts-v10-simple/src/main/java/com/superbiz/servlet/vaadin/HelloVaadinV10.java
 create mode 100644 examples/vaadin-vxx-simple/README.md
 copy examples/{rest-jaas => vaadin-vxx-simple}/pom.xml (52%)
 create mode 100644 
examples/vaadin-vxx-simple/src/main/java/com/superbiz/servlet/vaadin/HelloVaadinLatest.java



[tomee] branch tomee-8.0.0-ML2-rel updated: Fixed examples distributionManagement.

2019-01-25 Thread radcortez
This is an automated email from the ASF dual-hosted git repository.

radcortez pushed a commit to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-8.0.0-ML2-rel by this 
push:
 new 7f14305  Fixed examples distributionManagement.
7f14305 is described below

commit 7f143054c9c0efd6f82635bd445ab7d28a135c5b
Author: Roberto Cortez 
AuthorDate: Fri Jan 25 21:12:00 2019 +

Fixed examples distributionManagement.
---
 examples/concurrency-utils/pom.xml  | 15 ++-
 examples/jsonb-configuration/pom.xml| 13 +
 examples/jsonb-custom-serializer/pom.xml| 15 +++
 examples/mp-config-example/pom.xml  | 15 ++-
 examples/mp-custom-healthcheck/pom.xml  | 15 +++
 examples/mp-faulttolerance-fallback/pom.xml | 14 ++
 examples/mp-faulttolerance-retry/pom.xml| 14 ++
 examples/mp-jsonb-configuration/pom.xml | 13 +
 examples/mp-metrics-counted/pom.xml | 14 ++
 examples/mp-metrics-histogram/pom.xml   | 14 ++
 examples/mp-metrics-metered/pom.xml | 16 +++-
 examples/mp-metrics-timed/pom.xml   | 14 ++
 examples/mp-opentracing-traced/pom.xml  | 16 +++-
 examples/mp-rest-client/pom.xml | 13 +
 14 files changed, 197 insertions(+), 4 deletions(-)

diff --git a/examples/concurrency-utils/pom.xml 
b/examples/concurrency-utils/pom.xml
index 8a9de66..f6a05a2 100644
--- a/examples/concurrency-utils/pom.xml
+++ b/examples/concurrency-utils/pom.xml
@@ -65,4 +65,17 @@
 
 
 
-
\ No newline at end of file
+
+
+
+localhost
+file://${basedir}/target/repo/
+
+
+localhost
+file://${basedir}/target/snapshot-repo/
+
+
+
diff --git a/examples/jsonb-configuration/pom.xml 
b/examples/jsonb-configuration/pom.xml
index 53fd7a2..f781238 100644
--- a/examples/jsonb-configuration/pom.xml
+++ b/examples/jsonb-configuration/pom.xml
@@ -59,4 +59,17 @@


 
+   
+   
+   
+   localhost
+   file://${basedir}/target/repo/
+   
+   
+   localhost
+   file://${basedir}/target/snapshot-repo/
+   
+   
 
diff --git a/examples/jsonb-custom-serializer/pom.xml 
b/examples/jsonb-custom-serializer/pom.xml
index 8759bf5..487cd0b 100644
--- a/examples/jsonb-custom-serializer/pom.xml
+++ b/examples/jsonb-custom-serializer/pom.xml
@@ -58,4 +58,19 @@



+
+  
+  
+
+  localhost
+  file://${basedir}/target/repo/
+
+
+  localhost
+  file://${basedir}/target/snapshot-repo/
+
+  
+
 
diff --git a/examples/mp-config-example/pom.xml 
b/examples/mp-config-example/pom.xml
index 8eac44f..a87615b 100644
--- a/examples/mp-config-example/pom.xml
+++ b/examples/mp-config-example/pom.xml
@@ -88,5 +88,18 @@
 
 
 
+
+
+
+localhost
+file://${basedir}/target/repo/
+
+
+localhost
+file://${basedir}/target/snapshot-repo/
+
+
 
-
\ No newline at end of file
+
diff --git a/examples/mp-custom-healthcheck/pom.xml 
b/examples/mp-custom-healthcheck/pom.xml
index 60ea3da..4e03af5 100644
--- a/examples/mp-custom-healthcheck/pom.xml
+++ b/examples/mp-custom-healthcheck/pom.xml
@@ -90,4 +90,19 @@
 
 
 
+
+
+
+
+localhost
+file://${basedir}/target/repo/
+
+
+localhost
+file://${basedir}/target/snapshot-repo/
+
+
+
 
diff --git a/examples/mp-faulttolerance-fallback/pom.xml 
b/examples/mp-faulttolerance-fallback/pom.xml
index d96d1c7..a711e25 100644
--- a/examples/mp-faulttolerance-fallback/pom.xml
+++ b/examples/mp-faulttolerance-fallback/pom.xml
@@ -103,4 +103,18 @@
 
 
 
+
+
+
+
+localhost
+file://${basedir}/target/repo/
+
+
+localhost
+file://${basedir}/target/snapshot-repo/
+
+
 
diff --git a/examples/mp-faulttolerance-retry/pom.xml 
b/examples/mp-faulttolerance-retry/pom.xml
index dc89929..46da658 100644
--- a/examples/mp-faulttolerance-retry/pom.xml
+++ b/examples/mp-faulttolerance-retry/pom.xml
@@ -89,4 +89,18 @@
 
 
 
+
+
+
+
+localhost
+file://${basedir}/target/repo/
+
+
+localhost
+file://${basedir}/target/snapshot-repo/
+
+
 
diff --git a/examples/mp-jsonb-configuration/pom.xml 
b/examples/mp-jsonb-configuration/pom.xml
index 28f82c1..0770d2b 100644
--- a/examples/mp-jso

[tomee] branch tomee-8.0.0-ML2-rel updated (79ce3d0 -> 0492a7c)

2019-01-25 Thread radcortez
This is an automated email from the ASF dual-hosted git repository.

radcortez pushed a change to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git.


 discard 79ce3d0  Fixed examples removed tomee.version for plugin release to be 
happy.
 new 0492a7c  Fixed examples removed tomee.version for plugin release to be 
happy.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (79ce3d0)
\
 N -- N -- N   refs/heads/tomee-8.0.0-ML2-rel (0492a7c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 examples/websocket-tls-basic-auth/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)



[tomee] 01/01: Fixed examples removed tomee.version for plugin release to be happy.

2019-01-25 Thread radcortez
This is an automated email from the ASF dual-hosted git repository.

radcortez pushed a commit to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 0492a7c22415f74d9a971f67c8a2e0b283ab3c1b
Author: Roberto Cortez 
AuthorDate: Fri Jan 25 17:05:39 2019 +

Fixed examples removed tomee.version for plugin release to be happy.
---
 examples/jsonb-configuration/pom.xml| 3 +--
 examples/jsonb-custom-serializer/pom.xml| 3 +--
 examples/mp-custom-healthcheck/pom.xml  | 7 +++
 examples/mp-faulttolerance-fallback/pom.xml | 7 +++
 examples/mp-faulttolerance-retry/pom.xml| 7 +++
 examples/mp-jsonb-configuration/pom.xml | 3 +--
 examples/mp-metrics-counted/pom.xml | 9 -
 examples/mp-metrics-histogram/pom.xml   | 9 -
 examples/mp-metrics-timed/pom.xml   | 9 -
 examples/mp-rest-client/pom.xml | 9 -
 examples/websocket-tls-basic-auth/pom.xml   | 5 ++---
 11 files changed, 30 insertions(+), 41 deletions(-)

diff --git a/examples/jsonb-configuration/pom.xml 
b/examples/jsonb-configuration/pom.xml
index 4d60c58..53fd7a2 100644
--- a/examples/jsonb-configuration/pom.xml
+++ b/examples/jsonb-configuration/pom.xml
@@ -11,7 +11,6 @@
 

8.0
-   ${project.version}

UTF-8

 
@@ -60,4 +59,4 @@


 
-
\ No newline at end of file
+
diff --git a/examples/jsonb-custom-serializer/pom.xml 
b/examples/jsonb-custom-serializer/pom.xml
index 0d6e968..8759bf5 100644
--- a/examples/jsonb-custom-serializer/pom.xml
+++ b/examples/jsonb-custom-serializer/pom.xml
@@ -11,7 +11,6 @@
 

8.0
-   ${project.version}

UTF-8

 
@@ -59,4 +58,4 @@



-
\ No newline at end of file
+
diff --git a/examples/mp-custom-healthcheck/pom.xml 
b/examples/mp-custom-healthcheck/pom.xml
index dfc4d07..60ea3da 100644
--- a/examples/mp-custom-healthcheck/pom.xml
+++ b/examples/mp-custom-healthcheck/pom.xml
@@ -14,7 +14,6 @@
 1.0
 3.7.0
 3.1.0
-${project.version}
 8.0
 4.12
 1.8
@@ -45,7 +44,7 @@
 
 org.apache.tomee
 openejb-cxf-rs
-${tomee.version}
+${project.version}
 test
 
 
@@ -57,13 +56,13 @@
 
 org.apache.tomee
 arquillian-tomee-remote
-${tomee.version}
+${project.version}
 test
 
 
 org.apache.tomee
 apache-tomee
-${tomee.version}
+${project.version}
 zip
 microprofile
 test
diff --git a/examples/mp-faulttolerance-fallback/pom.xml 
b/examples/mp-faulttolerance-fallback/pom.xml
index b55a86c..d96d1c7 100644
--- a/examples/mp-faulttolerance-fallback/pom.xml
+++ b/examples/mp-faulttolerance-fallback/pom.xml
@@ -29,7 +29,6 @@
 
1.4.0.Final
 3.7.0
 3.1.0
-${project.version}
 8.0
 4.12
 1.8
@@ -58,7 +57,7 @@
 
 org.apache.tomee
 openejb-cxf-rs
-${tomee.version}
+${project.version}
 test
 
 
@@ -70,13 +69,13 @@
 
 org.apache.tomee
 arquillian-tomee-remote
-${tomee.version}
+${project.version}
 test
 
 
 org.apache.tomee
 apache-tomee
-${tomee.version}
+${project.version}
 zip
 microprofile
 test
diff --git a/examples/mp-faulttolerance-retry/pom.xml 
b/examples/mp-faulttolerance-retry/pom.xml
index dbb9837..dc89929 100644
--- a/examples/mp-faulttolerance-retry/pom.xml
+++ b/examples/mp-faulttolerance-retry/pom.xml
@@ -15,7 +15,6 @@
 
1.4.0.Final
 3.7.0
 3.1.0
-${project.version}
 8.0
 4.12
 1.8
@@ -44,7 +43,7 @@
 
 org.apache.tomee
 openejb-cxf-rs
-${tomee.version}
+${project.version}
 test
 
 
@@ -56,13 +55,13 @@
 
 org.apache.tomee
 arquillian-tomee-remote
-${tomee.version}
+${project.version}
 test
 
 
 org.apache.tomee
 apache-tomee
-${tomee.version}
+${project.version}
 zip
 microprofile
 test
diff --git a/examples/mp-jsonb-configuration/pom.xml 
b/examples/mp-jsonb-configuration/pom.xml
index 5e01c9e..28f82c1 100644
--- a/examples/mp-jsonb-configuration/pom.xml
+++ b/examples/mp-jsonb-configuration/pom.xml
@@ -11,7 +11,6 @@
 

8.0
-   ${project.version}

UTF-8

 
@@ -6

[tomee] 01/01: Fixed examples removed tomee.version for plugin release to be happy.

2019-01-25 Thread radcortez
This is an automated email from the ASF dual-hosted git repository.

radcortez pushed a commit to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 79ce3d0623864f33f226ab5b4faa7fd1210b19cd
Author: Roberto Cortez 
AuthorDate: Fri Jan 25 17:05:39 2019 +

Fixed examples removed tomee.version for plugin release to be happy.
---
 examples/jsonb-configuration/pom.xml| 3 +--
 examples/jsonb-custom-serializer/pom.xml| 3 +--
 examples/mp-custom-healthcheck/pom.xml  | 7 +++
 examples/mp-faulttolerance-fallback/pom.xml | 7 +++
 examples/mp-faulttolerance-retry/pom.xml| 7 +++
 examples/mp-jsonb-configuration/pom.xml | 3 +--
 examples/mp-metrics-counted/pom.xml | 9 -
 examples/mp-metrics-histogram/pom.xml   | 9 -
 examples/mp-metrics-timed/pom.xml   | 9 -
 examples/mp-rest-client/pom.xml | 9 -
 10 files changed, 28 insertions(+), 38 deletions(-)

diff --git a/examples/jsonb-configuration/pom.xml 
b/examples/jsonb-configuration/pom.xml
index 4d60c58..53fd7a2 100644
--- a/examples/jsonb-configuration/pom.xml
+++ b/examples/jsonb-configuration/pom.xml
@@ -11,7 +11,6 @@
 

8.0
-   ${project.version}

UTF-8

 
@@ -60,4 +59,4 @@


 
-
\ No newline at end of file
+
diff --git a/examples/jsonb-custom-serializer/pom.xml 
b/examples/jsonb-custom-serializer/pom.xml
index 0d6e968..8759bf5 100644
--- a/examples/jsonb-custom-serializer/pom.xml
+++ b/examples/jsonb-custom-serializer/pom.xml
@@ -11,7 +11,6 @@
 

8.0
-   ${project.version}

UTF-8

 
@@ -59,4 +58,4 @@



-
\ No newline at end of file
+
diff --git a/examples/mp-custom-healthcheck/pom.xml 
b/examples/mp-custom-healthcheck/pom.xml
index dfc4d07..60ea3da 100644
--- a/examples/mp-custom-healthcheck/pom.xml
+++ b/examples/mp-custom-healthcheck/pom.xml
@@ -14,7 +14,6 @@
 1.0
 3.7.0
 3.1.0
-${project.version}
 8.0
 4.12
 1.8
@@ -45,7 +44,7 @@
 
 org.apache.tomee
 openejb-cxf-rs
-${tomee.version}
+${project.version}
 test
 
 
@@ -57,13 +56,13 @@
 
 org.apache.tomee
 arquillian-tomee-remote
-${tomee.version}
+${project.version}
 test
 
 
 org.apache.tomee
 apache-tomee
-${tomee.version}
+${project.version}
 zip
 microprofile
 test
diff --git a/examples/mp-faulttolerance-fallback/pom.xml 
b/examples/mp-faulttolerance-fallback/pom.xml
index b55a86c..d96d1c7 100644
--- a/examples/mp-faulttolerance-fallback/pom.xml
+++ b/examples/mp-faulttolerance-fallback/pom.xml
@@ -29,7 +29,6 @@
 
1.4.0.Final
 3.7.0
 3.1.0
-${project.version}
 8.0
 4.12
 1.8
@@ -58,7 +57,7 @@
 
 org.apache.tomee
 openejb-cxf-rs
-${tomee.version}
+${project.version}
 test
 
 
@@ -70,13 +69,13 @@
 
 org.apache.tomee
 arquillian-tomee-remote
-${tomee.version}
+${project.version}
 test
 
 
 org.apache.tomee
 apache-tomee
-${tomee.version}
+${project.version}
 zip
 microprofile
 test
diff --git a/examples/mp-faulttolerance-retry/pom.xml 
b/examples/mp-faulttolerance-retry/pom.xml
index dbb9837..dc89929 100644
--- a/examples/mp-faulttolerance-retry/pom.xml
+++ b/examples/mp-faulttolerance-retry/pom.xml
@@ -15,7 +15,6 @@
 
1.4.0.Final
 3.7.0
 3.1.0
-${project.version}
 8.0
 4.12
 1.8
@@ -44,7 +43,7 @@
 
 org.apache.tomee
 openejb-cxf-rs
-${tomee.version}
+${project.version}
 test
 
 
@@ -56,13 +55,13 @@
 
 org.apache.tomee
 arquillian-tomee-remote
-${tomee.version}
+${project.version}
 test
 
 
 org.apache.tomee
 apache-tomee
-${tomee.version}
+${project.version}
 zip
 microprofile
 test
diff --git a/examples/mp-jsonb-configuration/pom.xml 
b/examples/mp-jsonb-configuration/pom.xml
index 5e01c9e..28f82c1 100644
--- a/examples/mp-jsonb-configuration/pom.xml
+++ b/examples/mp-jsonb-configuration/pom.xml
@@ -11,7 +11,6 @@
 

8.0
-   ${project.version}

UTF-8

 
@@ -60,4 +59,4 @@


 
-
\ No newline

[tomee] branch tomee-8.0.0-ML2-rel updated (b67f291 -> 79ce3d0)

2019-01-25 Thread radcortez
This is an automated email from the ASF dual-hosted git repository.

radcortez pushed a change to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git.


 discard b67f291  Fixed example tomee.version for plugin release to be happy.
 new 79ce3d0  Fixed examples removed tomee.version for plugin release to be 
happy.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b67f291)
\
 N -- N -- N   refs/heads/tomee-8.0.0-ML2-rel (79ce3d0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 examples/jsonb-configuration/pom.xml | 3 +--
 examples/jsonb-custom-serializer/pom.xml | 3 +--
 examples/mp-custom-healthcheck/pom.xml   | 7 +++
 examples/mp-faulttolerance-retry/pom.xml | 7 +++
 examples/mp-jsonb-configuration/pom.xml  | 3 +--
 examples/mp-metrics-counted/pom.xml  | 9 -
 examples/mp-metrics-histogram/pom.xml| 9 -
 examples/mp-metrics-timed/pom.xml| 9 -
 examples/mp-rest-client/pom.xml  | 9 -
 9 files changed, 25 insertions(+), 34 deletions(-)



[tomee] branch tomee-8.0.0-ML2-rel updated: Fixed example tomee.version for plugin release to be happy.

2019-01-25 Thread radcortez
This is an automated email from the ASF dual-hosted git repository.

radcortez pushed a commit to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-8.0.0-ML2-rel by this 
push:
 new b67f291  Fixed example tomee.version for plugin release to be happy.
b67f291 is described below

commit b67f2919cdad55bf5e7694438cbed7e1bb0e6f77
Author: Roberto Cortez 
AuthorDate: Fri Jan 25 17:05:39 2019 +

Fixed example tomee.version for plugin release to be happy.
---
 examples/mp-faulttolerance-fallback/pom.xml | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/examples/mp-faulttolerance-fallback/pom.xml 
b/examples/mp-faulttolerance-fallback/pom.xml
index b55a86c..d96d1c7 100644
--- a/examples/mp-faulttolerance-fallback/pom.xml
+++ b/examples/mp-faulttolerance-fallback/pom.xml
@@ -29,7 +29,6 @@
 
1.4.0.Final
 3.7.0
 3.1.0
-${project.version}
 8.0
 4.12
 1.8
@@ -58,7 +57,7 @@
 
 org.apache.tomee
 openejb-cxf-rs
-${tomee.version}
+${project.version}
 test
 
 
@@ -70,13 +69,13 @@
 
 org.apache.tomee
 arquillian-tomee-remote
-${tomee.version}
+${project.version}
 test
 
 
 org.apache.tomee
 apache-tomee
-${tomee.version}
+${project.version}
 zip
 microprofile
 test



[tomee] branch tomee-8.0.0-ML2-rel updated: Fixed mp-jwt version for plugin release to be happy.

2019-01-25 Thread radcortez
This is an automated email from the ASF dual-hosted git repository.

radcortez pushed a commit to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-8.0.0-ML2-rel by this 
push:
 new 1de84c8  Fixed mp-jwt version for plugin release to be happy.
1de84c8 is described below

commit 1de84c87ab8ed1fc53373f6828f81c4f8bf7ce51
Author: Roberto Cortez 
AuthorDate: Fri Jan 25 17:02:22 2019 +

Fixed mp-jwt version for plugin release to be happy.
---
 tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml 
b/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml
index 2852772..7beb65d 100644
--- a/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml
+++ b/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml
@@ -73,7 +73,7 @@
 
   ${project.groupId}
   mp-jwt
-  ${microprofile.jwt.impl.version}
+  ${project.version}
 
 
 



[tomee] branch tomee-8.0.0-ML2-rel updated: Release plugin auto version submodules.

2019-01-25 Thread radcortez
This is an automated email from the ASF dual-hosted git repository.

radcortez pushed a commit to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-8.0.0-ML2-rel by this 
push:
 new be501be  Release plugin auto version submodules.
be501be is described below

commit be501be2502426ec0ed20b9aee975cc4f0184d4e
Author: Roberto Cortez 
AuthorDate: Fri Jan 25 16:51:31 2019 +

Release plugin auto version submodules.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 9dfdd14..a638d42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,6 +412,7 @@
   true
   false
   
+  true
 
   
 



[tomee] 02/02: Updated bval for patched version and added staging repo for build.

2019-01-25 Thread radcortez
This is an automated email from the ASF dual-hosted git repository.

radcortez pushed a commit to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit e76c5c240cc612a915794fc0bfa980ed546c4887
Author: Roberto Cortez 
AuthorDate: Fri Jan 25 16:43:48 2019 +

Updated bval for patched version and added staging repo for build.
---
 arquillian/arquillian-tomee-common/pom.xml| 2 +-
 arquillian/arquillian-tomee-webapp-remote/pom.xml | 2 +-
 container/openejb-core/pom.xml| 2 +-
 pom.xml   | 9 +++--
 tomee/pom.xml | 2 +-
 utils/openejb-core-hibernate/pom.xml  | 2 +-
 6 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/arquillian/arquillian-tomee-common/pom.xml 
b/arquillian/arquillian-tomee-common/pom.xml
index f503054..d4d96ee 100644
--- a/arquillian/arquillian-tomee-common/pom.xml
+++ b/arquillian/arquillian-tomee-common/pom.xml
@@ -180,7 +180,7 @@
 
 
   bval-jsr
-  org.apache.bval
+  org.apache.tomee.patch
 
 
   openjpa
diff --git a/arquillian/arquillian-tomee-webapp-remote/pom.xml 
b/arquillian/arquillian-tomee-webapp-remote/pom.xml
index 6a2b22c..8f49ef6 100644
--- a/arquillian/arquillian-tomee-webapp-remote/pom.xml
+++ b/arquillian/arquillian-tomee-webapp-remote/pom.xml
@@ -198,7 +198,7 @@
 
 
   bval-jsr
-  org.apache.bval
+  org.apache.tomee.patch
 
 
   openjpa
diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index dd08eba..44191f1 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -694,7 +694,7 @@
 
 -->
 
-  org.apache.bval
+  org.apache.tomee.patch
   bval-jsr
 
 
diff --git a/pom.xml b/pom.xml
index b834a22..9dfdd14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
 2.4
 3.3
 
-2.0.1-SNAPSHOT
+2.0.1-83f28d8
 5.15.6
 3.1.4.RELEASE
 4.12
@@ -865,6 +865,11 @@
 true
   
 
+
+  bval2-staging
+  BVal 2 TomEE Patched Staging
+  
https://repository.apache.org/content/repositories/orgapachetomee-1129
+
   
   
 
@@ -948,7 +953,7 @@
 ${jetty.version}
   
   
-org.apache.bval
+org.apache.tomee.patch
 bval-jsr
 ${bval.version}
   
diff --git a/tomee/pom.xml b/tomee/pom.xml
index af3c28f..5dc739e 100644
--- a/tomee/pom.xml
+++ b/tomee/pom.xml
@@ -117,7 +117,7 @@
   openjpa
 
 
-  org.apache.bval
+  org.apache.tomee.patch
   bval-jsr
 
 
diff --git a/utils/openejb-core-hibernate/pom.xml 
b/utils/openejb-core-hibernate/pom.xml
index b6ff476..7a5a7ca 100644
--- a/utils/openejb-core-hibernate/pom.xml
+++ b/utils/openejb-core-hibernate/pom.xml
@@ -45,7 +45,7 @@
   openjpa
 
 
-  org.apache.bval
+  org.apache.tomee.patch
   bval-jsr
 
 



[tomee] 01/02: Downgrade Fault Tolerance to stable version for ML2 Release.

2019-01-25 Thread radcortez
This is an automated email from the ASF dual-hosted git repository.

radcortez pushed a commit to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit fd27d17fc04adaf615baef175bf70a95598acb61
Author: Roberto Cortez 
AuthorDate: Fri Jan 25 11:39:53 2019 +

Downgrade Fault Tolerance to stable version for ML2 Release.
---
 examples/pom.xml | 2 +-
 pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index c7195b4..2dfb83c 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -102,7 +102,7 @@
 movies-complete
 mp-config-example
 mp-faulttolerance-fallback
-mp-faulttolerance-retry
+
 mp-metrics-counted
 mp-metrics-histogram
 mp-metrics-timed
diff --git a/pom.xml b/pom.xml
index ccc5f7d..b834a22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,7 +203,7 @@
 
${project.version}
 
 
1.1.4
-
1.2.1-SNAPSHOT
+
1.2.0
 1.0
 1.0.1
 1.1



[tomee] branch tomee-8.0.0-ML2-rel created (now e76c5c2)

2019-01-25 Thread radcortez
This is an automated email from the ASF dual-hosted git repository.

radcortez pushed a change to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git.


  at e76c5c2  Updated bval for patched version and added staging repo for 
build.

This branch includes the following new commits:

 new fd27d17  Downgrade Fault Tolerance to stable version for ML2 Release.
 new e76c5c2  Updated bval for patched version and added staging repo for 
build.

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.




svn commit: r1852145 - in /tomee/deps/branches/bval-2: bundle/pom.xml bval-extras/pom.xml bval-jsr/pom.xml bval-tck/pom.xml pom.xml

2019-01-25 Thread radcortez
Author: radcortez
Date: Fri Jan 25 15:36:14 2019
New Revision: 1852145

URL: http://svn.apache.org/viewvc?rev=1852145&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
tomee/deps/branches/bval-2/bundle/pom.xml
tomee/deps/branches/bval-2/bval-extras/pom.xml
tomee/deps/branches/bval-2/bval-jsr/pom.xml
tomee/deps/branches/bval-2/bval-tck/pom.xml
tomee/deps/branches/bval-2/pom.xml

Modified: tomee/deps/branches/bval-2/bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/tomee/deps/branches/bval-2/bundle/pom.xml?rev=1852145&r1=1852144&r2=1852145&view=diff
==
--- tomee/deps/branches/bval-2/bundle/pom.xml (original)
+++ tomee/deps/branches/bval-2/bundle/pom.xml Fri Jan 25 15:36:14 2019
@@ -27,7 +27,7 @@
 
 org.apache.tomee.patch
 bval-parent
-2.0.1-83f28d8
+2.0.1-84f28d8--1-SNAPSHOT
 
 
 

Modified: tomee/deps/branches/bval-2/bval-extras/pom.xml
URL: 
http://svn.apache.org/viewvc/tomee/deps/branches/bval-2/bval-extras/pom.xml?rev=1852145&r1=1852144&r2=1852145&view=diff
==
--- tomee/deps/branches/bval-2/bval-extras/pom.xml (original)
+++ tomee/deps/branches/bval-2/bval-extras/pom.xml Fri Jan 25 15:36:14 2019
@@ -27,7 +27,7 @@
 
 org.apache.tomee.patch
 bval-parent
-2.0.1-83f28d8
+2.0.1-84f28d8--1-SNAPSHOT
 
 
 bval-extras

Modified: tomee/deps/branches/bval-2/bval-jsr/pom.xml
URL: 
http://svn.apache.org/viewvc/tomee/deps/branches/bval-2/bval-jsr/pom.xml?rev=1852145&r1=1852144&r2=1852145&view=diff
==
--- tomee/deps/branches/bval-2/bval-jsr/pom.xml (original)
+++ tomee/deps/branches/bval-2/bval-jsr/pom.xml Fri Jan 25 15:36:14 2019
@@ -24,7 +24,7 @@
 
 org.apache.tomee.patch
 bval-parent
-2.0.1-83f28d8
+2.0.1-84f28d8--1-SNAPSHOT
 
 
 bval-jsr

Modified: tomee/deps/branches/bval-2/bval-tck/pom.xml
URL: 
http://svn.apache.org/viewvc/tomee/deps/branches/bval-2/bval-tck/pom.xml?rev=1852145&r1=1852144&r2=1852145&view=diff
==
--- tomee/deps/branches/bval-2/bval-tck/pom.xml (original)
+++ tomee/deps/branches/bval-2/bval-tck/pom.xml Fri Jan 25 15:36:14 2019
@@ -23,7 +23,7 @@ under the License.
 
 bval-parent
 org.apache.tomee.patch
-2.0.1-83f28d8
+2.0.1-84f28d8--1-SNAPSHOT
 
 
 bval-tck-runner

Modified: tomee/deps/branches/bval-2/pom.xml
URL: 
http://svn.apache.org/viewvc/tomee/deps/branches/bval-2/pom.xml?rev=1852145&r1=1852144&r2=1852145&view=diff
==
--- tomee/deps/branches/bval-2/pom.xml (original)
+++ tomee/deps/branches/bval-2/pom.xml Fri Jan 25 15:36:14 2019
@@ -35,7 +35,7 @@
 bval-parent
 Apache BVal :: bval-parent (Parent POM)
 pom
-2.0.1-83f28d8
+2.0.1-84f28d8--1-SNAPSHOT
 
 Apache BVal parent pom
 
@@ -53,9 +53,9 @@
 http://bval.apache.org/
 
 
-
scm:svn:https://svn.apache.org/repos/asf/tomee/deps/tags/bval-2.0.1-83f28d8
-
scm:svn:https://svn.apache.org/repos/asf/tomee/deps/tags/bval-2.0.1-83f28d8
-
https://svn.apache.org/repos/asf/tomee/deps/tags/bval-2.0.1-83f28d8
+
scm:svn:https://svn.apache.org/repos/asf/tomee/deps/branches/bval-2
+
scm:svn:https://svn.apache.org/repos/asf/tomee/deps/branches/bval-2
+https://svn.apache.org/repos/asf/tomee/deps/branches/bval-2
 
 
 




svn commit: r1852143 - in /tomee/deps/branches/bval-2: bundle/pom.xml bval-extras/pom.xml bval-jsr/pom.xml bval-tck/pom.xml pom.xml

2019-01-25 Thread radcortez
Author: radcortez
Date: Fri Jan 25 15:35:58 2019
New Revision: 1852143

URL: http://svn.apache.org/viewvc?rev=1852143&view=rev
Log:
[maven-release-plugin] prepare release bval-2.0.1-83f28d8

Modified:
tomee/deps/branches/bval-2/bundle/pom.xml
tomee/deps/branches/bval-2/bval-extras/pom.xml
tomee/deps/branches/bval-2/bval-jsr/pom.xml
tomee/deps/branches/bval-2/bval-tck/pom.xml
tomee/deps/branches/bval-2/pom.xml

Modified: tomee/deps/branches/bval-2/bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/tomee/deps/branches/bval-2/bundle/pom.xml?rev=1852143&r1=1852142&r2=1852143&view=diff
==
--- tomee/deps/branches/bval-2/bundle/pom.xml (original)
+++ tomee/deps/branches/bval-2/bundle/pom.xml Fri Jan 25 15:35:58 2019
@@ -27,7 +27,7 @@
 
 org.apache.tomee.patch
 bval-parent
-2.0.1-83f28d8-SNAPSHOT
+2.0.1-83f28d8
 
 
 

Modified: tomee/deps/branches/bval-2/bval-extras/pom.xml
URL: 
http://svn.apache.org/viewvc/tomee/deps/branches/bval-2/bval-extras/pom.xml?rev=1852143&r1=1852142&r2=1852143&view=diff
==
--- tomee/deps/branches/bval-2/bval-extras/pom.xml (original)
+++ tomee/deps/branches/bval-2/bval-extras/pom.xml Fri Jan 25 15:35:58 2019
@@ -27,7 +27,7 @@
 
 org.apache.tomee.patch
 bval-parent
-2.0.1-83f28d8-SNAPSHOT
+2.0.1-83f28d8
 
 
 bval-extras

Modified: tomee/deps/branches/bval-2/bval-jsr/pom.xml
URL: 
http://svn.apache.org/viewvc/tomee/deps/branches/bval-2/bval-jsr/pom.xml?rev=1852143&r1=1852142&r2=1852143&view=diff
==
--- tomee/deps/branches/bval-2/bval-jsr/pom.xml (original)
+++ tomee/deps/branches/bval-2/bval-jsr/pom.xml Fri Jan 25 15:35:58 2019
@@ -24,7 +24,7 @@
 
 org.apache.tomee.patch
 bval-parent
-2.0.1-83f28d8-SNAPSHOT
+2.0.1-83f28d8
 
 
 bval-jsr

Modified: tomee/deps/branches/bval-2/bval-tck/pom.xml
URL: 
http://svn.apache.org/viewvc/tomee/deps/branches/bval-2/bval-tck/pom.xml?rev=1852143&r1=1852142&r2=1852143&view=diff
==
--- tomee/deps/branches/bval-2/bval-tck/pom.xml (original)
+++ tomee/deps/branches/bval-2/bval-tck/pom.xml Fri Jan 25 15:35:58 2019
@@ -23,7 +23,7 @@ under the License.
 
 bval-parent
 org.apache.tomee.patch
-2.0.1-83f28d8-SNAPSHOT
+2.0.1-83f28d8
 
 
 bval-tck-runner

Modified: tomee/deps/branches/bval-2/pom.xml
URL: 
http://svn.apache.org/viewvc/tomee/deps/branches/bval-2/pom.xml?rev=1852143&r1=1852142&r2=1852143&view=diff
==
--- tomee/deps/branches/bval-2/pom.xml (original)
+++ tomee/deps/branches/bval-2/pom.xml Fri Jan 25 15:35:58 2019
@@ -35,7 +35,7 @@
 bval-parent
 Apache BVal :: bval-parent (Parent POM)
 pom
-2.0.1-83f28d8-SNAPSHOT
+2.0.1-83f28d8
 
 Apache BVal parent pom
 
@@ -53,9 +53,9 @@
 http://bval.apache.org/
 
 
-
scm:svn:https://svn.apache.org/repos/asf/tomee/deps/branches/bval-2
-
scm:svn:https://svn.apache.org/repos/asf/tomee/deps/branches/bval-2
-https://svn.apache.org/repos/asf/tomee/deps/branches/bval-2
+
scm:svn:https://svn.apache.org/repos/asf/tomee/deps/tags/bval-2.0.1-83f28d8
+
scm:svn:https://svn.apache.org/repos/asf/tomee/deps/tags/bval-2.0.1-83f28d8
+
https://svn.apache.org/repos/asf/tomee/deps/tags/bval-2.0.1-83f28d8
 
 
 




svn commit: r1852144 - /tomee/deps/tags/bval-2.0.1-83f28d8/

2019-01-25 Thread radcortez
Author: radcortez
Date: Fri Jan 25 15:36:11 2019
New Revision: 1852144

URL: http://svn.apache.org/viewvc?rev=1852144&view=rev
Log:
[maven-release-plugin] copy for tag bval-2.0.1-83f28d8

Added:
tomee/deps/tags/bval-2.0.1-83f28d8/
  - copied from r1852143, tomee/deps/branches/bval-2/



svn commit: r1852142 [2/3] - in /tomee/deps/branches/bval-2: ./ bundle/ bundle/src/main/appended-resources/META-INF/ bval-extras/ bval-jsr/ bval-jsr/src/main/appended-resources/META-INF/ bval-jsr/src/

2019-01-25 Thread radcortez
Modified: 
tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/xml/ValidationParser.java
URL: 
http://svn.apache.org/viewvc/tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/xml/ValidationParser.java?rev=1852142&r1=1852141&r2=1852142&view=diff
==
--- 
tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/xml/ValidationParser.java
 (original)
+++ 
tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/xml/ValidationParser.java
 Fri Jan 25 15:27:43 2019
@@ -41,6 +41,7 @@ import org.apache.bval.jsr.BootstrapConf
 import org.apache.bval.jsr.ConfigurationImpl;
 import org.apache.bval.jsr.metadata.XmlBuilder;
 import org.apache.bval.util.Exceptions;
+import org.apache.bval.util.Validate;
 import org.apache.bval.util.reflection.Reflection;
 import org.apache.commons.weaver.privilizer.Privileged;
 import org.apache.commons.weaver.privilizer.Privilizing;
@@ -65,11 +66,22 @@ public class ValidationParser {
 "META-INF/validation-configuration-2.0.xsd")
 .build();
 
-public static String getValidationXmlFile(String file) {
+private static String getValidationXmlFile(String file) {
 return file == null ? DEFAULT_VALIDATION_XML_FILE : file;
 }
 
-public static BootstrapConfiguration processValidationConfig(final String 
file,
+private static Map toMap(final List 
property) {
+return property == null || property.isEmpty() ? Collections.emptyMap()
+: 
property.stream().collect(Collectors.toMap(PropertyType::getName, 
PropertyType::getValue));
+}
+
+private final ClassLoader loader;
+
+public ValidationParser(ClassLoader loader) {
+this.loader = Validate.notNull(loader, null);
+}
+
+public BootstrapConfiguration processValidationConfig(final String file,
 final ConfigurationImpl targetConfig) {
 final ValidationConfigType xmlConfig = parseXmlConfig(file);
 if (xmlConfig == null) {
@@ -99,28 +111,7 @@ public class ValidationParser {
 xmlConfig.getClockProvider(), new 
HashSet<>(xmlConfig.getValueExtractor()));
 }
 
-private static Map toMap(final List 
property) {
-return property == null || property.isEmpty() ? Collections.emptyMap()
-: 
property.stream().collect(Collectors.toMap(PropertyType::getName, 
PropertyType::getValue));
-}
-
-@Privileged
-private static ValidationConfigType parseXmlConfig(final String 
validationXmlFile) {
-try (InputStream inputStream = 
getInputStream(getValidationXmlFile(validationXmlFile))) {
-if (inputStream == null) {
-log.log(Level.FINEST,
-String.format("No %s found. Using annotation based 
configuration only.", validationXmlFile));
-return null;
-}
-log.log(Level.FINEST, String.format("%s found.", 
validationXmlFile));
-
-return SCHEMA_MANAGER.unmarshal(new InputSource(inputStream), 
ValidationConfigType.class);
-} catch (Exception e) {
-throw Exceptions.create(ValidationException::new, e, "Unable to 
parse %s", validationXmlFile);
-}
-}
-
-public static InputStream open(String mappingFileName) {
+public InputStream open(String mappingFileName) {
 if (mappingFileName.charAt(0) == '/') {
 // Classloader needs a path without a starting /
 mappingFileName = mappingFileName.substring(1);
@@ -136,14 +127,26 @@ public class ValidationParser {
 }
 }
 
-static InputStream getInputStream(final String path) throws IOException {
-final ClassLoader loader = 
Reflection.getClassLoader(ValidationParser.class);
+InputStream getInputStream(final String path) throws IOException {
 final List urls = Collections.list(loader.getResources(path));
 Exceptions.raiseIf(urls.stream().distinct().count() > 1, 
ValidationException::new,
 "More than one %s is found in the classpath", path);
 return urls.isEmpty() ? null : urls.get(0).openStream();
 }
 
-private ValidationParser() {
+@Privileged
+private ValidationConfigType parseXmlConfig(final String 
validationXmlFile) {
+try (InputStream inputStream = 
getInputStream(getValidationXmlFile(validationXmlFile))) {
+if (inputStream == null) {
+log.log(Level.FINEST,
+String.format("No %s found. Using annotation based 
configuration only.", validationXmlFile));
+return null;
+}
+log.log(Level.FINEST, String.format("%s found.", 
validationXmlFile));
+
+return SCHEMA_MANAGER.unmarshal(new InputSource(inputStream), 
ValidationConfigType.class);
+} catch (Exception e) {
+throw Exceptions.create(ValidationException::new, e, "Unable to 
parse %s", validationXmlFile);
+}
 }

svn commit: r1852142 [3/3] - in /tomee/deps/branches/bval-2: ./ bundle/ bundle/src/main/appended-resources/META-INF/ bval-extras/ bval-jsr/ bval-jsr/src/main/appended-resources/META-INF/ bval-jsr/src/

2019-01-25 Thread radcortez
Added: tomee/deps/branches/bval-2/src/site/resources/images/bval-bean-small.png
URL: 
http://svn.apache.org/viewvc/tomee/deps/branches/bval-2/src/site/resources/images/bval-bean-small.png?rev=1852142&view=auto
==
Binary files 
tomee/deps/branches/bval-2/src/site/resources/images/bval-bean-small.png 
(added) and 
tomee/deps/branches/bval-2/src/site/resources/images/bval-bean-small.png Fri 
Jan 25 15:27:43 2019 differ

Added: tomee/deps/branches/bval-2/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tomee/deps/branches/bval-2/src/site/site.xml?rev=1852142&view=auto
==
--- tomee/deps/branches/bval-2/src/site/site.xml (added)
+++ tomee/deps/branches/bval-2/src/site/site.xml Fri Jan 25 15:27:43 2019
@@ -0,0 +1,44 @@
+
+
+http://maven.apache.org/DECORATION/1.8.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 
http://maven.apache.org/xsd/decoration-1.8.0.xsd";>
+  
+org.apache.maven.skins
+maven-fluido-skin
+1.7
+  
+  
+images/bval-bean-small.png
+  
+  
+
+  
+
+
+
+
+  
+  
+
+  false
+  true
+
+  
+




svn commit: r1852142 [1/3] - in /tomee/deps/branches/bval-2: ./ bundle/ bundle/src/main/appended-resources/META-INF/ bval-extras/ bval-jsr/ bval-jsr/src/main/appended-resources/META-INF/ bval-jsr/src/

2019-01-25 Thread radcortez
Author: radcortez
Date: Fri Jan 25 15:27:43 2019
New Revision: 1852142

URL: http://svn.apache.org/viewvc?rev=1852142&view=rev
Log:
Update bval tomee path with latest changes from official bval repo until git 
hash 83f28d8.

Added:

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/ApacheMessageContext.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/util/AnnotationProxy.java
  - copied, changed from r1852141, 
tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/xml/AnnotationProxy.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/util/AnnotationProxyBuilder.java
  - copied, changed from r1852141, 
tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/xml/AnnotationProxyBuilder.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/util/LookBehindRegexHolder.java

tomee/deps/branches/bval-2/bval-jsr/src/test/java/org/apache/bval/jsr/LiskovTest.java

tomee/deps/branches/bval-2/bval-jsr/src/test/java/org/apache/bval/jsr/util/LookBehindRegexHolderTest.java

tomee/deps/branches/bval-2/bval-tck/src/main/java/org/apache/bval/arquillian/LogTckFormatter.java
tomee/deps/branches/bval-2/bval-tck/src/test/resources/logging.properties
tomee/deps/branches/bval-2/src/
tomee/deps/branches/bval-2/src/site/
tomee/deps/branches/bval-2/src/site/resources/
tomee/deps/branches/bval-2/src/site/resources/images/
tomee/deps/branches/bval-2/src/site/resources/images/bval-bean-small.png
tomee/deps/branches/bval-2/src/site/site.xml
Removed:

tomee/deps/branches/bval-2/bundle/src/main/appended-resources/META-INF/NOTICE.vm

tomee/deps/branches/bval-2/bval-jsr/src/main/appended-resources/META-INF/NOTICE.vm

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/xml/AnnotationProxy.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/xml/AnnotationProxyBuilder.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/xml/XmlUtils.java
Modified:
tomee/deps/branches/bval-2/CHANGES.txt
tomee/deps/branches/bval-2/NOTICE
tomee/deps/branches/bval-2/README.txt
tomee/deps/branches/bval-2/bundle/pom.xml
tomee/deps/branches/bval-2/bval-extras/pom.xml
tomee/deps/branches/bval-2/bval-jsr/pom.xml

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/constraints/NotEmptyValidator.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/constraints/NotEmptyValidatorForCharSequence.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/constraints/NotEmptyValidatorForCollection.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/constraints/NotEmptyValidatorForMap.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/el/ELFacade.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/ApacheFactoryContext.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/ApacheValidatorConfiguration.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/ApacheValidatorFactory.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/ConfigurationImpl.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/ConstraintDefaults.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/DefaultMessageInterpolator.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/ParticipantFactory.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/descriptor/DescriptorManager.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/descriptor/MetadataReader.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/groups/Groups.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/job/ConstraintValidatorContextImpl.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/metadata/MetadataSource.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/metadata/XmlBuilder.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/resolver/DefaultTraversableResolver.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/util/AnnotationsManager.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/xml/SchemaManager.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/xml/ValidationMappingParser.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/jsr/xml/ValidationParser.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/util/Exceptions.java

tomee/deps/branches/bval-2/bval-jsr/src/main/java/org/apache/bval/util/reflection/Reflection.java


[tomee-tck] branch master updated: ZSH Autocomplete

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

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


The following commit(s) were added to refs/heads/master by this push:
 new a0fe05b  ZSH Autocomplete
 new b59bda4  Merge pull request #7 from danielsoro/patch-2
a0fe05b is described below

commit a0fe05bf3207343524b1002b6540b29a09d3dbf1
Author: Daniel Cunha 
AuthorDate: Fri Jan 25 10:35:02 2019 -0300

ZSH Autocomplete

Changes to add information to how configure autocomplete for ZSH.
---
 README.adoc | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/README.adoc b/README.adoc
index ab04cc3..00ec265 100644
--- a/README.adoc
+++ b/README.adoc
@@ -108,6 +108,16 @@ time-saver when trying to navigate to run a specific test.
 In bash just source the file like so:
 
   source runtests.completer
+  
+### ZSH
+
+If you are using ZSH, you need to execute the follows commands:
+
+  autoload -U +X compinit && compinit 
+  autoload -U +X bashcompinit && bashcompinit
+  source runtests.completer
+
+Then you will be able to have the completer working fine for you ZSH as well. 
:)
 
 ## LOGS
 



[jira] [Updated] (TOMEE-2460) Remove usage of deprecated @Configuration, @Module, @EnableServices annotations

2019-01-25 Thread Bogdan Stirbat (JIRA)


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

Bogdan Stirbat updated TOMEE-2460:
--
Description: 
Anotations:

 - org.apache.openejb.junit.Configuration

 - org.apache.openejb.junit.Module

 - org.apache.openejb.junit.EnableServices

are deprecated, following ones should be used instead:

 - org.apache.openejb.testing.Configuration

 - org.apache.openejb.testing.Module

 - org.apache.openejb.testing.EnableServices

 

The deprecated annotations are still used in following tests:

 - GlobalFeatureConfigTest

 - BeanManagerHelperTest

 - ServletContextListenerRegistrationTest

 - FeatureTest

 

Replace the deprecated annotations with the new ones.

 

  was:
Anotations:

 - org.apache.openejb.junit.Configuration

 - org.apache.openejb.junit.Module

 - org.apache.openejb.junit.EnableServices

are deprecated, following ones should be used instead:

 - org.apache.openejb.testing.Configuration

 - org.apache.openejb.testing.Module

 - org.apache.openejb.testing.EnableServices

 

The deprecated annotations are still used in following tests:

 - GlobalFeatureConfigTest

 - BeanManagerHelperTest

 - ServletContextListenerRegistrationTest

 

Replace the deprecated annotations with the new ones.

 


> Remove usage of deprecated @Configuration, @Module, @EnableServices 
> annotations
> ---
>
> Key: TOMEE-2460
> URL: https://issues.apache.org/jira/browse/TOMEE-2460
> Project: TomEE
>  Issue Type: Task
>Reporter: Bogdan Stirbat
>Priority: Trivial
>
> Anotations:
>  - org.apache.openejb.junit.Configuration
>  - org.apache.openejb.junit.Module
>  - org.apache.openejb.junit.EnableServices
> are deprecated, following ones should be used instead:
>  - org.apache.openejb.testing.Configuration
>  - org.apache.openejb.testing.Module
>  - org.apache.openejb.testing.EnableServices
>  
> The deprecated annotations are still used in following tests:
>  - GlobalFeatureConfigTest
>  - BeanManagerHelperTest
>  - ServletContextListenerRegistrationTest
>  - FeatureTest
>  
> Replace the deprecated annotations with the new ones.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (TOMEE-2460) Remove usage of deprecated @Configuration, @Module, @EnableServices annotations

2019-01-25 Thread Bogdan Stirbat (JIRA)
Bogdan Stirbat created TOMEE-2460:
-

 Summary: Remove usage of deprecated @Configuration, @Module, 
@EnableServices annotations
 Key: TOMEE-2460
 URL: https://issues.apache.org/jira/browse/TOMEE-2460
 Project: TomEE
  Issue Type: Task
Reporter: Bogdan Stirbat


Anotations:

 - org.apache.openejb.junit.Configuration

 - org.apache.openejb.junit.Module

 - org.apache.openejb.junit.EnableServices

are deprecated, following ones should be used instead:

 - org.apache.openejb.testing.Configuration

 - org.apache.openejb.testing.Module

 - org.apache.openejb.testing.EnableServices

 

The deprecated annotations are still used in following tests:

 - GlobalFeatureConfigTest

 - BeanManagerHelperTest

 - ServletContextListenerRegistrationTest

 

Replace the deprecated annotations with the new ones.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)