Results 44 comments of Gilbert Kwan

IMO, using eclipse-transformer is a workaround. gRPC should support EE9/EE10 too.

As an application developer, I am developing a JavaEE 9 application and using gRPC. I used this maven project [pom.xml](https://github.com/grpc/grpc-java/files/10386161/pom.xml.txt) to generate and build a gRPC library by `install` goal...

Seems to be this reason. ``` Error: Input required and not supplied: github-token ```

The dependabot creates branch and PR in the repo, not from a fork, why the above action does not work?

The token I used is my personal token. Again, manually label PR works fine. The question is "Why the dependabot labeled PRs (the Bump PRs) does not work?"

How's about `opened`? I tried it and also not work. Same reason? ``` on: pull_request: types: - opened ```

``` Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) Maven home: /Users/gkwan/tasks/softwares/apache-maven-3.9.1 Java version: 11.0.18, vendor: IBM Corporation, runtime: /Users/gkwan/tasks/softwares/jdk-11.0.18+10/Contents/Home Default locale: en_CA, platform encoding: UTF-8 OS name: "mac os x", version: "13.5.2", arch:...

It happened more than 1 time. That why I opened this issue, to see anyone encountered this problem too. I will keep an eye on it.

- tried Terumin on Mac, the problem also happened in sometimes ``` Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) Maven home: /Users/gkwan/tasks/softwares/apache-maven-3.9.1 Java version: 11.0.20.1, vendor: Eclipse Adoptium, runtime: /Users/gkwan/tasks/softwares/jdk-11.0.20.1+1.aarch64/Contents/Home Default locale: en_CA,...

temporarily fixed the spring-boot guide by downgrading to LMP 3.10 Revised steps to reproduce the problem: - `git clone https://github.com/openliberty/guide-spring-boot.git` - `cd guide-spring-boot/finish` - update the pom.xml to use LMP...