Feng Yu

Results 162 comments of Feng Yu

+1 希望作者更新

Same issue here. I find that after restart jenkins, this plugin can work for a while. But later it not works as past.

+1 希望镜像wine,不过暂时没找到wine-builds的同步方式,似乎只能爬取http链接

似乎官方停掉了ftp服务,只能从https://dl.winehq.org/ 访问了

dl.winehq.org早就用了CDN了,用的是fastly.net,这玩意在国内会定向到日本东京节点,非常慢,基本上日本的CDN节点都被和谐完了,s3也一样,github的release用的是S3,国内定向到日本节点,一样各种无法下载,改hosts改成美国西海岸节点才会好很多

本地实测了下,`apt-mirror`可以同步成功,还需要稍微调教下

+1 for mirroring gitlab-ce

@puneetbehl Thank you. But it's still not working. I try to replace `implementation "org.springframework.boot:spring-boot-starter-tomcat"` with `implementation "org.springframework.boot:spring-boot-starter-jetty"` `java -jar build/libs/restPproject-0.1.war` is working. But still cannot run under Jetty: `-plain.war`: ```sh...

I try to set `ext['jetty.version'] = '10.0.7'`, error `Not running on Jetty, JSR-356 support unavailable` is gone. But still has `Unable to find ServletContextHandler for provided ServletContext`.