Actually our project experienced this kind of error, it made our sonar post job task failing.
And we actually discovered this error due to a SEVERE error when Tomcat was trying to do some stuff in...
Type: Posts; User: Brice; Keyword(s):
Actually our project experienced this kind of error, it made our sonar post job task failing.
And we actually discovered this error due to a SEVERE error when Tomcat was trying to do some stuff in...
Cool, thx Gary :)
Hi Gary thx for the info, and sorry for the late reply, we are moving fast so we got with our own solution, still contributing would be interesting. Thx for the proposition. I will see how my...
Hi, I have a colleague that is writing a a batch that needs to poll an FTP, then download the file, then rename/move it on the FTP, then process the file locally, then once finished rename/move the...
Done there : https://jira.springsource.org/browse/INT-2953
I'll see about the contribution later; I'm not sure how I can prove in a test that the code uses a BufferedInputStream however.
Hi I've been exploring the code source in order to know if it was interesting to add custom code to enable java.nio.file.Path in a
MessageBuilder.withPayload(...).build(), and I came across the...