src/jvm/src/aws/sdk/kotlin/crt/auth/signing/AwsSignerJVM.kt (2 lines): - line 43: // FIXME - this would be a good area where talking directly to JNI would be convenient so we don't have to - line 73: // FIXME - crt-java requires inheriting from an abstract base and providing a native handle build.gradle.kts (2 lines): - line 119: // FIXME - temporary integration with CompletableFuture while we work out a POC on the jvm target - line 146: // FIXME - temporary integration with CompletableFuture while we work out a POC on the jvm target src/common/src/aws/sdk/kotlin/crt/http/HttpStreamResponseHandler.kt (1 line): - line 67: // FIXME - do we want to follow this pattern or just have a single way of incrementing the elasticurl/src/commonMain/kotlin/Application.kt (1 line): - line 38: // TODO - mutual tls, process cacert and key src/common/src/aws/sdk/kotlin/crt/auth/credentials/CredentialsProvider.kt (1 line): - line 22: // TODO - expose other crt providers available (some are reachable through default chain): sts, imds/ec2, ecs, environment, profile, process. Not all are available from crt-java yet src/jvm/src/aws/sdk/kotlin/crt/io/HostResolverJVM.kt (1 line): - line 24: // TODO jni HostResolver is missing a shutdown complete future...