File tree Expand file tree Collapse file tree 9 files changed +118
-295
lines changed
core/datacap-server/src/main/java/io/edurt/datacap/server/common Expand file tree Collapse file tree 9 files changed +118
-295
lines changed Original file line number Diff line number Diff line change 11package io .edurt .datacap .server .common ;
22
3+ import edu .umd .cs .findbugs .annotations .SuppressFBWarnings ;
34import lombok .AllArgsConstructor ;
45import lombok .Getter ;
56import lombok .Setter ;
67import org .apache .commons .lang3 .StringUtils ;
78
9+ @ SuppressFBWarnings (value = {"ME_ENUM_FIELD_SETTER" },
10+ justification = "I prefer to suppress these FindBugs warnings" )
811public class AiSupportCommon
912{
1013 private AiSupportCommon ()
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ !!! note
2+
3+ The current release involves several major updates.
4+
5+ :tada : :tada : :tada : :tada : :tada : :tada : ** DataCap is released** :tada : :tada : :tada : :tada : :tada : :tada :
6+
7+ | Release Version | Release Time |
8+ | :---------------:| :------------:|
9+ | ` 1.6.0 ` | ` 2023-03-02 ` |
10+
11+ #### General
12+
13+ ---
14+
15+ - Add logo
16+ - Support ` SHOW PATHS xxx `
17+ - Fixed function time field
18+ - Refactor all module
19+ - Add http lib
20+ - Add logger lib
21+
22+ #### SPI
23+
24+ ---
25+
26+ - JDBC: Repair Connection failure Do not close the connection
27+
28+ #### Web
29+
30+ ---
31+
32+ - Add default watermark
33+ - Remove about page
34+ - Add routing permission control
35+ - Optimize lazy loading of the tree menu of the query page
36+
37+ #### Plugins
38+
39+ ---
40+
41+ - Support duckdb for jdbc close #249
42+ - Support alioss for native #250
43+
44+ #### Zookeeper (Native)
45+
46+ ---
47+
48+ - Support ` SHOW PATHS `
49+
50+ #### Dependencies
51+
52+ ---
53+
54+ - Bump maven-javadoc-plugin from ` 3.4.1 ` to ` 3.5.1 `
55+ - Bump oceanbas-client from ` 2.4.0 ` to ` 2.4.2 `
56+
57+ #### Contributors
58+
59+ ---
60+
61+ !!! danger
62+
63+ Many thanks to the following contributors for contributing to the source code of this release
64+
65+ In no particular order
66+
67+ | GitHub ID |
68+ | :----------:|
69+ | @why198852 |
70+ | @mlboy |
71+ | @qianmoQ |
You can’t perform that action at this time.
0 commit comments