Bernard Ligny

Results 10 comments of Bernard Ligny

Hum interesting track ! Being also an Angular newbee, I have used - in this proof-of-concept - regular href links. That might be the cause indeed...

I've suggested another feature into a separate issue: #2044

Yes, I have read that post too. I fully understand (and respect) the motivations of this refactoring: the api is now much easier, at least for basic usage. The main...

For **Camel** plugin of course (not ActiveMQ) sorry I have updated issue title

You are welcome. We have a bunch of Api's supporting both json and xml, that I could easily use to thoughtfully test next releases of XML converter. Once your XML...

I'm also interested to know. Can we define more than one single callback / webhook ? As the JSON type of "**postServeActions**" is an object ({...}) and not an array...

Huum, there seems to be a way to have multiple post-serve actions...but only one per extension: ![image](https://user-images.githubusercontent.com/19853549/61136087-3b2e9f80-a4c3-11e9-8f98-67bd1dc28f0a.png)

> I'll have a look at whether it's feasible to change this to accept a list. Oh yes, that would be very handy ! I'm also very interested in #8...

For the sort, even if it's possible using the column headers, the idea is to define a DEFAULT sort. Very useful for monitoring, when **each day** I have to find...

In the meantime, the following did the trick (to put *ONLY* in gateway service, not in all micro-services): **application.properties** ``` spring.servlet.multipart.enabled=false ``` See https://codevup.com/issues/2025-01-25-spring-gateway-mvc-missing-multipart-data/