pulumi / pulumi-java

Java support for Pulumi
Apache License 2.0
69 stars 21 forks source link

Add an example consuming Pulumi Java SDK from Java 17+ #554

Open t0yv0 opened 2 years ago

t0yv0 commented 2 years ago

Hello!

Issue details

Demo https://www.baeldung.com/java-text-blocks text blocks feature. The SDK is built against 11 but should in theory work from higher JDKs on the consumer end.

Affected area/feature

pawelprazak commented 2 years ago

Like this one? https://github.com/pulumi/pulumi-java/blob/6e9200728212f15d6e60c773631df09fc1dfa8a4/tests/examples/aws-native-java-s3-folder/app/build.gradle#L30

t0yv0 commented 2 years ago

Prefect! This is done then. We might need to highlight this in the README.