Fwd: CXF-3.1.x - Build # 1369 - Still Failing

2018-02-22 Thread Francesco Chicchiriccò
Hi there, I keep receiving the following failures from Jenkins but, at least for this one: https://builds.apache.org/job/CXF-3.1.x/1369/console the problem is related to Jenkins itself, not CXF: [...] [INFO] [INFO]

Spring Boot Support for Multiple Client Proxies?

2018-02-22 Thread James Carman
I was checking out the @EnableJaxRsProxyClient stuff in CXF and it seems like it only supports creating proxies to one service (there's only one address property to declare). In our application, we have the need to potentially connect to multiple services using client proxies. I have some

Re: Spring Boot Support for Multiple Client Proxies?

2018-02-22 Thread Andriy Redko
Hey James, If this feature benefits to CXF users, we would be certanly open to consider it. Could you please submit the PR on a github so we would have a chance to review it? Thanks! Best Regards, Andriy Redko JC> I was checking out the @EnableJaxRsProxyClient stuff in CXF and it seems JC>

Re: CXF-3.1.x - Build # 1369 - Still Failing

2018-02-22 Thread Dennis Kieselhorst
On 2018/02/22 14:37:32, Colm O hEigeartaigh wrote: > I recall some emails lately saying that Jenkins doesn't support Java 7 any > more? In which case we should just update the Jenkins job to use Java 8 I > guess. I think we still need to ensure that CXF 3.1.x builds and

Re: CXF-3.1.x - Build # 1369 - Still Failing

2018-02-22 Thread Colm O hEigeartaigh
I recall some emails lately saying that Jenkins doesn't support Java 7 any more? In which case we should just update the Jenkins job to use Java 8 I guess. Colm. On Thu, Feb 22, 2018 at 1:25 PM, Francesco Chicchiriccò wrote: > Hi there, > I keep receiving the following