jamesnetherton opened a new issue, #7925: URL: https://github.com/apache/camel-quarkus/issues/7925
### Bug description Likely related to some changes in camel-google-bigquery: https://github.com/apache/camel/commit/87660950ac4d3521ec7ebb262f24feb320ed17c9 We see: ``` Caused by: java.lang.NullPointerException: Cannot invoke "com.google.cloud.bigquery.Job.waitFor(com.google.cloud.RetryOption[])" because "job" is null at org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLProducer.executeJob(GoogleBigQuerySQLProducer.java:161) at org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLProducer.process(GoogleBigQuerySQLProducer.java:94) ``` We may need to refresh and record the WireMock stubs. I'll disable the test for now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
