Skip to content

Commit

Permalink
build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.28.9 to 0…
Browse files Browse the repository at this point in the history
….28.11 (#1020)

* build(deps): bump software.amazon.awssdk.crt:aws-crt

Bumps [software.amazon.awssdk.crt:aws-crt](https://github.com/awslabs/aws-crt-java) from 0.28.9 to 0.28.11.
- [Release notes](https://github.com/awslabs/aws-crt-java/releases)
- [Commits](awslabs/aws-crt-java@v0.28.9...v0.28.11)

---
updated-dependencies:
- dependency-name: software.amazon.awssdk.crt:aws-crt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix jni

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sébastien Crocquesel <[email protected]>
  • Loading branch information
dependabot[bot] and scrocquesel authored Nov 30, 2023
1 parent 5be8a15 commit 5953671
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ public void registerAwsCrtJniRuntimeAccessBuildItem(
"software.amazon.awssdk.crt.auth.credentials.Credentials", "secretAccessKey"));
jniRuntimeAccessField.produce(new JniRuntimeAccessFieldBuildItem(
"software.amazon.awssdk.crt.auth.credentials.Credentials", "sessionToken"));
jniRuntimeAccessField.produce(new JniRuntimeAccessFieldBuildItem(
"software.amazon.awssdk.crt.auth.credentials.Credentials", "expirationTimePointSecs"));
jniRuntimeAccessMethod.produce(new JniRuntimeAccessMethodBuildItem(
"software.amazon.awssdk.crt.auth.credentials.CredentialsProvider",
"onGetCredentialsComplete", "java.util.concurrent.CompletableFuture",
Expand Down Expand Up @@ -832,5 +834,21 @@ public void registerAwsCrtJniRuntimeAccessBuildItem(
"software.amazon.awssdk.crt.s3.S3TcpKeepAliveOptions", "keepAliveMaxFailedProbes"));
jniRuntimeAccessField.produce(new JniRuntimeAccessFieldBuildItem(
"software.amazon.awssdk.crt.s3.S3TcpKeepAliveOptions", "keepAliveTimeoutSec"));
jniRuntimeAccessMethod.produce(new JniRuntimeAccessMethodBuildItem(
"software.amazon.awssdk.crt.s3.S3ExpressCredentialsProviderFactory",
"createS3ExpressCredentialsProvider", "software.amazon.awssdk.crt.s3.S3Client"));
jniRuntimeAccessMethod.produce(new JniRuntimeAccessMethodBuildItem(
"software.amazon.awssdk.crt.s3.S3ExpressCredentialsProperties", "<init>"));
jniRuntimeAccessField.produce(new JniRuntimeAccessFieldBuildItem(
"software.amazon.awssdk.crt.s3.S3ExpressCredentialsProperties", "hostValue"));
jniRuntimeAccessField.produce(new JniRuntimeAccessFieldBuildItem(
"software.amazon.awssdk.crt.s3.S3ExpressCredentialsProperties", "region"));
jniRuntimeAccessMethod.produce(new JniRuntimeAccessMethodBuildItem(
"software.amazon.awssdk.crt.s3.S3ExpressCredentialsProvider",
"getS3ExpressCredentials", "software.amazon.awssdk.crt.s3.S3ExpressCredentialsProperties",
"software.amazon.awssdk.crt.auth.credentials.Credentials", "long"));
jniRuntimeAccessMethod.produce(new JniRuntimeAccessMethodBuildItem(
"software.amazon.awssdk.crt.s3.S3ExpressCredentialsProvider",
"destroyProvider"));
}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.6.0</quarkus.version>
<awssdk.version>2.21.29</awssdk.version>
<awscrt.version>0.28.9</awscrt.version>
<awscrt.version>0.28.11</awscrt.version>
</properties>
<build>
<pluginManagement>
Expand Down

0 comments on commit 5953671

Please sign in to comment.