Davy De Waele

Results 23 comments of Davy De Waele

Would also be nice to auto-create the `destinationDir` if one is provided (or make this configurable). Created a new issue for this : https://github.com/jacobono/gradle-jaxb-plugin/issues/32

@wdschei : Do you know if this plugin is stil being maintained ?

Did you find a solution for this ? doing something like this could work in the container : ``` healthcheck: test: ["CMD", "bash", "-c", "unset" , "JMX_PORT" ,";" ,"kafka-topics.sh","--zookeeper","zookeeper:2181","--list"] ```...

I understand. but to toString implies that these are the property key/value pairs that are set on the AMQContentHeader (part of the message). By using dashes it only adds to...

We currently do not support refresh tokens and leave that up to the client (typically a webapp / mobile app). The way the library is currently setup / used in-house...

What you're seeing here is the top level filter chain that the spring context is building. (All filters that are either registered via a FilterRegistrationBean, or GenericFilterBeans). If you want...

Looks ok to me .. I'm probably going to disable the filter registration by default in the auto config of this library so you don't have to do it in...

Yes, misread your original config .... that indeed didn't make the order explicit. Your last snippet should work ... what is the error you are getting ?

There is a sample app here : https://github.com/IxorTalk/ixortalk.aws.cognito.jwt.sampleapp I'm going to look at the issues / PRs this evening and do my best to cut a new release.

Sorry ... was on holiday and came back with a pneumonia :( .... will look at it tonight.