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

Wildfly client model integration and quickstart (client) #178

Conversation

mskacelik
Copy link
Contributor

/cc @jmartisk

@mskacelik mskacelik force-pushed the wildfly-client-model-integration-and-quickstart branch 2 times, most recently from 9bafca5 to 51442b1 Compare September 2, 2024 08:10
@mskacelik mskacelik force-pushed the wildfly-client-model-integration-and-quickstart branch 3 times, most recently from 2e3d2c9 to 1f98778 Compare September 4, 2024 06:48
@jmartisk jmartisk marked this pull request as ready for review September 4, 2024 09:52
final DeploymentUnit deploymentUnit = phaseContext.getDeploymentUnit();
final CompositeIndex compositeIndex = deploymentUnit.getAttachment(Attachments.COMPOSITE_ANNOTATION_INDEX);
if(!compositeIndex.getAnnotations(GRAPHQL_CLIENT_API).isEmpty()) {
MicroProfileGraphQLClientLogger.LOGGER.multipleGraphQLApiAnnotations();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't get this, this says that we found "multiple" annotations, but will appear even if there's just one, no? What's the point of this logging message?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I had on my mind "multiple" as in one or more annotations.

@mskacelik mskacelik force-pushed the wildfly-client-model-integration-and-quickstart branch 2 times, most recently from d60bbf8 to b5f9073 Compare September 4, 2024 11:20
pom.xml Outdated
@@ -51,7 +51,7 @@
the built feature pack. -->
<version.io.smallrye.graphql>2.9.1</version.io.smallrye.graphql>
<version.org.eclipse.microprofile.graphql>2.0</version.org.eclipse.microprofile.graphql>
<version.com.graphql-java>22.1</version.com.graphql-java>
<version.com.graphql-java>22.2</version.com.graphql-java>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove this for now please, we'll do this along with upgrading to sr-gql 2.10.0 next week. Otherwise, all looks good to me!

@mskacelik mskacelik force-pushed the wildfly-client-model-integration-and-quickstart branch from b5f9073 to d937361 Compare September 4, 2024 12:11
@jmartisk jmartisk merged commit 86e36d4 into wildfly-extras:main Sep 4, 2024
6 checks passed
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.

2 participants