Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix gcp-java-gke-hello-world #1465

Merged
merged 1 commit into from
Jul 14, 2023
Merged

Conversation

iwahbe
Copy link
Member

@iwahbe iwahbe commented Jul 14, 2023

Now this compiles with warnings:

[INFO] Scanning for projects...
[INFO]
[INFO] ----------------< com.pulumi:gcp-java-gke-hello-world >-----------------
[INFO] Building gcp-java-gke-hello-world 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- resources:3.3.0:resources (default-resources) @ gcp-java-gke-hello-world ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/ianwahbe/go/src/github.com/pulumi/examples/gcp-java-gke-hello-world/src/main/resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ gcp-java-gke-hello-world ---
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.380 s
[INFO] Finished at: 2023-07-14T18:49:30+02:00
[INFO] ------------------------------------------------------------------------
[WARNING]
[WARNING] Plugin validation issues were detected in 2 plugin(s)
[WARNING]
[WARNING]  * org.apache.maven.plugins:maven-compiler-plugin:3.10.1
[WARNING]  * org.apache.maven.plugins:maven-resources-plugin:3.3.0
[WARNING]
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING]

Before it failed with compile errors.

Now this compiles with warnings:

```
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------< com.pulumi:gcp-java-gke-hello-world >-----------------
[INFO] Building gcp-java-gke-hello-world 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- resources:3.3.0:resources (default-resources) @ gcp-java-gke-hello-world ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/ianwahbe/go/src/github.com/pulumi/examples/gcp-java-gke-hello-world/src/main/resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ gcp-java-gke-hello-world ---
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.380 s
[INFO] Finished at: 2023-07-14T18:49:30+02:00
[INFO] ------------------------------------------------------------------------
[WARNING]
[WARNING] Plugin validation issues were detected in 2 plugin(s)
[WARNING]
[WARNING]  * org.apache.maven.plugins:maven-compiler-plugin:3.10.1
[WARNING]  * org.apache.maven.plugins:maven-resources-plugin:3.3.0
[WARNING]
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING]
```

Before it failed with compile errors.
@iwahbe iwahbe self-assigned this Jul 14, 2023
@iwahbe iwahbe requested a review from justinvp July 14, 2023 16:50
@iwahbe iwahbe enabled auto-merge (squash) July 14, 2023 16:51
@iwahbe iwahbe requested a review from cnunciato July 14, 2023 16:52
@iwahbe iwahbe disabled auto-merge July 14, 2023 16:52
@iwahbe iwahbe enabled auto-merge (squash) July 14, 2023 17:04
@pulumi-staging
Copy link

❌ The Update for moolumi/k8s-ci-cluster/a85cc23d4a760c3f8b02648598748a45f4e5362d-1438 failed.

Resource Changes

    Name                  Type                                        Operation
+   ephemeral-ci-cluster  gcp:container/cluster:Cluster               create
+   multicloud            pulumi-kubernetes:ci:GkeCluster             create
+   password              random:index/randomPassword:RandomPassword  create

@iwahbe
Copy link
Member Author

iwahbe commented Jul 14, 2023

Fixes pulumi/pulumi-java#1159

@iwahbe iwahbe merged commit 5a15c6a into master Jul 14, 2023
35 of 50 checks passed
@iwahbe iwahbe deleted the iwahbe/fix-gcp-java-gke-hello-world branch July 14, 2023 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants