Baoyi Chen

Results 19 issues of Baoyi Chen

Optimization request mybatis version : 3.5.8 jdk version : 11 We use [async-profiler](https://github.com/jvm-profiling-tools/async-profiler) profile mybatis memory allocation. found that `MetaObject.setValue` consume too much memory as following more profile infomation see...

waiting for feedback

reduce object size of PropertyTokenizer.

Now Path can convert RFC6901 style path to json path for example `Path.ofJosnPointer("/abc/0")` can convert to `Path.of(".[\"abc\"].[0]")` the limitation of JsonPointer path is `/abc/0` always convert to `.[\"abc\"].[0]` and not...

will not fix

speed up convertToLocalDateTime method more details see benchmark following. Signed-off-by: Baoyi Chen

If you are using `Redis-replicator` . Please reply this issue with following format : These informations will add to `README` Company : your company Company link(if have) : www.your-company.com

help wanted

- [x] 我已阅读并理解 **[贡献指南](https://github.com/wequick/Small/blob/master/贡献指南.md)**,严格遵循其约定。 # 错误报告 ## 你做了什么? 在项目中集成androidannotations ```java @EActivity(R.layout.activity_main) public class MainActivity extends AppCompatActivity { @Override protected void onStart() { super.onStart(); Car car = new Car(); } }...

Now Path can convert RFC6901 style path to json path for example `Path.ofJosnPointer("/abc/0")` can convert to `Path.of(".[\"abc\"].[0]")` the limitation of JsonPointer path is `/abc/0` always convert to `.[\"abc\"].[0]` and not...

I have a json like following ``` `json.set doc . '{"":"empty", "\\":"slash","\'":"quote","\n":"enter", "\"":"double quote", "\'\'":"quote quote", "\t":"tab", "/":"value"}'` ``` if I want to get value `"empty"`. I can use `json.get...

help wanted

### 问题描述 *简要描述您碰到的问题。* ### 环境信息 *请填写以下信息:* - OS信息: win10 - JDK信息: jdk11 - 版本信息:2.0.14 ### 重现步骤 *如何操作可以重现该问题:* ```java public class Main { public static void main(String[] args) { JSON.register(java.sql.Date.class, new...

bug
fixed