Commit Graph

20 Commits

Author SHA1 Message Date
Shiwen Cheng
ef7d7b791e
[Fix-4268] Fix NumberFormatException when visiting a doc.html or swagger-ui.html (#4269)
* [Fix-4268] Fix NumberFormatException when visiting a doc.html or swagger-ui.html

* Fix checkstyle error

* Update swagger-models in known-dependencies.txt
2020-12-21 16:01:52 +08:00
dailidong
99e516baf9
Update known-dependencies.txt 2020-12-06 13:19:49 +08:00
karlsun
81f4b5a25f remove c3p0,mchange-commons-java license 2020-12-05 09:41:39 +08:00
karlsun
1a854f8056 upgrade jackson version to 2.9.10 2020-12-03 15:25:49 +08:00
karlsun
a522da068f add HikariCP-java6,c3p0,mchange-commons-java license 2020-12-03 14:05:55 +08:00
karlsun
c5084a367a upgrade quartz version to 2.3.0 2020-12-03 10:18:11 +08:00
zhuangchong
5b4a8fdcf5
[fix-3788][pom]spring framework Security breach (#3882)
* spring framework Security breach,update springboot version.

* update license.

* update license.

* update netty license.

* update license.

* Update known-dependencies.txt

* Update known-dependencies.txt

Co-authored-by: zhuangchong <zhuangchong8@163.com>
Co-authored-by: dailidong <dailidong66@gmail.com>
2020-10-15 19:52:23 +08:00
Hsu Pu
8ef043151c
done (#3752) 2020-09-21 16:49:25 +08:00
felix.wang
3a2663eeb7
[Improvement][DAO] druid The lower version is not compatible with LocalDateTime(DRUID 低版本不支持LocalDateTime) (#3716)
* fix  mybatis 3.51版本的LocalDateTime映射报SQLFeatureNotSupportedException

* fix  druid-1.1.14.jar->1.1.22
2020-09-13 23:55:25 +08:00
rockxsj
2b46db0bf7
[Feature]add presto datasource support (#3308)
* * add presto datasource support
update .gitigonre to igonre some files

* * use another presto driver

* * add LICENSE files about presto-jdbc

* * just for test sonar

Co-authored-by: rockxsj <junjun@mgtv.com>
2020-08-14 08:52:31 +08:00
CalvinKirs
38e7494f78
replace CollectionUtils deprecated method (#3027)
* replace deprecated method

* replace deprecated method

* replace deprecated method

* replace deprecated method

* replace deprecated method

* messy

* messy

* messy

* add missing license

Co-authored-by: gabry.wu <gabrywu@apache.org>
Co-authored-by: dailidong <dailidong66@gmail.com>
2020-07-13 19:42:33 +08:00
lenboo
714ae33e40 merge from dev 2020-06-19 14:20:24 +08:00
lenboo
b10a06b2bc add commons-compiler-3.0.12.jar 2020-06-10 14:21:08 +08:00
lenboo
fe3021c386 add janino-3.0.12.jar 2020-06-10 14:14:26 +08:00
lenboo
1904a7022a change 1.3.0 to 1.3.0-snapshot 2020-06-10 11:42:15 +08:00
simon824
7d45e116bb remove fastjson license 2020-06-10 09:29:39 +08:00
dailidong
be3e761a9a
Update known-dependencies.txt (#2748) 2020-05-18 22:08:31 +08:00
dailidong
2700f8d87e
Update known-dependencies.txt 2020-05-18 17:57:11 +08:00
gabry.wu
c28a697ee8
add RetryerUtils to retry async & sync function gracefully (#2697)
* add RetryerUtils tool class for async & sync retry invoking

* add RetryerUtils tool class for async & sync retry invoking

* add guava-retrying-2.0.0.jar to known-dependencies.txt

* fix javadoc

* fix code smell

Co-authored-by: qiaozhanwei <qiaozhanwei@outlook.com>
2020-05-14 17:51:50 +08:00
kezhenxu94
6e08b29254
Add a script to check the license (#2552)
* Add a script to check the license

### Motivation

Check licenses in the distribution package

### Modification

1. Add a script to check licenses, and list known licenses.
1. Remove unused dep license, lombok.
1. Remove unnecessary ignored patterns in .gitignore.
1. Add missing config items to apache-rat plugin, which just checked a small part of files before.
1. Add check to GitHub Actions process

### Result

1. Newly-added dependencies should be checked and confirmed.
1. Closes #1578

* Separate rat and dependency check

* Tee dependencies to stdout

* Add more debug messages

* Check light-weight task first
2020-05-02 22:19:20 +08:00