Raja Nagendra Kumar
Raja Nagendra Kumar
### What happened? pulumi:pulumi:Stack (eks-dev): warning: aws:ec2/getSubnetIds:getSubnetIds verification warning: The aws_subnet_ids data source has been deprecated and will be removed in a future version. Use the aws_subnets data source instead....
### What happened? Readme file could also talk about java examples, as it does for other languages. https://github.com/pulumi/examples ### Steps to reproduce Visit https://github.com/pulumi/examples and read readme.md ### Expected Behavior...
### What happened? https://github.com/pulumi/examples/blob/74db62a03d013c2854d2cf933c074ea0a3bbf69d/testing-pac-ts/index.ts change Index: index.ts IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff --git a/index.ts b/index.ts --- a/index.ts (date 1661154170283) +++ b/index.ts (date 1661154170283) @@ -4,7 +4,9 @@...
### What happened? The example https://github.com/pulumi/examples/tree/master/docker-ts-multi-container-app fials to execute on windows, however does work ok on wsl. The error seen on running this on windows is `G:\DWork\osource\cloudc\devops\pulumi\ts\docker\imgcreate\multi>pu Previewing update (dev)...
https://www.pulumi.com/docs/guides/automation-api/  or at https://github.com/pulumi/automation-api-examples no java examples for automation API, pl. do add
from the code (https://github.com/thombergs/code-examples/tree/master/spring-boot/feature-flags) I read ``` LD Flags that are to be created manually after login into launchdarkly as read from the code 1. Boolean Type with variations global-boolean-flag...
``` org.springframework.boot spring-boot-starter-validation javax.annotation javax.annotation-api 1.3.2 ``` these two extra depencides should be added https://github.com/thombergs/code-examples/tree/master/spring-boot/feature-flag
https://github.com/thombergs/code-examples/tree/master/spring-boot/feature-flags clicking on testuyser button fails with also checked the code for /test path nothing exists..
https://github.com/thombergs/code-examples/tree/master/resilience4j/bulkhead ``` F:\nag\DWork\osource\experiments\java\nfrs\resilience\resilience4j\sb\ex3\bulkhead>mvn build [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------< io.reflectoring.resilience4j.bulkhead:bulkhead >------------------------------------ [INFO] Building bulkhead 1.0-SNAPSHOT [INFO] from pom.xml [INFO] ---------------------------------------------------------[ jar ]---------------------------------------------------------- [INFO] -------------------------------------------------------------------------------------------------------------------------- [INFO] BUILD FAILURE [INFO]...
w.r.t [https://blog.gradle.org/java-toolchains](https://blog.gradle.org/java-toolchains) when jdk version to use configured from toolchain block ``` java { toolchain { languageVersion.set(JavaLanguageVersion.of(19)) //vendor.set(JvmVendorSpec.GRAAL_VM) //vendor.set(JvmVendorSpec.matching("customString")) //implementation.set(JvmImplementation.J9) } } ``` pitest still takes gradle launch time jdk...