Skip to content

Conversation

@artembilan
Copy link
Member

No description provided.

@artembilan
Copy link
Member Author

Gary, I think the failure on Travis is related somehow to your latest changes in Spring AMQP we have just recently merged.

Thanks

@garyrussell
Copy link
Contributor

Travis

@artembilan
Copy link
Member Author

Yeah... I see. That's not yours. Sorry: haven't tested before pushing :shame:

@garyrussell
Copy link
Contributor

Probably unrelated, but

org.springframework.integration.file.remote.session.DelegatingSessionFactoryTests > testFlow FAILED
    org.springframework.messaging.MessageHandlingException at DelegatingSessionFactoryTests.java:97
        Caused by: org.springframework.messaging.MessagingException at DelegatingSessionFactoryTests.java:97
            Caused by: java.lang.NullPointerException at DelegatingSessionFactoryTests.java:97
org.springframework.integration.file.remote.session.DelegatingSessionFactoryTests > testDelegates FAILED
    java.lang.AssertionError at DelegatingSessionFactoryTests.java:83
org.springframework.integration.file.remote.gateway.RemoteFileOutboundGatewayTests > testLs_f_R_dirs FAILED
    org.springframework.messaging.MessagingException at RemoteFileOutboundGatewayTests.java:423
        Caused by: java.lang.NullPointerException at RemoteFileOutboundGatewayTests.java:423

try {
return this.argsMapper.toMessage(new MethodArgsHolder(this.method, arguments), headers);
}
catch (MessagingException e) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will need a // NOSONAR here - catch and rethrow is discouraged, but needed here.

@garyrussell
Copy link
Contributor

[ant:checkstyle] [ERROR] /home/travis/build/spring-projects/spring-integration/spring-integration-ws/src/main/java/org/springframework/integration/ws/AbstractWebServiceInboundGateway.java:59:24: Reference to instance variable 'headerMapper' needs "this.". [RequireThis]

* Fix initialization order in the `GatewayMethodInboundMessageMapper`

* Fix mock in the `DelegatingSessionFactoryTests`

* Fix `AbstractRemoteFileOutboundGateway.listFilesInRemoteDir`
@garyrussell garyrussell merged commit 81b4ea1 into spring-projects:master Dec 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants