-
Notifications
You must be signed in to change notification settings - Fork 2.9k
problem running pubsub spring / spring #4570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Going back to the version from October 2020 (2.3.5.RELEASE). Fixed the problem. |
@anguillanneuf PTAL |
Thanks @jerryatzoom for reporting this. It looks like we have been updating our package versions to the non-release versions. The latest release version should be @lesv Is there a way to tell the dependency bot to use the RELEASE version? I opened #4579 to track this. |
Fixed by #4580 |
Thanks for responding so quickly! These samples are a big help.
…On Tue, Jan 19, 2021 at 7:13 PM Tianzi Cai ***@***.***> wrote:
Thanks @jerryatzoom
<https://github.com/jerryatzoom> for reporting
this. It looks like we have been updating our package versions to the
non-release versions. The latest release version should be 2.3.8.RELEASE:
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies
<https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies>
@lesv <https://github.com/lesv> Is there
a way to tell the dependency bot to use the RELEASE version?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4570 (comment)>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASQWZQLLDQYGBGVUKCEGYETS2YN3JANCNFSM4WJCE76Q>.
|
This fails with following errors: The following method did not exist: |
Thank you @ratulb for flagging this. Changing the version from <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.3.12.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency> |
I downloaded the zip file and built and ran the maven project at https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/pubsub/spring and got the following error:
`Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-01-19 11:39:17.567 ERROR 98439 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
APPLICATION FAILED TO START
Description:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
The following method did not exist:
The method's class, org.springframework.integration.dsl.IntegrationFlowBuilder, is available from the following locations:
The class hierarchy was loaded from the following locations:
Action:
Correct the classpath of your application so that it contains a single, compatible version of org.springframework.integration.dsl.IntegrationFlowBuilder`
In which file did you encounter the issue?
Did you change the file? If so, how?
No. I ran it as is.
The text was updated successfully, but these errors were encountered: