Re: MicroProfile Integration in Plus and Plume

2019-02-08 Thread j4fm
Hey how's it going with the buildbot failures? Anything I could help with (not an expert on this but willing to have a look and learn)? Do you have any thoughts on root cause(s)? -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html

Re: Feedback about TomEE-2465

2019-02-08 Thread Bruno Baptista
Saying this... Do you know if this same exception happens on TomEE 8? It can be worked to TomEE 8 first. :) Bruno Baptista https://twitter.com/brunobat_ On 08/02/19 10:44, Bruno Baptista wrote: Hi Salomon, Thanks for the Jira! I think that we should first focus our efforts in making TomEE

Re: Feedback about TomEE-2465

2019-02-08 Thread Bruno Baptista
Hi Salomon, Thanks for the Jira! I think that we should first focus our efforts in making TomEE 8 compatible with Java 11. Some of that work can also be back-ported to the 7.1.* line and after the TomEE 8 release there should be more time for that. Cheers Bruno Baptista

[GitHub] brunobat opened a new pull request #389: Azure Example - Deployment must happen on port 80.

2019-02-08 Thread GitBox
brunobat opened a new pull request #389: Azure Example - Deployment must happen on port 80. URL: https://github.com/apache/tomee/pull/389 The port was commented by mistake in the original PR. Webprofile is faster to deploy Signed-off-by: brunobat

Re: Feedback about TomEE-2465

2019-02-08 Thread Bruno Baptista
Sure, go for it! Bruno Baptista https://twitter.com/brunobat_ On 08/02/19 11:31, Salomon wrote: Hi Bruno, It works fine with TomEE 8. I made it work in TomEE 7.1.1 by applying the same fixes of TomEE 8 in my local branch; I can open a pull-request on it if you want.:) Le ven. 8 févr. 2019 à

Re: Feedback about TomEE-2465

2019-02-08 Thread Salomon
Hi Bruno, It works fine with TomEE 8. I made it work in TomEE 7.1.1 by applying the same fixes of TomEE 8 in my local branch; I can open a pull-request on it if you want.:) Le ven. 8 févr. 2019 à 11:46, Bruno Baptista a écrit : > Saying this... Do you know if this same exception happens on

Re: Feedback about TomEE-2465

2019-02-08 Thread Salomon
Great! Can you assign me the ticket ? my username is : mayens Le ven. 8 févr. 2019 à 12:59, Bruno Baptista a écrit : > Sure, go for it! > > Bruno Baptista > https://twitter.com/brunobat_ > > > On 08/02/19 11:31, Salomon wrote: > > Hi Bruno, > > > > It works fine with TomEE 8. I made it work in

[GitHub] cesarhernandezgt commented on issue #389: Azure Example - Deployment must happen on port 80.

2019-02-08 Thread GitBox
cesarhernandezgt commented on issue #389: Azure Example - Deployment must happen on port 80. URL: https://github.com/apache/tomee/pull/389#issuecomment-461797502 +1 This is an automated message from the Apache Git Service.

Re: Feedback about TomEE-2465

2019-02-08 Thread Bruno Baptista
I don't, but one of the committers will sure do soon. Thanks Salomon! Bruno Baptista https://twitter.com/brunobat_ On 08/02/19 12:04, Salomon wrote: Great! Can you assign me the ticket ? my username is : mayens Le ven. 8 févr. 2019 à 12:59, Bruno Baptista a écrit : Sure, go for it!

@OpenAPIDefinition not working

2019-02-08 Thread Ivan Junckes Filho
The @OpenAPIDefinition is not being picked up by the CDI extension because it is only getting InternalApplication instead of picking up my custom Application config. Any ideas why? OpenAPIDefinition configs are therefore not showing up in the openapi doc. @OpenAPIDefinition(info = @Info(

Re: @OpenAPIDefinition not working

2019-02-08 Thread Romain Manni-Bucau
Hi Ivan, In a few cases - don't recall out of my head if it is all - TomEE wraps user application in InternalApplication. IIRC it was for caching reason - TomEE not being super cleanly aligned on CDI + to avoid to get multiple instances between runtime and deployment which can break user code.

[GitHub] brunobat commented on issue #370: Updates the code using new API facilities

2019-02-08 Thread GitBox
brunobat commented on issue #370: Updates the code using new API facilities URL: https://github.com/apache/tomee/pull/370#issuecomment-461891716 @otaviojava Any feedback ok @radcortez comments? This is an automated message

[GitHub] brunobat commented on issue #360: Cleanup test code and also minor changes in the tested class.

2019-02-08 Thread GitBox
brunobat commented on issue #360: Cleanup test code and also minor changes in the tested class. URL: https://github.com/apache/tomee/pull/360#issuecomment-461892482 I'd ask @jgallimore to give his opinion on this. This is an

Re: Feedback about TomEE-2465

2019-02-08 Thread Jonathan Gallimore
Done, enjoy! Jon On Fri, Feb 8, 2019 at 12:06 PM Bruno Baptista wrote: > I don't, but one of the committers will sure do soon. > > Thanks Salomon! > > Bruno Baptista > https://twitter.com/brunobat_ > > > On 08/02/19 12:04, Salomon wrote: > > Great! > > Can you assign me the ticket ? my

Re: @OpenAPIDefinition not working

2019-02-08 Thread Ivan Junckes Filho
Interesting, ok thanks Romain. On Fri, Feb 8, 2019 at 3:29 PM Romain Manni-Bucau wrote: > Hi Ivan, > > In a few cases - don't recall out of my head if it is all - TomEE wraps > user application in InternalApplication. IIRC it was for caching reason - > TomEE not being super cleanly aligned on

[GitHub] brunobat commented on issue #359: TOMEE-2390: Added README.adoc for the multiple-tomee-arquillian example.

2019-02-08 Thread GitBox
brunobat commented on issue #359: TOMEE-2390: Added README.adoc for the multiple-tomee-arquillian example. URL: https://github.com/apache/tomee/pull/359#issuecomment-461893532 Hi @cotnic thanks for the documentation. Would it be possible to also mention the sever configuration on the

Re: How can I help?

2019-02-08 Thread Jonathan Gallimore
> Can someone from the JIRA admins please assign TOMEE-2402 to username: mayens please. Also done. Cheers Jon On Thu, Feb 7, 2019 at 9:35 PM Salomon wrote: > fyi > -- Forwarded message - > From: César Hernández Mendoza > Date: jeu. 7 févr. 2019 à 22:17 > Subject: Re: How

Re: Examples Missing README Files

2019-02-08 Thread Bruno Baptista
Hi Bogdan, I've reviewed your PR and it looks good to go: https://github.com/apache/tomee/pull/383 Thanks very much! Bruno Baptista https://twitter.com/brunobat_ On 03/02/19 19:17, Bogdan Stirbat wrote: Ok, thank you! Bogdan În dum., 3 feb. 2019 la 04:02, Roberto Cortez a scris:

[GitHub] j4fm closed pull request #388: TOMEE-2467 - When MP is enabled CXF JAX-RS filter is also enabled. Fix...

2019-02-08 Thread GitBox
j4fm closed pull request #388: TOMEE-2467 - When MP is enabled CXF JAX-RS filter is also enabled. Fix... URL: https://github.com/apache/tomee/pull/388 This is an automated message from the Apache Git Service. To respond to

[GitHub] j4fm opened a new pull request #390: TOMEE-2467 - Improved CXFJAXRSFilter logic to fix non-CXF resource 404 responses

2019-02-08 Thread GitBox
j4fm opened a new pull request #390: TOMEE-2467 - Improved CXFJAXRSFilter logic to fix non-CXF resource 404 responses URL: https://github.com/apache/tomee/pull/390 When MP is enabled CXF JAX-RS filter is also enabled. This fixes the filter which was treating all endpoint resources as CXF

Re: @OpenAPIDefinition not working

2019-02-08 Thread Romain Manni-Bucau
Hey, just recalled we had a flag about it, you can skip it setting openejb.cxf-rs.cache-application=false Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github

Re: @OpenAPIDefinition not working

2019-02-08 Thread Ivan Junckes Filho
I will take a look thanks again Romain On Fri, Feb 8, 2019 at 4:38 PM Romain Manni-Bucau wrote: > Hey, just recalled we had a flag about it, > > you can skip it setting openejb.cxf-rs.cache-application=false > > Romain Manni-Bucau > @rmannibucau | Blog >

[GitHub] mayens opened a new pull request #391: Added ReadMe file

2019-02-08 Thread GitBox
mayens opened a new pull request #391: Added ReadMe file URL: https://github.com/apache/tomee/pull/391 Jira task https://issues.apache.org/jira/browse/TOMEE-2402 This is an automated message from the Apache Git Service. To