alibabacloud-java-async-sdk
alibabacloud-java-async-sdk copied to clipboard
环境: windows 10 jdk: 21.0.3 springboot: 3.3.2 gradle 配置 ```gradle plugins { id 'java' id 'org.springframework.boot' version '3.3.2' id 'io.spring.dependency-management' version '1.1.6' } group = 'cn.wanli' version = '0.0.1-SNAPSHOT' java...
发送短信报错
`// Asynchronously get the return value of the API request CompletableFuture response = client.sendSms(sendSmsRequest); // Synchronously get the return value of the API request SendSmsResponse resp = response.get();` 执行到resonse.get()时,报错: `java.lang.NoClassDefFoundError:...
# SDK代码如下 目前是 protected ``` package com.aliyun.sdk.gateway.pop.models; import darabonba.core.RequestModel; public abstract class Request extends RequestModel { protected Request(Builder builder) { super(builder); } public abstract Builder toBuilder(); protected abstract static class...
离奇的日志输出
目前功能正常,但是这个【info】日志一直在输出,看起来像是序列化时候的类型转换问题。
PutObjectRequest putObjectRequest = PutObjectRequest.builder() // .bucket("bucket") // .key(key) // .body(body) // .build(); CompletableFuture response = asyncClient.putObject(putObjectRequest); `Caused by: darabonba.core.exception.TeaException: The value is not a map at darabonba.core.utils.CommonUtil.assertAsMap(CommonUtil.java:45) at com.aliyun.sdk.gateway.oss.internal.interceptor.TransformRequestBodyInterceptor.fromBody(TransformRequestBodyInterceptor.java:58) at...
Use ```xml com.aliyun alibabacloud-gws20190618 1.0.0 ``` to call api would cause the following warnings in JDK 11 (maybe related to all versions above 8) ``` WARNING: An illegal reflective access...
Hello Team, As part of using the Alicloud auth method in Hashicorp vault, it was advised to add a new request interceptor and the intercept the request to obtain the...
Require this sdk in JDK 11 project, ```xml com.aliyun alibabacloud-ram20150501 1.0.0 ``` then package to a JAR; however, it would occur the following fatal error when run `[java11] -jar [JAR]`:...
the upload part api can't identify the file mime ,so need set the `Content-Type` in the api [InitiateMultipartUpload](https://next.api.aliyun.com/document/Oss/2019-05-17/InitiateMultipartUpload),there are not `ContentType` method, so I used `headerParam`,but after uploaded ,the `Content-Type`...
当我引入这两个依赖: ```xml com.aliyun alibabacloud-dysmsapi20170525 3.0.1 com.aliyun alibabacloud-dyvmsapi20170525 2.0.4 ``` 你将会得到这两个内部依赖的冲突: aliyun-gateway-pop  aliyun-java-core: 