Closed imgoby closed 11 months ago
@imgoby This issue has been fixed in the next version released. You can try it with 3.3.0-beta.2-SNAPSHOT in advance.
OK,I will try it
how to config the pom.xml file to get the 3.0-beta.2-SNAPSHOT but it is failed.
Could not find artifact org.apache.dubbo:dubbo-bom:pom:3.3.0-beta.2-SNAPSHOT
@imgoby Compile the 3.3 branch locally yourself first.
my code is here: https://github.com/imgoby/spring-cloud-alibaba-dubbo-native/blob/main/dubbo-samples-spring-boot-provider/src/main/java/org/apache/dubbo/springboot/demo/provider/DemoServiceImpl.java
version:
<dubbo.version>3.3.0-beta.1</dubbo.version>
plugin:
the failed message is here:
If I remove the setting "(methods = { @Method(name = "updateXxx", retries = 1) })" It will be OK.
How to resolve it?