imbajin
caa4b26a98
refact: address some code alert ( #115 )
2022-11-09 17:50:27 +08:00
青年
7347b17a47
fix apache revision ( #114 )
2022-11-04 20:56:00 +08:00
imbajin
ae54f28308
refact: upgrade a string of dependencies to address CVEs report & clean code ( #110 )
...
Note: after use junit-2.13, some assert-api's error messages has changed, check it in other repos (and avoid use long & fixed error message)
2022-10-26 19:02:36 +08:00
imbajin
b783da5bde
feat(apache): support check license header with RAT ( #108 )
...
use "mvn apache-rat:check" to see the report, and use find ./ -name rat.txt -print0 | xargs -0 -I file cat file > merged-rat.txt
2022-10-20 12:18:49 +08:00
imbajin
be72d20f8a
chore: setup for apache maven release ( #107 )
2022-10-19 23:42:31 +08:00
ShouJing
3b1bcb1a99
rename package name `com.baidu` to `org.apache` ( #104 )
2022-09-08 17:28:03 +08:00
seagle
09b18191ed
update checkstyle ( #97 )
...
Co-authored-by: yuanbingze <yuanbingze@yy.com>
Co-authored-by: imbajin <jin@apache.org>
2022-06-13 20:37:54 +08:00
imbajin
db84121d5d
refact: unify pom & remove useless file ( #100 )
2022-04-29 12:33:19 +08:00
zyxxoo
f2e838443d
version 2.1.2 ( #96 )
2022-04-11 16:11:14 +08:00
zyxxoo
d0e5971c7e
fix: can't delete conf file when drop graph ( #93 )
2022-03-21 19:47:40 +08:00
zyxxoo
4b21e94ad2
chore: support java 11 ( #83 )
...
* chore: support java 17
* fix: unitest
* fix: server JAX-B API not found warning
* chore: improve code
* fix: hugeconfig test
* chore: resolve conflict
* fix: version unit test
* chore: improve code
* chore: improve impl version
* chore: improve code
* refactor: hugeconfig get
* chore: improve code
2022-01-14 10:55:34 +08:00
zhoney
922a4f6334
upgrade log4j to version 2.17.0 ( #89 )
2021-12-21 17:51:38 +08:00
coderzc
8f0f2ba012
release maven package by actions ( #88 )
2021-12-21 14:12:35 +08:00
Jermy Li
fbb743afeb
bump up version to 2.0.0 ( #86 )
...
* refactor license module
Change-Id: Ia4041f88994490c1bc0519e0f8ff01d27577bafb
2021-12-17 10:57:40 +08:00
zhoney
3b8933c3d3
fix log4j error ( #85 )
2021-12-15 20:30:27 +08:00
imbajin
ee08712120
chore: new pom & README for module
2021-12-07 14:38:05 +08:00
imbajin
c572c2bedd
first rename
2021-11-30 15:29:35 +08:00
guoygang
1d27452994
add bearer token support ( #81 )
2021-11-02 19:43:38 +08:00
ShouJing
535ae072f4
add Auth Context to store request header(Authorization) ( #76 )
2021-06-24 16:00:29 +08:00
dependabot[bot]
9101842200
Bump jackson.version from 2.10.2 to 2.12.1 ( #63 )
...
Bumps `jackson.version` from 2.10.2 to 2.12.1.
Updates `jackson-annotations` from 2.10.2 to 2.12.1
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
Updates `jackson-core` from 2.10.2 to 2.12.1
- [Release notes](https://github.com/FasterXML/jackson-core/releases )
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.10.2...jackson-core-2.12.1 )
Updates `jackson-databind` from 2.10.2 to 2.12.1
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
Updates `jackson-module-jaxb-annotations` from 2.10.2 to 2.12.1
- [Release notes](https://github.com/FasterXML/jackson-modules-base/releases )
- [Commits](https://github.com/FasterXML/jackson-modules-base/compare/jackson-modules-base-2.10.2...jackson-modules-base-2.12.1 )
Updates `jackson-jaxrs-base` from 2.10.2 to 2.12.1
- [Release notes](https://github.com/FasterXML/jackson-jaxrs-providers/releases )
- [Commits](https://github.com/FasterXML/jackson-jaxrs-providers/compare/jackson-jaxrs-providers-2.10.2...jackson-jaxrs-providers-2.12.1 )
Updates `jackson-jaxrs-json-provider` from 2.10.2 to 2.12.1
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-03 16:06:27 +08:00
dependabot[bot]
27dfd9d5a2
Bump commons-io from 2.4 to 2.7 ( #75 )
...
Bumps commons-io from 2.4 to 2.7.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-03 15:50:56 +08:00
houzhizhen
74b954acf2
disable delimiter parsing when construct from MapConfiguration ( #74 )
2021-04-26 16:16:31 +08:00
Linary
f72fac400f
Improve some license params ( #73 )
2021-04-16 14:58:22 +08:00
Linary
185a926a94
Fix senstive mail address ( #71 )
2021-04-15 18:05:21 +08:00
Linary
265f74bb5f
Add checkstyle plugin ( #67 )
2021-03-19 21:21:25 +08:00
Jermy Li
98844d8c2a
add UnitUtil class ( #66 )
...
* upgrede version to 1.8.6
Change-Id: I67c7b38979b2c0603878d48929247ec0282d10d9
2021-03-19 20:44:46 +08:00
Linary
42e5260ba5
Add Class.class as an accept data type in TypedOption ( #65 )
2021-03-07 16:42:38 +08:00
Jermy Li
ccc4d3bd6a
add LimitIterator class ( #62 )
...
* bump up version 1.8.4
Change-Id: I5d150e0c30f83200880cf8dd95e6e4b3678137b0
2021-03-01 21:46:06 +08:00
houzhizhen
f4e861b3a8
add BarrierEvent ( #60 )
2021-01-11 18:01:35 +08:00
Linary
37de7be0ee
Improve SafeDateFormat by joda DateTimeFormatter ( #59 )
...
Fix #58
2020-12-14 15:14:50 +08:00
zhoney
9962e0c9c9
fix https+auth bug ( #57 )
...
Change-Id: Ic791c21271c9c9ca60b0ff4294feb5fe2165452a
2020-11-17 17:19:23 +08:00
Linary
2d4a8eebf8
Upgrade version to 1.8.0 for release ( #55 )
2020-11-05 17:35:59 +08:00
dependabot[bot]
9f329f5f3a
Bump log4j2.version from 2.8.2 to 2.13.3 ( #52 )
...
Bumps `log4j2.version` from 2.8.2 to 2.13.3.
Updates `log4j-api` from 2.8.2 to 2.13.3
Updates `log4j-core` from 2.8.2 to 2.13.3
Updates `log4j-slf4j-impl` from 2.8.2 to 2.13.3
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-02 12:05:58 +08:00
Linary
544599e316
Fix HugeConfig save to file is empty ( #51 )
2020-07-01 20:53:47 +08:00
Jermy Li
b4fb1f7443
refactor RestClient as interface ( #49 )
...
Change-Id: Ib7153dc7b8d3bf3df9d19662b54cb05ff14c032b
2020-06-19 20:07:27 +08:00
zhoney
034e1a2513
Add dateutil ( #48 )
...
Change-Id: I783d4ba2af19114dafd921c4468d4dbb640964c1
2020-06-15 14:01:07 +08:00
shzcore
c2c5ba4689
add https support ( #47 )
2020-06-11 21:46:38 +08:00
Jermy Li
0d90ae4331
add encodeSignedB64() method ( #46 )
...
Change-Id: I771dfaeb923b6f13c14ec1a66df6142eaf2e42ae
2020-03-19 16:06:19 +08:00
Linary
fffccf1b2f
Upgrade jackson version to 2.10.2 ( #45 )
2020-02-23 20:37:09 +08:00
Linary
0a71d120f9
Add nodes and data size to extra param ( #44 )
2020-02-04 17:45:01 +08:00
Jermy Li
4bd64ce8b5
fix iterators may not be closed ( #43 )
...
Change-Id: I3709d96fd2114fa782d6f28f8853b32d65fbd22b
2020-01-08 15:13:38 +08:00
Jermy Li
24b8a33e9c
support assert range conditions ( #41 )
...
add methods to Assert class:
assertGt()
assertGte()
assertLt()
assertLte()
assertContains()
Change-Id: If4c5df19c937a8bb06fcdd60122ac54ab04f501b
2020-01-01 01:17:03 +08:00
Jermy Li
d78b728aa2
Split ConfigOption read into two steps: parse() and convert() ( #40 )
...
also fix ConfigConvOption/ConfigListConvOption read bug
fix: github.com/hugegraph/hugegraph/issues/774
Change-Id: I716c9f187128be9b0d173f152da05e5bdc2208a3
2019-12-31 14:17:25 +08:00
zhoney
49bff5eadc
Support RowLock in LockGroup ( #39 )
...
Change-Id: Ic25b7d81b5dd5ddc9d85b057e5f00a00763460c7
2019-10-11 20:07:27 +08:00
zhoney
4eda6313eb
Support keyLock in LockGroup ( #38 )
...
Change-Id: I43360da8b4c701bf02d635a7270af96a433ca5c7
2019-09-25 21:17:19 +08:00
Linary
0ff4b0e234
Extract license common structures ( #36 )
2019-09-06 10:14:23 +08:00
Jermy Li
41bc25ce85
support calling superclass method for Whitebox.invoke() ( #37 )
...
Change-Id: I36b460d1a95b4f063ccd329d2058e4e80ebb71c0
2019-09-05 14:41:19 +08:00
Jermy Li
f8e65f83bd
add Bytes.toHex() method ( #35 )
...
Change-Id: I613cf44728b347634bda726c3376a6fe1f4d4b2f
2019-08-15 17:20:24 +08:00
zhoney
cc463411ea
improve LongEncoding.decodeSortable() ( #34 )
...
Change-Id: I7962ffe9f55a2ef33752a414262e89d5a7918cc1
2019-07-22 11:17:53 +08:00
Jermy Li
0436a14591
add methods Bytes.contains() & Bytes.indexOf() ( #33 )
...
Change-Id: I2ddca3eb233a9f9f9610850ceff3a7fadd1bb784
2019-07-17 21:46:50 +08:00