cicada icon indicating copy to clipboard operation
cicada copied to clipboard

🚀 Fast lightweight HTTP service framework.

Results 14 cicada issues
Sort by recently updated
recently updated
newest added

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.47 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...

dependencies

Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.31 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...

dependencies

写了半天。。。最终发现除了get 其他的都拿不到参数....

我的机器是macbook pro,4C 16G配置,我在jmeter上打到3000并发就有大量请求处理失败了,方便问下想打到10w并发需要怎么设置,谢谢。

Bumps logback-classic from 1.1.11 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.1.11&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps logback-core from 1.1.11 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-core&package-manager=maven&previous-version=1.1.11&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Hi, in your code [HttpDispatcher:105](https://github.com/TogetherOS/cicada/blob/master/cicada-core/src/main/java/top/crossoverjie/cicada/server/handle/HttpDispatcher.java#L105), is it better to put the cleaning code to the ChannelFutureListener of `ctx.writeAndFlush(response);`?

question

加入`@CicadaRoute` Http Method 配置 使用`url`+`http method`组合为映射键 1. 未配置默认支持`POST`,`GET`,`PUT`,`PATCH`,`DELETED` 2. `url`+`http method` 组合映射的java方法不可重复

enhancement

Handle Process 1. add customize exception handle annotation 2. chooses whether to configure it on your controller 3. find the special exception handle annotation when catch exception,if exists handle by...

new features