Satish Chinthanippu
11/09/2022, 12:42 PM> Task :airbyte-api:compileJava
/airbyte/airbyte-api/build/generated/api/client/src/main/java/io/airbyte/api/client/generated/InternalApi.java:66: error: cannot find symbol
memberVarAsyncResponseInterceptor = apiClient.getAsyncResponseInterceptor();
^
symbol: method getAsyncResponseInterceptor()
location: variable apiClient of type ApiClient
/airbyte/airbyte-api/build/generated/api/client/src/main/java/io/airbyte/api/client/generated/AttemptApi.java:62: error: cannot find symbol
memberVarAsyncResponseInterceptor = apiClient.getAsyncResponseInterceptor();
^
symbol: method getAsyncResponseInterceptor()
location: variable apiClient of type ApiClient
Note: /airbyte/airbyte-api/build/generated/api/client/src/main/java/io/airbyte/api/client/invoker/generated/JSON.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
user
11/09/2022, 1:55 PMcompileJava
. Could you double check that you meet the prerequisites for building the Airbyte platform?Satish Chinthanippu
11/10/2022, 4:45 AMuser
11/10/2022, 1:03 PM