Luiz Aguiar

Results 12 comments of Luiz Aguiar

I'm having exactly the same error when adding rest-assured dependencies in an empty spring-boot grade project.

For Gradle I ended up adding the following replacement rules: ```gradle modules { module("org.codehaus.groovy:groovy") { replacedBy("org.apache.groovy:groovy", "conflicts in current rest-assured version") } module("org.codehaus.groovy:groovy-xml") { replacedBy("org.apache.groovy:groovy-xml", "conflicts in current rest-assured version")...

> You might check your lib folder. In my case intellij did put the groovy 4.0.x libs in there and that caused my issue I really don't think that it's...

So, no official response from `spring-security` team yet about this bug 😞 Got all the same issues described above after 3.2.x migration.

Hi @artembilan, is there any update on this topic? I have the same issue as mentioned above, after migrating SB from 2.x to 3.2. My `known_hosts` is structured as: ```...

> Hi @laguiar ! > > Thank you for reaching out! > > Would you mind to share more info? What is your `DefaultSftpSessionFactory` configuration? How does error looks like?...

> And what is that `host`? `sftp.server.domain.com` > What is the content of your `knownHostsFile`? It's a Resource object pointing to a `known_hosts` file within the project resources folder. _(format...

@artembilan sorry... I was replying from my phone. This is the stacktrace: ```java org.springframework.messaging.MessageHandlingException: error occurred in message handler [bean 'businessObject.message-handler#0' for component 'businessObject.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'class path resource [com/org/Configuration.class]';...