Jovons

Results 8 issues of Jovons

**version** $ cmake version 2.8.12.2 $ clang -v clang version 3.4.2 (tags/RELEASE_34/dot2-final) Target: x86_64-redhat-linux-gnu Thread model: posix Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-redhat-linux/4.8.2 Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-redhat-linux/4.8.5 Found candidate GCC...

A project compiled in JDK 9 requires springfox.core and springfox.spi. Then it throws a compilation error: ``` module 'my.demo' reads package 'springfox.documentation.service' from both 'springfox.core' and 'springfox.spi' ```

feature
help-wanted

\# 33 issue seems to show up again. I changed the content to ‘application/json’, but in exported yaml it becomes \*/\* ![image](https://user-images.githubusercontent.com/3646400/69020641-2ec9ce80-09f0-11ea-9404-0b11bfffec38.png) ![image](https://user-images.githubusercontent.com/3646400/69020709-6e90b600-09f0-11ea-8741-189229600c86.png)

This seems to be spring cloud zuul. see https://github.com/spring-cloud/spring-cloud-gateway/issues/251

master 分支, env/nacos-hostname.env文件里需要加上: MYSQL_SERVICE_DB_PARAM=characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useSSL=false 否则会报错误: java.lang.IllegalStateException: No DataSource set 根源是application.properties默认的链接参数里useSSL=false没有,导致连接到docker-compose里定义的mysql时失败。 加上之后,运行下面正常(standalone没有这个问题): docker-compose -f example/cluster-hostname.yaml up -d

in file `chaosblade-box-ddl.sql`, the following table name should be modified as: ``` rename table t_chaos_m_quartz_locks to t_chaos_m_quartz_LOCKS; rename table t_chaos_m_quartz_blob_triggers to t_chaos_m_quartz_BLOB_TRIGGERS; rename table t_chaos_m_quartz_calendars to t_chaos_m_quartz_CALENDARS; rename table t_chaos_m_quartz_cron_triggers...

on one computer, I have `./fuzz.py --local-addresses '172.28.15.15','172.28.15.254' --local-port 3868 server scenarios/rx-server.scn` On the other computer: ![image](https://user-images.githubusercontent.com/3646400/47264539-bde58800-d54b-11e8-9658-12901789c950.png) How to run client mode when sctp multihoming?

fly -t tutorial execute -c task_hello_world.yml ``` The above command results in: error: 'uploading task-hello-world' failed: Unexpected Response Status: 500 Internal Server Error Body: ``` Concourse log: ``` {"timestamp":"2020-01-08T05:14:53.386065720Z","level":"error","source":"baggageclaim","message":"baggageclaim.api.volume-server.stream-in.failed-to-stream-into-volume","data":{"error":"fork/exec /bin/tar:...