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

Bump graphql-simple-bindings-to-latest-greatest #94

Merged
merged 3 commits into from
Jan 20, 2024

Conversation

ZzAve
Copy link
Collaborator

@ZzAve ZzAve commented Jan 19, 2024

No description provided.

java-version: 11
java-version: 17
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Bump java to java 17. The graphql-simple-bindings dependency is built with java 17.

Comment on lines -524 to -558
<repository>
<id>jfrog-flock-community</id>
<name>jfrog-repositories</name>
<url>https://flock.jfrog.io/artifactory/flock-maven</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>jfrog-flock-community</id>
<name>jfrog-plugins</name>
<url>https://flock.jfrog.io/artifactory/flock-maven</url>
</pluginRepository>
</pluginRepositories>


<distributionManagement>
<repository>
<id>jfrog-flock-community</id>
<name>jfrog-repo-releases</name>
<url>https://flock.jfrog.io/artifactory/flock-maven</url>
</repository>
<snapshotRepository>
<id>jfrog-flock-community</id>
<name>jfrog-repo-snapshots</name>
<url>https://flock.jfrog.io/artifactory/flock-maven</url>
</snapshotRepository>
</distributionManagement>

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Boyscouting, removing all jfrog references as packages are published to maven central

@@ -335,7 +335,7 @@
<plugin>
<groupId>community.flock</groupId>
<artifactId>graphql-simple-bindings-maven-plugin</artifactId>
<version>0.6.1</version>
<version>0.8.0</version>
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

With graphql-simple-bindings-maven-plugin version 0.8.0 the package name is suffixed with a .kotlin package. As a result all references to classes generated by the plugin had their import changed.

example:

-import community.flock.eco.iso.language.graphql.Language
+import community.flock.eco.iso.language.graphql.kotlin.Language

@wilmveel wilmveel merged commit c327268 into master Jan 20, 2024
3 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.

None yet

2 participants