小虾虎鱼
小虾虎鱼
Applications compiled using GraalVM, after running, do not trigger certain processes that should have been triggered because there are no business logs. There is also no error message. There may...
1. OS: Centos 7.9 2. jdk version: ``` sdk install java 22.3.r17-nik sdk use java 22.3.r17-nik sdk default java 22.3.r17-nik ``` 3.code: HelloWorld.java ``` import sun.reflect.ReflectionFactory; import java.io.ObjectStreamClass; import java.io.Serializable;...
### Pre-check - [X] I am sure that all the content I provide is in English. ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...
``` java.lang.reflect.InaccessibleObjectException: Unable to make field private byte java.lang.StackTraceElement.format accessible: module java.base does not "opens java.lang" to unnamed module @4563e9ab at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354) at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297) at java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:178) at java.base/java.lang.reflect.Field.setAccessible(Field.java:172) at com.alibaba.com.caucho.hessian.io.JavaDeserializer.getFieldMap(JavaDeserializer.java:340)...
2022.0.0 demo: https://github.com/imgoby/spring-cloud-alibaba-dubbo-native/tree/main/spring-cloud-alibaba-gateway step 1: mvn clean package native:compile step 2: run application step 3: visit page,then Exception was found.as follow. ``` java.lang.IllegalArgumentException: Object of class [org.springframework.context.support.GenericApplicationContext] must be an...
Is there any successful demo for xxl-job-admin to support native-image?
In EasyExcel, it relies on cglib to convert beans into maps, add elements to the map, and synchronously modify beans. I hope EasyExcel can adapt to native images. For converting...
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have searched the...
### Bug Description: (1)columnar table: mysql> desc test_table; +-----------+-----------+---------------------+ | Field | Type | Properties | +-----------+-----------+---------------------+ | id | bigint | columnar fast_fetch | | biz_code | string |...
(1)npm run build 缺少 fromNow()函数  (2)npm run start 本地调试,有fromNow()函数  antd pro 版本: v6 依赖: "dayjs": "^1.11.10",