scalecube / scalecube-gateway

ScaleCube API Gateway is the single entry point for service consumers. handles incoming requests and proxy/route to the appropriate microservice instance.
Apache License 2.0
18 stars 7 forks source link

Updated sc-parent to 0.1.X #107

Closed artem-v closed 4 years ago

artem-v commented 4 years ago

Test fails on sc-gateway-client-transport. From travis: log.txt.

Checked that the same compilation error happens locally:

arvy@arvy:~/Workspace/rsocket-transport-aeron$ javac -version
javac 11.0.6
arvy@arvy:~/Workspace/rsocket-transport-aeron$ java -version
java version "11.0.6" 2020-01-14 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.6+8-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.6+8-LTS, mixed mode)
segabriel commented 4 years ago

Everything is passed on my local machine and the zulu version:

$ java -version
openjdk version "11.0.6" 2020-01-14 LTS
OpenJDK Runtime Environment Zulu11.37+17-CA (build 11.0.6+10-LTS)
OpenJDK 64-Bit Server VM Zulu11.37+17-CA (build 11.0.6+10-LTS, mixed mode)

$ mvn -v
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T18:41:47+02:00)
Maven home: /opt/apache-maven
Java version: 11.0.6, vendor: Azul Systems, Inc.
Java home: /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
Default locale: en_UA, platform encoding: UTF-8
OS name: "mac os x", version: "10.14.6", arch: "x86_64", family: "mac"

I found the travis used openjdk version "11.0.2" 2019-01-15