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

请问项目还有在维护吗?官网上的下载地址 http://dl.mycat.org.cn/2.0/ 不可用 #816

Open
icaics opened this issue Dec 26, 2023 · 8 comments

Comments

@icaics
Copy link

icaics commented Dec 26, 2023

官网上的下载地址 http://dl.mycat.org.cn/2.0/ 不可用,只能用源码编译吗?

现在 main 分支还发现了以下问题:

  1. 不少 module 的 repository 的 http 已经不支持了,需要修改为 https 的,或者自己添加镜像源;
  2. parent, hbt, pattern 几个 module 中的 lombok 版本已经不兼容了,需要升级到 1.18.30 版本;
  3. assistant module pom 缺少 JavaFX 的依赖,需要添加:
<!-- https://mvnrepository.com/artifact/org.openjfx/javafx-controls -->
<dependency>
    <groupId>org.openjfx</groupId>
    <artifactId>javafx-controls</artifactId>
    <version>19</version>
</dependency>
  1. assistant module 中的 io.mycat.ui.chart.LongTextFieldChart 中的 import javafx.geometry.Pos; 编译报错:Compilation failure 错误: 无法访问Pos

其中 1、2、3 已经解决了,4 目前没有办法,请问有什么支持方式吗?

@onlycp
Copy link

onlycp commented Dec 27, 2023

试了改hosts同样 不能下载

@PC-Chiu
Copy link

PC-Chiu commented Jan 18, 2024

试了改hosts同样 不能下载

改 hosts 是不了避免 DNS 污染不能使用,现在的问题不是污染,是目标地址无法访问,可能服务已经下线了

@PC-Chiu
Copy link

PC-Chiu commented Jan 18, 2024

官网上的下载地址 http://dl.mycat.org.cn/2.0/ 不可用,只能用源码编译吗?

现在 main 分支还发现了以下问题:

  1. 不少 module 的 repository 的 http 已经不支持了,需要修改为 https 的,或者自己添加镜像源;
  2. parent, hbt, pattern 几个 module 中的 lombok 版本已经不兼容了,需要升级到 1.18.30 版本;
  3. assistant module pom 缺少 JavaFX 的依赖,需要添加:
<!-- https://mvnrepository.com/artifact/org.openjfx/javafx-controls -->
<dependency>
    <groupId>org.openjfx</groupId>
    <artifactId>javafx-controls</artifactId>
    <version>19</version>
</dependency>
  1. assistant module 中的 io.mycat.ui.chart.LongTextFieldChart 中的 import javafx.geometry.Pos; 编译报错:Compilation failure 错误: 无法访问Pos

其中 1、2、3 已经解决了,4 目前没有办法,请问有什么支持方式吗?

javafx.geometry.Pos 的问题是不是因为 JDK 版本导致的,你用的什么版本的 JDK,是 Oracle 还是 OpenJDK 的发行版本?

@icaics
Copy link
Author

icaics commented Jan 23, 2024

javafx.geometry.Pos 的问题是不是因为 JDK 版本导致的,你用的什么版本的 JDK,是 Oracle 还是 OpenJDK 的发行版本?

> java -version
openjdk version "1.8.0_392"
OpenJDK Runtime Environment (build 1.8.0_392-bre_2023_10_20_14_50-b00)
OpenJDK 64-Bit Server VM (build 25.392-b00, mixed mode)

使用 Mac 的 HomeBrew 测试过最新的 JDK,我记得是不行的,特意换了 openjdk@8 测试,也不行
时间有点久了,已经忘了 ...

@PC-Chiu
Copy link

PC-Chiu commented Jan 23, 2024

javafx.geometry.Pos 的问题是不是因为 JDK 版本导致的,你用的什么版本的 JDK,是 Oracle 还是 OpenJDK 的发行版本?

> java -version
openjdk version "1.8.0_392"
OpenJDK Runtime Environment (build 1.8.0_392-bre_2023_10_20_14_50-b00)
OpenJDK 64-Bit Server VM (build 25.392-b00, mixed mode)

使用 Mac 的 HomeBrew 测试过最新的 JDK,我记得是不行的,特意换了 openjdk@8 测试,也不行 时间有点久了,已经忘了 ...

使用 Oracle JDK 编译,亲测有效,macOS 可以使用 jenv、sdkman、环境变量等管理多 jdk 版本环境以及自由切换。

@Suponler
Copy link

现在只能通过源码编译了吗?

@betatoo
Copy link

betatoo commented Mar 27, 2024

停止维护了吧?

@nsy1989
Copy link

nsy1989 commented Apr 5, 2024

好长时间不能访问了,看来是没人维护了吗?

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

6 participants