git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| package com.acme.myapp; | |
| import io.quarkus.runtime.annotations.RegisterForReflection | |
| @RegisterForReflection( | |
| targets = [ | |
| io.smallrye.graphql.client.typesafe.api.GraphQlClientApi::class, | |
| io.smallrye.graphql.client.typesafe.api.GraphQlClientBuilder::class, | |
| io.smallrye.graphql.client.typesafe.api.GraphQlClientHeader::class, | |
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream