aliyun-openapi-java-sdk icon indicating copy to clipboard operation
aliyun-openapi-java-sdk copied to clipboard

Alibaba Cloud SDK for Java

Results 49 aliyun-openapi-java-sdk issues
Sort by recently updated
recently updated
newest added

Hi! I notice that in your test code, you try to use reflection to assess and test the private method. For example, 1. the test method named ''readJsonForHideItemTest()' in ''JsonReaderTest.java''...

Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.9.1. Release notes Sourced from gson's releases. Gson 2.9.1 Make Object and JsonElement deserialization iterative rather than recursive (#1912) Added parsing support for enum that...

dependencies

Bumps jaxb-runtime from 3.0.2 to 4.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.glassfish.jaxb:jaxb-runtime&package-manager=maven&previous-version=3.0.2&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 4.6.1. Release notes Sourced from mockito-core's releases. v4.6.1 Changelog generated by Shipkit Changelog Gradle Plugin 4.6.1 2022-06-02 - 6 commit(s) by Andy Coates, Chen Ni,...

dependencies

![image](https://user-images.githubusercontent.com/34155189/141784613-d77cf832-7b8f-4346-b13f-8c27aa0c5876.png) 生产环境启动时加载end points配置 不是json。 ![image](https://user-images.githubusercontent.com/34155189/141784839-b77ea5d0-9c41-4c46-b0b2-5c06060db40e.png)

* **产品和接口**: 容器服务ACR 公共版 CreateRepositoryRequest * **平台**: win10 * **最小代码**: ![image](https://user-images.githubusercontent.com/28711504/106376246-64c55980-63ce-11eb-9559-74bfed445c4e.png) 创建容器镜像仓库接口需要必填InstanceId,公共服务的这个InstanceId参数是哪里看呢?感谢. 代码: ``` CreateRepositoryRequest createRepoRequest = new CreateRepositoryRequest(); createRepoRequest.setRepoNamespaceName("lan-k8s"); createRepoRequest.setRepoName("prometheus-operator"); createRepoRequest.setSummary("1"); createRepoRequest.setRepoType("PUBLIC"); HttpResponse response2 = client.doAction(createRepoRequest); // 处理结果 System.out.println(new...

* **Product and API**: aliyun-java-sdk-kms 2.15.0 & JsonReader class * **Platform**: java * **Mininum Code**: The aliyun api (KMS) returned "&" as "\u0026". The aliyun-java-sdk-kms library calls JsonReader of aliyun-java-sdk-core...

* **产品和接口**: * KMS * DecryptRequest * **平台**: * **最小代码**: KMS APS like below: ``` IClientProfile profile = DefaultProfile.getProfile(xxx, xxx, xxx); DefaultAcsClient client = new DefaultAcsClient(profile) DecryptRequest request = new...

android里面使用人脸识别的时候,会报这个 java.lang.NoSuchFieldError: No static field INSTANCE of type Lorg/apache/http/conn/ssl/AllowAllHostnameVerifier; in class Lorg/apache/http/conn/ssl/AllowAllHostnameVerifier; or its superclasses (declaration of 'org.apache.http.conn.ssl.AllowAllHostnameVerifier' appears in /system/framework/framework.jar!classes3.dex) 请问要如何解决