Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

序列化这块,能不能独立出来啊?我也想用用:) #13

Open
noear opened this issue Jun 6, 2022 · 19 comments
Open

序列化这块,能不能独立出来啊?我也想用用:) #13

noear opened this issue Jun 6, 2022 · 19 comments

Comments

@noear
Copy link

noear commented Jun 6, 2022

同题

@godotg
Copy link
Contributor

godotg commented Jun 7, 2022

序列化这块是独立的,不依赖其它模块,把protocol这个文件复制黏贴出来就能用

@godotg
Copy link
Contributor

godotg commented Jun 7, 2022

项目没有使用maven parent方式管理,就是为了便于后面独立,protocol直接打开不依赖其它项目

@noear
Copy link
Author

noear commented Jun 7, 2022

感谢!!!

@noear
Copy link
Author

noear commented Jun 7, 2022

https://github.com/noear/solon

这是我的项目,有空光顾下:)

@godotg
Copy link
Contributor

godotg commented Jun 8, 2022

已关注star

@noear
Copy link
Author

noear commented Jun 10, 2022

直接把你的 protocol 下的代码 copy 走吗?这合适吗?

@godotg
Copy link
Contributor

godotg commented Jun 11, 2022

等java20出来,才准备弄个maven的release包

@godotg
Copy link
Contributor

godotg commented Jun 11, 2022

目前你只能本地install到自己的本地maven仓库

@godotg godotg closed this as completed Jun 28, 2022
@godotg godotg reopened this Oct 7, 2022
@nasodaengineer
Copy link

等java20出来,才准备弄个maven的release包

21都出了

@godotg
Copy link
Contributor

godotg commented Sep 21, 2023

等java20出来,才准备弄个maven的release包

21都出了

这周就出release的21

@godotg
Copy link
Contributor

godotg commented Sep 21, 2023

等java20出来,才准备弄个maven的release包

21都出了

com.zfoo boot 3.1.4

@godotg
Copy link
Contributor

godotg commented Sep 21, 2023

com.zfoo boot 3.1.4

@godotg
Copy link
Contributor

godotg commented Sep 21, 2023

<dependency>
    <groupId>com.zfoo</groupId>
    <artifactId>boot</artifactId>
    <version>3.1.4</version>
</dependency>

@godotg
Copy link
Contributor

godotg commented Sep 21, 2023

第一个release版本,jdk需要17+

@noear
Copy link
Author

noear commented Sep 21, 2023

@godotg jdk需要17+。。。别啊,1.8 的怎么办啊?做个兼容处理嘛

@godotg
Copy link
Contributor

godotg commented Sep 22, 2023

@godotg jdk需要17+。。。别啊,1.8 的怎么办啊?做个兼容处理

没办法了,代码里大量使用 var 语法,改不动了啊

@godotg
Copy link
Contributor

godotg commented Sep 22, 2023

使用了太多的新特性,graalvm最低就得jdk17

@godotg
Copy link
Contributor

godotg commented Sep 22, 2023

本来准备最低要求jdk21的,zfoo已经支持协程了,最后妥协了把协程相关的删除了

@noear
Copy link
Author

noear commented Sep 22, 2023

强烈要求支持 jdk1.8 :)。。。可以通过开关之类的,或可选方案进行切换到 17 或 21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants