dromara / mica-mqtt

java mqtt 基于 java aio 实现,开源、简单、易用、低延迟、高性能百万级 java mqtt client 组件和 java mqtt broker 服务。🔝🔝 记得右上角点个star 关注更新!
https://iot.bladex.cn
Apache License 2.0
296 stars 55 forks source link

Update solon.version to v3 (major) #57

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.noear:solon.scheduling.simple 2.9.4 -> 3.0.0 age adoption passing confidence
org.noear:solon.logging.simple 2.9.4 -> 3.0.0 age adoption passing confidence
org.noear:solon-web 2.9.4 -> 3.0.0 age adoption passing confidence
org.noear:solon 2.9.4 -> 3.0.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

noear/solon (org.noear:solon.scheduling.simple) ### [`v3.0.0`](https://redirect.github.com/noear/solon/blob/HEAD/UPDATE_LOG.md#v300) [Compare Source](https://redirect.github.com/noear/solon/compare/v2.9.4...v3.0.0) - 新增 solon-data-sqlutils 插件 - 移除 solon `Before`、`After` 体系,(统一为 `Filter` 体系) // ok(化敏为简) - 移除 solon `@ProxyComponent` (统一为 `@Component`) //ok(化敏为简) - 移除 solon `Bean:registered` 由 `:delivered` 替代 - 移除 solon `Component:registered` 由 `:delivered` 替代 - 移除 无关配置的弃用代码(具体参考对应表) - 移除 部分事件扩展(具体参考对应表) - 调整 solon-net `WebSocket:paramMap` 改为 MultiMap 类型 - 调整 solon-net `WebSocket:send` 改为 Future - 调整 solon Context::forward 改为“不经过”过滤器 - 调整 solon `Solon.app().handler()` 替代原来的 handlerGet() 和 HandletSet(x);并简化 StaticResourceHandler 接入处理 - 调整 solon `warp.*` 部分方法设计(内部类) - 修复 代理类中无法获取到泛型参数的BUG - 修复 打散包时外部相对文件定位失识问题(优化 `Utils::appFolder`) - 优化 solon Gateway 在过滤之前构建 `ctx.action()` - 优化 solon-web 统一 `Context::cookeMap` 解析 - 添加 solon `AppContext:getBeanFuture,getBeansFutureOfType,getBeansMapFutureOfType` - 添加 solon-cloud `Event:broadcast` 属性 - 添加 solon `Context:cookieSet(Cookie)` 方法,支持 httponly, secure 配置 - 添加 solon GenericUtil:reviewType 方法,实现 ParamWrap 和 FieldWrap 的泛型审查 - 添加 solon 泛型集合注入支持 - 添加 solon 静态字段注入支持 - 添加 solon-test `@SolonTest:scanning` 控制是否自动扫描(关闭时,需要通过 `@Import`) - 添加 liquor-eval 框架收集 - smart-http 升为 1.6.0 - smartsocket 升为 1.5.52 - noear-jlhttp 升为 1.0.1 - wood 升为 1.3.7 - folkmq 升为 1.7.8 - socket.d 升为 1.5.12 - nacos1 升为 1.4.8 - easy-trans 升为 1.3.1 - sa-token 升为 1.39.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR was generated by Mend Renovate. View the repository job log.