solon
solon copied to clipboard
🔥 New Java application development framework: FASTER, SMALLER, SIMPLER!! 2 to 3 times more concurrency 50% memory savings Startup is 5-10 times faster. 50% ~ 90% smaller packaging; Compatible with ja...
Bumps [aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) from 1.12.166 to 1.12.261. Changelog Sourced from aws-java-sdk-s3's changelog. 1.12.261 2022-07-14 AWS Config Features Update ResourceType enum with values for Route53Resolver, Batch, DMS, Workspaces, Stepfunctions, SageMaker, ElasticLoadBalancingV2, MSK...
Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.46.v20220331 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @jianglai (Lai Jiang) @markslater (markslater) @prenagha (Padraic Renaghan)...
Bumps [shiro-core](https://github.com/apache/shiro) from 1.8.0 to 1.9.1. Commits 2b53211 [maven-release-plugin] prepare release shiro-root-1.9.1 6bcb92e Add support for case-insensitive matching to RegExPatternMatcher 422166d Merge pull request #364 from apache/shiro-871-19x 0db440a Apply principalSuffix...
目前当 Runtime 是 Undertow 时,配置是 Undertow.Builder 当 Runtime 是 SmartHttp 时,配置是 HttpServerConfiguration 好像目前有个 ServerProps 类看起来像是我需要的,但是好像基本上 web 的配置,缺少 Tcp 参数和 io 线程的相关配置 目的:减少 app 对 runtime 的编译依赖 Jooby 也是支持多 Runtime 的,或许可以参考他的...
undertow 的文件上传,默认是先走磁盘的。有两个优化需求: 1. 是否走碰盘,希望能有开关控制 2. 当文件上传频高时,碰盘上的临时目标并不会自动删除(或者说自动删除没有,或失效了)
solon模块作为整个项目的内核,从我目前比较粗浅的理解来看,可以进行一定的精简,使得项目层次更加容易理解。大概调整逻辑为: 将mvc、router、handle等功能从模块中剥离,solon模块只保留项目配置初始化,生命周期管理,事件传播等功能。