light-4j
light-4j copied to clipboard
A fast, lightweight and more productive microservices framework
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.16 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...
Please review the code and let me know if there is anything else that I need to do before we merge it to the 1.6.x branch.
We experienced connection problem from ConsulRegistry to consul server node so that local consul registry cache could not be synchronised when service registry got updated on server side. We found...
Issue: If light-4j is configured to pull a variable value from the environment, and the variable does not have a legal env-var name (e.g.: the token is my.server.ip), then light-4j...
Issue: Currently, when light-4j reads encrypted configuration values from the environment, it does not decrypt those values. Proposed Feature/Update: Decrypt encrypted values that are read from the environment.
This handler will be called from the light-controller to force the current server to restart when running in docker-compose, Kubernetes, Windows service or Linux service. https://github.com/networknt/light-controller/issues/144 Once the shutdown is...
The current rate limit is based on the concurrent model. I can set how many concurrent requests can pass through. This works if the backend service is slow. For faster...
Hi team, We use 1.6.x running into a situation where some of our existing code relies on an ExchangeCompletionListener being executed on the handler chain thread. We use a slf4j's...