vijay7777777

Results 4 issues of vijay7777777

$curl = curl_init(); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_HEADER, 0); curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); curl_setopt($curl, CURLOPT_POST, 1); $post_data = $array; curl_setopt($curl, CURLOPT_POSTFIELDS, $post_data); $data = curl_exec($curl); curl_close($curl); return json_decode($data, true); [2023-05-29 20:14:03...

Please fill it out carefully, or it will be closed. 请认真填写,不然会直接关闭。 # Enviroment JDK Version(required): 17.0.9 SpringBoot Version(required): springboot3.2.1 dynamic-datasource-spring-boot-starter Version(required):4.3.0 druid Version(optional):1.2.21 # Describe what happened WARN Expected Result:...

### OpenIM Server Version 3.8 ### Operating System and CPU Architecture Linux (AMD) ### Deployment Method Docker Deployment ### Bug Description and Steps to Reproduce `2024-09-27 01:55:22.029 WARN [PID:1292] openim-msggateway...

bug

### Ⅰ. Issue Description ``` 2024-09-18 08:59:04 [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker][main][437] WARN - Bean 'io.seata.spring.boot.autoconfigure.SeataCoreAutoConfiguration' of type [io.seata.spring.boot.autoconfigure.SeataCoreAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)....