Skip to content

Commit

Permalink
Cut release 2023.3.1
Browse files Browse the repository at this point in the history
  - build(deps): bump kafka-clients from 3.3.1 to 3.3.2 (#979)
  - build(deps): bump mysql-connector-j from 8.0.31 to 8.0.32 (#973)
  - build(deps): bump aws-sdk.version from 1.12.385 to 1.12.387 (#974)
  - build(deps): bump dependency-check-maven from 7.4.4 to 8.0.1 (#975)
  - build(deps): bump aws-cdk.version from 1.188.0 to 1.189.0 (#976)
  - build(deps): bump surefire.failsafe.version from 3.0.0-M7 to 3.0.0-M8 (#981)
  - build(deps): bump junit-bom from 5.9.1 to 5.9.2 (#982)
  - build(deps): bump maven-dependency-plugin from 3.4.0 to 3.5.0 (#984)
  - build(deps): bump assertj-core from 3.24.1 to 3.24.2 (#985)
  - build(deps): bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 (#986)
  - athena-msk: simplify the sam template (#972)
  - dependabot.yml: Increase open-pull-requests-limit for maven packages (#968)
  - Athena-msk support for sasl ssl plain if cluster is not authenticated with client trustore (#971)
  - fix null pointer on timestream
  - build(deps): bump netty.version from 4.1.86.Final to 4.1.87.Final (#966)
  - build(deps): bump jqwik from 1.7.1 to 1.7.2 (#964)
  - build(deps): bump aws-cdk.version from 1.187.0 to 1.188.0 (#962)
  - build(deps): bump mssql-jdbc from 11.2.2.jre11 to 11.2.3.jre11 (#967)
  - build(deps): bump grpc-google-cloud-bigquerystorage-v1 (#965)
  - build(deps): bump aws-sdk.version from 1.12.380 to 1.12.385 (#961)
  • Loading branch information
chngpe authored and nauy2697 committed Jan 19, 2023
1 parent 65dd0ce commit ee6f91a
Show file tree
Hide file tree
Showing 69 changed files with 215 additions and 219 deletions.
4 changes: 2 additions & 2 deletions athena-arrow-java-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-athena-query-federation</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>athena-arrow-java-dist</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<packaging>pom</packaging>
<name>athena-arrow-java-dist</name>
<!-- Source: https://github.com/henrymai/arrow/commits/apache-arrow-10.0.1-amzn -->
Expand Down
4 changes: 2 additions & 2 deletions athena-aws-cmdb/athena-aws-cmdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.47.1
SemanticVersion: 2023.3.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
Expand Down Expand Up @@ -53,7 +53,7 @@ Resources:
spill_prefix: !Ref SpillPrefix
FunctionName: !Ref AthenaCatalogName
Handler: "com.amazonaws.athena.connectors.aws.cmdb.AwsCmdbCompositeHandler"
CodeUri: "./target/athena-aws-cmdb-2022.47.1.jar"
CodeUri: "./target/athena-aws-cmdb-2023.3.1.jar"
Description: "Enables Amazon Athena to communicate with various AWS Services, making your resource inventories accessible via SQL."
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
6 changes: 3 additions & 3 deletions athena-aws-cmdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<parent>
<artifactId>aws-athena-query-federation</artifactId>
<groupId>com.amazonaws</groupId>
<version>2022.47.1</version>
<version>2023.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>athena-aws-cmdb</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-athena-federation-sdk</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<classifier>withdep</classifier>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions athena-cloudera-hive/athena-cloudera-hive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.47.1
SemanticVersion: 2023.3.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
Expand Down Expand Up @@ -66,7 +66,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.cloudera.HiveMuxCompositeHandler"
CodeUri: "./target/athena-cloudera-hive-2022.47.1.jar"
CodeUri: "./target/athena-cloudera-hive-2023.3.1.jar"
Description: "Enables Amazon Athena to communicate with Coludera Hive using JDBC"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
10 changes: 5 additions & 5 deletions athena-cloudera-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
<parent>
<artifactId>aws-athena-query-federation</artifactId>
<groupId>com.amazonaws</groupId>
<version>2022.47.1</version>
<version>2023.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>athena-cloudera-hive</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<properties>
<clouderaVersion>2.6.15.1018</clouderaVersion>
</properties>
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>athena-federation-integ-test</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>athena-jdbc</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
</dependency>
<dependency>
<groupId>Hive</groupId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>athena-jdbc</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions athena-cloudera-impala/athena-cloudera-impala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.47.1
SemanticVersion: 2023.3.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
Expand Down Expand Up @@ -71,7 +71,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.cloudera.ImpalaMuxCompositeHandler"
CodeUri: "./target/athena-cloudera-impala-2022.47.1.jar"
CodeUri: "./target/athena-cloudera-impala-2023.3.1.jar"
Description: "Enables Amazon Athena to communicate with Cloudera Impala using JDBC"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
10 changes: 5 additions & 5 deletions athena-cloudera-impala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
<parent>
<artifactId>aws-athena-query-federation</artifactId>
<groupId>com.amazonaws</groupId>
<version>2022.47.1</version>
<version>2023.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>athena-cloudera-impala</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<properties>
<clouderaVersion>2.6.29.1035</clouderaVersion>
</properties>
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>athena-federation-integ-test</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>athena-jdbc</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
</dependency>
<dependency>
<groupId>Impala</groupId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>athena-jdbc</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.47.1
SemanticVersion: 2023.3.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
Expand Down Expand Up @@ -53,7 +53,7 @@ Resources:
spill_prefix: !Ref SpillPrefix
FunctionName: !Ref AthenaCatalogName
Handler: "com.amazonaws.athena.connectors.cloudwatch.metrics.MetricsCompositeHandler"
CodeUri: "./target/athena-cloudwatch-metrics-2022.47.1.jar"
CodeUri: "./target/athena-cloudwatch-metrics-2023.3.1.jar"
Description: "Enables Amazon Athena to communicate with Cloudwatch Metrics, making your metrics data accessible via SQL"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
6 changes: 3 additions & 3 deletions athena-cloudwatch-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<parent>
<artifactId>aws-athena-query-federation</artifactId>
<groupId>com.amazonaws</groupId>
<version>2022.47.1</version>
<version>2023.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>athena-cloudwatch-metrics</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-athena-federation-sdk</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<classifier>withdep</classifier>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions athena-cloudwatch/athena-cloudwatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.47.1
SemanticVersion: 2023.3.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
Expand Down Expand Up @@ -66,7 +66,7 @@ Resources:
kms_key_id: !If [HasKMSKeyId, !Ref KMSKeyId, !Ref "AWS::NoValue"]
FunctionName: !Ref AthenaCatalogName
Handler: "com.amazonaws.athena.connectors.cloudwatch.CloudwatchCompositeHandler"
CodeUri: "./target/athena-cloudwatch-2022.47.1.jar"
CodeUri: "./target/athena-cloudwatch-2023.3.1.jar"
Description: "Enables Amazon Athena to communicate with Cloudwatch, making your log accessible via SQL"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
8 changes: 4 additions & 4 deletions athena-cloudwatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<parent>
<artifactId>aws-athena-query-federation</artifactId>
<groupId>com.amazonaws</groupId>
<version>2022.47.1</version>
<version>2023.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>athena-cloudwatch</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-athena-federation-sdk</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<classifier>withdep</classifier>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>athena-federation-integ-test</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/software.amazon.awscdk/logs -->
Expand Down
4 changes: 2 additions & 2 deletions athena-datalakegen2/athena-datalakegen2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Metadata:
- athena-federation
- jdbc
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.47.1
SemanticVersion: 2023.3.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
Expand Down Expand Up @@ -68,7 +68,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.datalakegen2.DataLakeGen2MuxCompositeHandler"
CodeUri: "./target/athena-datalakegen2-2022.47.1.jar"
CodeUri: "./target/athena-datalakegen2-2023.3.1.jar"
Description: "Enables Amazon Athena to communicate with DataLake Gen2 using JDBC"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
10 changes: 5 additions & 5 deletions athena-datalakegen2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
<parent>
<artifactId>aws-athena-query-federation</artifactId>
<groupId>com.amazonaws</groupId>
<version>2022.47.1</version>
<version>2023.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>athena-datalakegen2</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>athena-federation-integ-test</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>athena-jdbc</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>athena-jdbc</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions athena-db2/athena-db2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Metadata:
- athena-federation
- jdbc
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.47.1
SemanticVersion: 2023.3.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
Expand Down Expand Up @@ -69,7 +69,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.db2.Db2MuxCompositeHandler"
CodeUri: "./target/athena-db2-2022.47.1.jar"
CodeUri: "./target/athena-db2-2023.3.1.jar"
Description: "Enables Amazon Athena to communicate with DB2 using JDBC"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
10 changes: 5 additions & 5 deletions athena-db2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
<parent>
<artifactId>aws-athena-query-federation</artifactId>
<groupId>com.amazonaws</groupId>
<version>2022.47.1</version>
<version>2023.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>athena-db2</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>athena-federation-integ-test</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>athena-jdbc</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>athena-jdbc</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions athena-docdb/athena-docdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.47.1
SemanticVersion: 2023.3.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
Expand Down Expand Up @@ -67,7 +67,7 @@ Resources:
default_docdb: !Ref DocDBConnectionString
FunctionName: !Ref AthenaCatalogName
Handler: "com.amazonaws.athena.connectors.docdb.DocDBCompositeHandler"
CodeUri: "./target/athena-docdb-2022.47.1.jar"
CodeUri: "./target/athena-docdb-2023.3.1.jar"
Description: "Enables Amazon Athena to communicate with DocumentDB, making your DocumentDB data accessible via SQL."
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
8 changes: 4 additions & 4 deletions athena-docdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<parent>
<artifactId>aws-athena-query-federation</artifactId>
<groupId>com.amazonaws</groupId>
<version>2022.47.1</version>
<version>2023.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>athena-docdb</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-athena-federation-sdk</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<classifier>withdep</classifier>
<exclusions>
<!-- replaced with jcl-over-slf4j -->
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>athena-federation-integ-test</artifactId>
<version>2022.47.1</version>
<version>2023.3.1</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-docdb -->
Expand Down
Loading

0 comments on commit ee6f91a

Please sign in to comment.