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

2018-12-23 Thread Martin Wiesner (JIRA)


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

Martin Wiesner reopened TOMEE-2285:
---

As this is a meta-issue with several sub-tasks still open or in progress, I'll 
reopen it, even though a PR with this issue ID has been merged into master 
branch.

> 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-M2
>
>
> 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] [Comment Edited] (TOMEE-2261) Make service.bat compatible with JDK11+

2018-12-23 Thread Martin Wiesner (JIRA)


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

Martin Wiesner edited comment on TOMEE-2261 at 12/23/18 1:39 PM:
-

Hi [~jgallimore],

can you provide the commit hashes for the backports to 7.1.x and 7.0.x 
maintenance branches as a comment here, pls?

Best
Martin


was (Author: mawiesne):
Hi [~jgallimore],

can you provide backports to 7.1.x and 7.0.x maintenance branches?

Best

Martin

> Make service.bat compatible with JDK11+
> ---
>
> Key: TOMEE-2261
> URL: https://issues.apache.org/jira/browse/TOMEE-2261
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Core Server
>Affects Versions: 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Bruno Baptista
>Assignee: Jonathan Gallimore
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> service.bat fails to start TomEE as a service on Windows 2012 R2, at least, 
> while using OpenJDK 11.
> Upon further analysis, The issue was found to be the absence of a jdk\jre 
> folder inside OpenJDK 11 and the use of the endorsed property.
> We need to upgrade the file to make it compatible with newer JDK versions.
> The batch file has to be, either improved by considering the different Java 
> versions, or duplicated by keeping the current one and adding a new one for 
> JDK 11+.



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


[jira] [Resolved] (TOMEE-2323) MicroProfile Fault Tolerance Example for @Fallback

2018-12-23 Thread Martin Wiesner (JIRA)


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

Martin Wiesner resolved TOMEE-2323.
---
Resolution: Resolved

Resolved per PR 303, see: [https://github.com/apache/tomee/pull/303]

> MicroProfile Fault Tolerance Example for @Fallback
> --
>
> Key: TOMEE-2323
> URL: https://issues.apache.org/jira/browse/TOMEE-2323
> Project: TomEE
>  Issue Type: Sub-task
>  Components: Examples and Documentation
>Reporter: Weverthon Medeiros
>Assignee: Weverthon Medeiros
>Priority: Major
>  Labels: examples, pull-request-available
>
> We would like to have an example for MicroProfile (MP) Fault Tolerance (FT) 
> @Fallback 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-fallback, 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/fallback
> The PR has to contain arquillian tests validating the example.



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


[jira] [Commented] (TOMEE-2261) Make service.bat compatible with JDK11+

2018-12-23 Thread Martin Wiesner (JIRA)


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

Martin Wiesner commented on TOMEE-2261:
---

Hi [~jgallimore],

can you provide backports to 7.1.x and 7.0.x maintenance branches?

Best

Martin

> Make service.bat compatible with JDK11+
> ---
>
> Key: TOMEE-2261
> URL: https://issues.apache.org/jira/browse/TOMEE-2261
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Core Server
>Affects Versions: 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Bruno Baptista
>Assignee: Jonathan Gallimore
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> service.bat fails to start TomEE as a service on Windows 2012 R2, at least, 
> while using OpenJDK 11.
> Upon further analysis, The issue was found to be the absence of a jdk\jre 
> folder inside OpenJDK 11 and the use of the endorsed property.
> We need to upgrade the file to make it compatible with newer JDK versions.
> The batch file has to be, either improved by considering the different Java 
> versions, or duplicated by keeping the current one and adding a new one for 
> JDK 11+.



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


[jira] [Resolved] (TOMEE-2261) Make service.bat compatible with JDK11+

2018-12-23 Thread Martin Wiesner (JIRA)


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

Martin Wiesner resolved TOMEE-2261.
---
   Resolution: Resolved
Fix Version/s: 8.0.0-M2

Resolved via PR 301, see: [https://github.com/apache/tomee/pull/301]

Still Open:

Backports for 7.1.x / 7.0.x branches

> Make service.bat compatible with JDK11+
> ---
>
> Key: TOMEE-2261
> URL: https://issues.apache.org/jira/browse/TOMEE-2261
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Core Server
>Affects Versions: 7.0.5, 7.1.0, 8.0.0-M1
>Reporter: Bruno Baptista
>Assignee: Jonathan Gallimore
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.0-M2
>
>
> service.bat fails to start TomEE as a service on Windows 2012 R2, at least, 
> while using OpenJDK 11.
> Upon further analysis, The issue was found to be the absence of a jdk\jre 
> folder inside OpenJDK 11 and the use of the endorsed property.
> We need to upgrade the file to make it compatible with newer JDK versions.
> The batch file has to be, either improved by considering the different Java 
> versions, or duplicated by keeping the current one and adding a new one for 
> JDK 11+.



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