编程开源技术交流,分享技术与知识

网站首页 > 开源技术 正文

Spring 替代方案。Solon v3.0.3 发布

wxchong 2024-12-28 16:09:28 开源技术 36 ℃ 0 评论

Solon 框架!

Java “新式”应用开发框架。开放原子开源基金会,孵化项目。从零开始构建(非 java-ee 架构),有灵活的接口规范与开放生态。

  • 追求: 更快、更小、更简单
  • 提倡: 克制、简洁、高效、开放、生态

有什么特点?

特点

描述

更高的计算性价比

并发高 300%;内存省 50%

更快的开发效率

代码少;入门快;启动快 10 倍(调试快)

更好的生产与部署体验

打包小 90%

更大的兼容范围

非 java-ee 架构;同时支持 java8 ~ java23,graalvm native image

最近更新了什么?

  • 新增 nami-coder-kryo 插件
  • 新增 solon-serialization-kryo 插件
  • 添加 solon Condition:onProperty 多条件支持
  • 添加 solon-net-stomp 简单事务支持,并添加统一凭据答复
  • 添加 solon-net-httputils 对 data + get 请求的支持
  • 添加 solon @Controller 和 @Remoting “非 Mapping” 函数支持 “拦截注解”
  • 添加 solon @Bean 函数,非 public 的警告日志
  • 添加 solon AppContext:beanInterceptorHas 检测方法
  • 添加 solon AppContext:subWrapsOfType(baseType, callback, index) 方法
  • 添加 solon ClassUtil::findPublicMethods 缓存效果
  • 添加 solon-net-httputils 工厂扩展方式
  • 添加 solon-data-sqlutils 工厂扩展方式
  • 添加 solon 路由器二级索引排序支持
  • 添加 solon SimpleSolonApp 类,方便局部测试用
  • 修复 solon-docs-openapi2 分布式文档,地址转发出错的问题
  • 修复 solon-config-plus 配置注入与 HikariCP 6.0 的兼容问题
  • 修复 solon GenericUtil 在泛型变量名在传递过程中改名后,无法还原的问题。(不过,改名会有潜在问题)
  • 优化 solon AppContext.beanRegister name 注册时,增加泛型绑定。以简化泛型集合注入的条件
  • 优化 nami 简化编解码适配处理
  • 优化 nami 的 get 识别处理
  • 优化 nami http 请求,不再强制编码。仅当有 @NamiBody 注解,或指定编码器才编码(可兼容更多的后端框架)
  • 优化 solon BeanWrap.Proxy 接口简化
  • 优化 solon BeanWrap:nameSet, indexSet, tagSet, typedSet 改为 public,并由 isDoned() 控制是否可修改
  • 优化 solon-view 渲染器的 app.shared 绑定,移到插件 start 时处理。避免热插拨时带入了不同 classloader 的类 *
  • freemarker 升为 2.3.33
  • velocity 升为 2.4.1
  • redisson 升为 3.37.0
  • snack3 升为 3.2.120
  • wood 升为 1.3.14
  • liquor 升为 1.3.7
  • undertow 升为 2.2.37.Final
  • jetty 升为 9.4.56.v20240826
  • java-websocket 升为 1.5.7
  • java-websocket-ns 升为 1.2
  • jackson 升为 2.18.1
  • asm 升为 9.7.1
  • smart-socket 升为 1.5.54
  • smart-http 升为 2.0

项目仓库地址?

  • gitee:https://gitee.com/opensolon/solon
  • gitcode: https://gitcode.com/opensolon/solon
  • github:https://github.com/opensolon/solon

官网?

  • https://solon.noear.org

Tags:

本文暂时没有评论,来添加一个吧(●'◡'●)

欢迎 发表评论:

最近发表
标签列表