hongqiaowei
|
37c09418f1
|
Comment requestDecorator.getHeaders().remove(HttpHeaders.CONTENT_LENGTH)
|
2021-09-26 13:37:17 +08:00 |
|
Francis Dong
|
f4966b59a4
|
Add join function to merge 2 lists by a join field #316
|
2021-09-23 15:52:34 +08:00 |
|
hongqiaowei
|
ef128e8f13
|
Support custom trace id in request processing chain #315
|
2021-09-23 12:01:55 +08:00 |
|
hongqiaowei
|
e39f0a82bf
|
Merge pull request #309 from wehotel/feature/log_appender
add logback support for send log 2 manager
|
2021-09-22 14:48:55 +08:00 |
|
hongqiaowei
|
17ff7725a6
|
Deprecate some method of WebUtils.java
|
2021-09-18 10:44:36 +08:00 |
|
hongqiaowei
|
10601a8463
|
Release 2.3.2-beta1
|
2021-09-16 17:50:23 +08:00 |
|
hongqiaowei
|
7ace84ba36
|
Support dynamic route
|
2021-09-15 19:37:34 +08:00 |
|
黄华
|
b2fbb08029
|
revert proxy web client
|
2021-09-14 09:53:03 +08:00 |
|
黄华
|
c4ed0f4370
|
Merge branch 'develop' into feature/log_appender
|
2021-09-14 09:41:51 +08:00 |
|
黄华
|
ddbc25c47a
|
1.custom define WebClient.Builder; 2. support gateway group check by application name
|
2021-09-13 11:29:44 +08:00 |
|
lancer.hong
|
76ecd1d36e
|
Add next(ServerWebExchange exchange, List<PluginConfig> pcs) method
|
2021-09-12 16:10:22 +08:00 |
|
黄华
|
bd40099a5f
|
add logback support for send log 2 manager
|
2021-09-11 00:05:14 +08:00 |
|
hongqiaowei
|
97ffa19830
|
Aggregate filter should not execute if plugin already response
|
2021-09-07 12:04:44 +08:00 |
|
Francis Dong
|
63ab5973b6
|
Correct regex expression
|
2021-09-06 23:54:31 +08:00 |
|
Francis Dong
|
d2e689f58c
|
Add common functions #302
|
2021-09-06 23:33:42 +08:00 |
|
Francis Dong
|
f086029b51
|
Remove redundant result in the step context while there is no for-loop component #299
|
2021-09-04 23:34:49 +08:00 |
|
Francis Dong
|
4effb404b5
|
Fix the issue that flow control component will end the process #297
|
2021-09-04 18:32:33 +08:00 |
|
hongqiaowei
|
76275ecdbf
|
Compatible with processing result of legacy plugin
|
2021-09-04 17:31:31 +08:00 |
|
Francis Dong
|
7e9eeef834
|
Add getTime function #294
|
2021-09-01 13:44:53 +08:00 |
|
Francis Dong
|
31e8b3f80e
|
update AES key of unit test
|
2021-08-31 15:28:03 +08:00 |
|
Francis Dong
|
1644cab60f
|
handle null argument of function and add dafault timezone
|
2021-08-31 13:33:43 +08:00 |
|
Francis Dong
|
8d283d27d4
|
Add default timezone to date function
|
2021-08-31 10:45:55 +08:00 |
|
Francis Dong
|
0d403d853b
|
Add concat function unit test
|
2021-08-31 09:38:52 +08:00 |
|
lancer.hong
|
d1543f48c3
|
Optimize ThreadContext.java
|
2021-08-30 19:03:05 +08:00 |
|
Francis Dong
|
5746732bf8
|
Correct the data type of reference value if it is variable arguments #289
|
2021-08-30 12:32:07 +08:00 |
|
Francis Dong
|
9f6cc4102b
|
Correct the data type of reference value if it is variable arguments #289
|
2021-08-30 11:39:32 +08:00 |
|
Francis Dong
|
af30765f2b
|
Add UUID function #287
|
2021-08-27 18:33:15 +08:00 |
|
Francis Dong
|
7ec6d7056a
|
Add toUpperCase and toLowerCase functions #285
|
2021-08-27 16:32:43 +08:00 |
|
Francis Dong
|
8d68b737bd
|
Add configuration to control whether to write null value in JSON serialization in aggregation #283
|
2021-08-25 10:25:23 +08:00 |
|
Francis Dong
|
f898b7145c
|
Return error info when fail to cast in aggregation #282
|
2021-08-25 10:25:23 +08:00 |
|
Francis Dong
|
63ee1630a7
|
Support function in aggregation #281
|
2021-08-25 10:25:23 +08:00 |
|
hongqiaowei
|
71b92def56
|
Optimize route auth msg
|
2021-08-18 17:23:27 +08:00 |
|
hongqiaowei
|
3f8f2ff644
|
Upgrade netty to 4.1.67
|
2021-08-17 17:02:04 +08:00 |
|
hongqiaowei
|
33b2d3cfd7
|
Add ReactiveRedisHelper #278
|
2021-08-16 11:59:29 +08:00 |
|
Francis Dong
|
9a733257e9
|
Skip the subclasses of FizzRuntimeException in pipeline #276
|
2021-08-16 11:23:22 +08:00 |
|
hongqiaowei
|
c796df2071
|
Add plugin to access request body #275
|
2021-08-13 16:51:33 +08:00 |
|
hongqiaowei
|
687f9fe7ca
|
Optimize request body access in gateway #274
|
2021-08-12 18:58:14 +08:00 |
|
hongqiaowei
|
380026f656
|
Support request body access in plugin #261
|
2021-08-11 16:37:18 +08:00 |
|
frank0417
|
64227a904b
|
add code copyright notice
|
2021-08-05 11:46:48 +08:00 |
|
hongqiaowei
|
289fca7b35
|
Merge branch 'develop' into master
|
2021-08-03 13:13:11 +08:00 |
|
Francis Dong
|
5f829559e2
|
Add step context to FizzRunTimeException for further investigation #267
|
2021-08-03 11:25:43 +08:00 |
|
Francis Dong
|
320056c4fc
|
fix the issue that circle component will throw exception when the next item is null #266
|
2021-08-03 11:25:43 +08:00 |
|
Francis Dong
|
71d9bd1ed9
|
fix the issue that fallback json can not be parsed due to no default content-type header #264
|
2021-08-02 18:43:07 +08:00 |
|
Francis Dong
|
4014d0a8a6
|
print fizz runtime exception log #262
|
2021-08-02 18:01:05 +08:00 |
|
hongqiaowei
|
1444e0f4f9
|
Merge master into develop (#259)
|
2021-07-27 17:57:40 +08:00 |
|
Francis Dong
|
b23b90f2da
|
Fix the issue that fastjson serializes basic type as string with quotes #256
|
2021-07-22 17:58:05 +08:00 |
|
lancer.hong
|
7ded8514ac
|
If ip whitelist of app is "1.2.3.6-8,1.2.3.86-88", and "1.2.3.6-8" "1.2.3.86-88" have some subnet "1.2.3", then "1.2.3.6-8" will be lost #255
|
2021-07-21 10:43:36 +08:00 |
|
linwaiwai
|
82cf2fbb74
|
avoid compile issue
|
2021-07-21 09:53:26 +08:00 |
|
lancer.hong
|
f45c5e689a
|
If ip whitelist of app is "1.2.3.6-8,1.2.3.86-88", and "1.2.3.6-8" "1.2.3.86-88" have some subnet "1.2.3", then "1.2.3.6-8" will be lost #255
|
2021-07-20 21:18:05 +08:00 |
|
Francis Dong
|
e4464e4566
|
Fix the issue that circle result is null when looping #252
|
2021-07-20 14:36:26 +08:00 |
|