FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSONORM - APIJSON/APIJSON · GitHub
APIJSON
/
APIJSON
Public
Notifications
You must be signed in to change notification settings
Fork
2.3k
Star
18.4k
Code
Issues
236
Pull requests
0
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
APIJSON
APIJSONORM
on
8.0.2
User selector
Datepicker
Commit history
Commits on Jun 14, 2025
升级版本为 8.0.2
TommyLemon
committed
1b72c3a
View commit details
Copy full SHA for 1b72c3a
View code at this point
Browse repository at this point
把 trace:stack 字段值转为 List<String> 返回,避免 Gson 等 JSON 库反序列化报错,并且还更方便浏览
TommyLemon
committed
3158fce
View commit details
Copy full SHA for 3158fce
View code at this point
Browse repository at this point
新增 IS_RETURN_STACK_TRACE 配置是否返回 trace:stack 字段,优化代码
TommyLemon
committed
a25bbc5
View commit details
Copy full SHA for a25bbc5
View code at this point
Browse repository at this point
Commits on Apr 29, 2025
新增 DeepWiki AI 的快速图标入口
TommyLemon
authored
8a1fa19
View commit details
Copy full SHA for 8a1fa19
View code at this point
Browse repository at this point
Commits on Apr 20, 2025
新增 getConnection(String key) 和 putConnection(String key, Connection connection)
TommyLemon
committed
a320f2c
View commit details
Copy full SHA for a320f2c
View code at this point
Browse repository at this point
解决 Demo 注册接口调用报错 parser.newSuccessResult 及 connectionMap.get 报错 NPE
TommyLemon
committed
2ef0657
View commit details
Copy full SHA for 2ef0657
View code at this point
Browse repository at this point
解决返回 database, schema 等信息
TommyLemon
committed
32c2777
View commit details
Copy full SHA for 32c2777
View code at this point
Browse repository at this point
解决最外层返回不需要的 format: null
TommyLemon
committed
a46e24e
View commit details
Copy full SHA for a46e24e
View code at this point
Browse repository at this point
getSQLKey 重命名为 gainSQLKey
TommyLemon
committed
6e9affe
View commit details
Copy full SHA for 6e9affe
View code at this point
Browse repository at this point
解决其它 key 被误当成 @post 等关键词导致 RequestMethod.valueOf 异常
TommyLemon
committed
e03a028
View commit details
Copy full SHA for e03a028
View code at this point
Browse repository at this point
优化 JSON 相关序列化、反序列化等处理;class JSONObject 改为 interface JSONMap<M, L>,class JSONArray 改为 interface JSONList<M, L>;所有 APIJSONCreator, JSONCreator, JSONParser 都集中处理,避免不一致导致的 ClassCastException
TommyLemon
committed
bd5161f
View commit details
Copy full SHA for bd5161f
View code at this point
Browse repository at this point
Commits on Apr 17, 2025
新增支持 Doris-高性能实时湖仓一体数据库:https://doris.apache.org
TommyLemon
committed
4fed749
View commit details
Copy full SHA for 4fed749
View code at this point
Browse repository at this point
解决 FunctionParser 初始化等触发 JSONRequest.put 中转 JSON 报错,删除不再需要的 @JSONFiled
TommyLemon
committed
107fd37
View commit details
Copy full SHA for 107fd37
View code at this point
Browse repository at this point
Commits on Apr 12, 2025
去除 fastjson 并支持各种 JSON 库,JSONObject 用 M extends Map<String, Object> 替代,JSONArray 用 L extends List<Object> 替代 #810
Show description for 2bb6a7d
TommyLemon
authored
2bb6a7d
View commit details
Copy full SHA for 2bb6a7d
View code at this point
Browse repository at this point
新增 JSON.format
TommyLemon
committed
6526493
View commit details
Copy full SHA for 6526493
View code at this point
Browse repository at this point
Commits on Apr 8, 2025
修复请求json的key为JSONArray时类型转换异常问题
ludejiu
committed
672c722
View commit details
Copy full SHA for 672c722
View code at this point
Browse repository at this point
Commits on Apr 6, 2025
解决 fastjson 等 JSON 库可能泄漏 Subquery 及包含的 SQLConfig 等信息
TommyLemon
committed
1662e21
View commit details
Copy full SHA for 1662e21
View code at this point
Browse repository at this point
优化日志和注释
TommyLemon
committed
01d31b5
View commit details
Copy full SHA for 01d31b5
View code at this point
Browse repository at this point
完善和优化 JSON 处理,解决 fastjson 等 JSON 库自动序列化 AbstractSQLConfig.getSetString 等方法抛异常;优化代码
TommyLemon
committed
42ca342
View commit details
Copy full SHA for 42ca342
View code at this point
Browse repository at this point
Commits on Mar 30, 2025
解决 远程函数 报错 JSON 转换类型不匹配
TommyLemon
committed
aa35bf6
View commit details
Copy full SHA for aa35bf6
View code at this point
Browse repository at this point
解决 JOIN 报错 JSON 转换类型不匹配
TommyLemon
committed
e5001aa
View commit details
Copy full SHA for e5001aa
View code at this point
Browse repository at this point
解决未返回列表、对象内返回 @RAW@LIST、JSON 键值对未保持写入顺序等
TommyLemon
committed
f11c3a1
View commit details
Copy full SHA for f11c3a1
View code at this point
Browse repository at this point
所有流程类都统一JSON 的序列化和反序列化,避免转换报错 cannot cast apijson.JSONObject to com.alibaba.fastjson.JSONObject 等
TommyLemon
committed
ae023cb
View commit details
Copy full SHA for ae023cb
View code at this point
Browse repository at this point
完善 JSON 处理,所有流程类都实现默认 JSON 的序列化和反序列化
TommyLemon
committed
7ef7b26
View commit details
Copy full SHA for 7ef7b26
View code at this point
Browse repository at this point
Commits on Mar 29, 2025
去除 fastjson,JSONObject 用 M extends Map<String, Object> 替代,JSONArray 用 L extends List<Object> 替代
TommyLemon
committed
6712e96
View commit details
Copy full SHA for 6712e96
View code at this point
Browse repository at this point
Commits on Mar 16, 2025
删除多余的代码
TommyLemon
committed
970aee5
View commit details
Copy full SHA for 970aee5
View code at this point
Browse repository at this point
简化 StringUtil 中各种字符串相关方法
TommyLemon
committed
c9b124d
View commit details
Copy full SHA for c9b124d
View code at this point
Browse repository at this point
删除多余的代码
TommyLemon
committed
8cdca09
View commit details
Copy full SHA for 8cdca09
View code at this point
Browse repository at this point
优化代码拼写问题
TommyLemon
committed
02d90c7
View commit details
Copy full SHA for 02d90c7
View code at this point
Browse repository at this point
解决误在子查询拼接 LIMIT;解决 @sample SAMPLE BY @fill FILL 的 SQL 拼接 bug
TommyLemon
committed
5840470
View commit details
Copy full SHA for 5840470
View code at this point
Browse repository at this point
QuestDB: 解决 JOIN 返回主表空对象并未返回副表,解决 QuestDB 自动把副表 id 等与主表重名字段改成 id1 导致的解析问题
TommyLemon
committed
9a45d33
View commit details
Copy full SHA for 9a45d33
View code at this point
Browse repository at this point
QuestDB: 解决 JOIN 返回主表空对象并未返回副表,解决 QuestDB 自动把副表 id 等与主表重名字段改成 id1 导致的解析问题
TommyLemon
committed
d8b8e57
View commit details
Copy full SHA for d8b8e57
View code at this point
Browse repository at this point
Commits on Mar 15, 2025
新增支持 QuestDB 并支持 ~ ASOF JOIN,SAMPLE BY, LATEST ON, PARTITION BY, FILL(LINEAR) 等关键词及与语法
TommyLemon
committed
a1caa25
View commit details
Copy full SHA for a1caa25
View code at this point
Browse repository at this point
Commits on Mar 9, 2025
新增支持 TimescaleDB-高性能实时分析时序数据库
TommyLemon
committed
86fd75a
View commit details
Copy full SHA for 86fd75a
View code at this point
Browse repository at this point
Commits on Mar 2, 2025
去掉 ManticoreSearch 不支持的 SQL 关键词 AS
TommyLemon
committed
013441a
View commit details
Copy full SHA for 013441a
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL