Nick Tombeur

Results 3 comments of Nick Tombeur

Apparently, you have to create a bean now for SmartInterceptors and not add them to the list. ``` @Bean public PayloadRootSmartSoapEndpointInterceptor myEndpointInterceptor() { return new PayloadRootSmartSoapEndpointInterceptor(new MyEndPointInterceptor(), NAMESPACE, LOCAL_PART); }...

I hope the following information is helpful: JavaFX was a separate project until Java SE 7 update 6. Since Java 8, JavaFX got the same numbering. Java 11 and above,...

@marchof Created a PR for this. Let me know what you think!