Skip to content

Commit 2d16adc

Browse files
committedJan 2, 2024
2.6.4
1 parent 83bc578 commit 2d16adc

File tree

193 files changed

+289
-209
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+289
-209
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center" style="text-align:center;">
22
<img src="solon_icon.png" width="128" />
33
<br />
4-
Solon v2.6.4-SNAPSHOT
4+
Solon v2.6.4
55
</h1>
66
<p align="center">
77
<strong>Java's new application development framework, smaller, faster, and easier!</strong>
@@ -65,7 +65,7 @@ Build from scratch. It has its own standards and norms and open ecology. Combina
6565
* Supports Web, Data, Job, Remoting, Cloud, and other development scenarios
6666
* The two architecture modes are Handler + Context and Listener + Message
6767
* Emphasizes plug-in extensibility, expandable and swappable, adaptable to different application scenarios
68-
* Supports GraalVm Native Image packaging
68+
* Supports GraalVm Native Image packaging. Support FaaS pattern development
6969
* Allow service plug-ins to hot-plug, hot-swap, and hot-manage.
7070

7171
## Ecosystem Architecture Diagram:

‎README_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center" style="text-align:center;">
22
<img src="solon_icon.png" width="128" />
33
<br />
4-
Solon v2.6.4-SNAPSHOT
4+
Solon v2.6.4
55
</h1>
66
<p align="center">
77
<strong>Java 新的应用开发框架,更小、更快、更简单!</strong>
@@ -65,7 +65,7 @@ Solon v2.6.4-SNAPSHOT
6565
* 支持 Web、Data、Job、Remoting、Cloud 等任何开发场景
6666
* 兼顾 Handler + Context 和 Listener + Message 两种架构模式
6767
* 强调插件式扩展,可扩展可切换;适应不同的应用场景
68-
* 支持 GraalVm Native Image 打包
68+
* 支持 GraalVm Native Image 打包。支持 FaaS 模式开发
6969
* 允许业务插件“热插”、“热拔”、“热管理”
7070

7171

0 commit comments

Comments
 (0)
Please sign in to comment.