Re: MicroProfile rest client example

2018-12-19 Thread César Hernández Mendoza
Hi, The PR for https://issues.apache.org/jira/browse/TOMEE-2297 was merged this week. Can some of the admins please update the JIRA status. El lun., 17 dic. 2018 a las 10:52, Bruno Baptista () escribió: > Thanks César. > > Will Review. > > Bruno Baptista > https://twitter.com/brunobat_ > > > On

Re: MicroProfile rest client example

2018-12-17 Thread Bruno Baptista
Thanks César. Will Review. Bruno Baptista https://twitter.com/brunobat_ On 17/12/18 16:09, César Hernández Mendoza wrote: Hi Bruno, I saw your message on the PR. Conflict is now fixed :)! El vie., 14 dic. 2018 a las 22:34, César Hernández Mendoza (< cesargu...@gmail.com>) escribió: Hi,

Re: MicroProfile rest client example

2018-12-17 Thread César Hernández Mendoza
Hi Bruno, I saw your message on the PR. Conflict is now fixed :)! El vie., 14 dic. 2018 a las 22:34, César Hernández Mendoza (< cesargu...@gmail.com>) escribió: > Hi, > > Since now the current master is using mp rest client 1.1, > https://issues.apache.org/jira/browse/TOMEE-2298 is no longer

Re: MicroProfile rest client example

2018-12-14 Thread César Hernández Mendoza
Hi, Since now the current master is using mp rest client 1.1, https://issues.apache.org/jira/browse/TOMEE-2298 is no longer blocking TOMEE-2297. I updated and fixed the PR, now is ready for review: https://github.com/apache/tomee/pull/210 Ticket: https://issues.apache.org/jira/browse/TOMEE-2297

Re: MicroProfile rest client example

2018-11-28 Thread César Hernández Mendoza
Hi, Today I confirmed with Any McCrigth, from CXF project, that this is a bug in cxf 3.2.7. I opened https://issues.apache.org/jira/browse/CXF-7912 and he will work on the fix that I already tested locally building cxf 3.2.8 snapshot. I updated my PR [1] with the TomEE jira [2] reference in the

Re: MicroProfile rest client example

2018-11-27 Thread César Hernández Mendoza
Hi, Quick update on this issue: I found the commits [1] on cxf 3.2.x-fixes branch that added this behavior in the 3.2.7. Understanding the version dependency between TomEE, MicroProfile, MicroProfile Rest Client and CXF is kind of tricky. I'm building also a matrix to simplify future

Re: MicroProfile rest client example

2018-11-23 Thread David Blevins
> On Nov 23, 2018, at 3:52 PM, César Hernández Mendoza > wrote: > > Hi everybody, > > I did a git bisect and this is the final output: > > a5513230e8f77a4985916f901c3eda2c5c45c6d2 is the first bad commit > commit a5513230e8f77a4985916f901c3eda2c5c45c6d2 > Author: Dennis Kieselhorst > Date:

Re: MicroProfile rest client example

2018-11-23 Thread César Hernández Mendoza
ke(StandardHostValve.java:139) >> > at >> > >> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) >> > at >> > >> org.apache.tomee.catalina.OpenEJBSecurityListener$RequestCapturer.invoke(OpenEJBSecurityListener.java:97) >> &g

Re: MicroProfile rest client example

2018-11-23 Thread César Hernández Mendoza
oint$SocketProcessor.doRun(NioEndpoint.java:1415) > > at org.apache.tomcat.util.net > > .SocketProcessorBase.run(SocketProcessorBase.java:49) > > at > > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) > > at > > > java.u

Re: MicroProfile rest client example

2018-11-22 Thread Romain Manni-Bucau
ill need to create the JIRA Ticket and fix the test because > > currently, I'm having a: > > "java.lang.IllegalStateException: No RestClientBuilderResolver > > implementation found!" > > Tomorrow I'm going to continue troubleshooting the current test fai

Re: MicroProfile rest client example

2018-11-22 Thread César Hernández Mendoza
1, 2018 at 12:59 AM César Hernández Mendoza < >> cesargu...@gmail.com> wrote: >> >> > Hi all, >> > >> > I'm planning to create a MicroProfile rest client example. >> > I checked Ivan's example: mp-metrics-counted [1], I created a PR [2]

Re: MicroProfile rest client example

2018-11-21 Thread César Hernández Mendoza
.com> wrote: > > > Hi all, > > > > I'm planning to create a MicroProfile rest client example. > > I checked Ivan's example: mp-metrics-counted [1], I created a PR [2] for > > the work in progress in order to collect feedback and contributions as I >

Re: MicroProfile rest client example

2018-11-21 Thread Ivan Junckes Filho
I think it looks good so far Cesar. Let me know if you need any help! On Wed, Nov 21, 2018 at 12:59 AM César Hernández Mendoza < cesargu...@gmail.com> wrote: > Hi all, > > I'm planning to create a MicroProfile rest client example. > I checked Ivan's example: mp-metrics-count

MicroProfile rest client example

2018-11-20 Thread César Hernández Mendoza
Hi all, I'm planning to create a MicroProfile rest client example. I checked Ivan's example: mp-metrics-counted [1], I created a PR [2] for the work in progress in order to collect feedback and contributions as I move forward. As you can see I'm using the convention he used for the metrics