This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 078d235 Fix "javadoc @param tags that do not match any parameters in the method" problems identified by lgtm.com. new 6287b6d camel-aws-lambda: Close FileInputStreams in LambdaProducer#createFunction because com.amazonaws.util.IOUtils#toByteArray requires the client to close the InputStream. new d0d2df5 camel-google-bigquery: Close the FileInputStream in GoogleBigQueryConnectionFactory#createFromFile The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/camel/component/aws/lambda/LambdaProducer.java | 10 ++++++---- .../google/bigquery/GoogleBigQueryConnectionFactory.java | 11 ++++++----- 2 files changed, 12 insertions(+), 9 deletions(-)