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

Revert "Add ability to generate particular types as Java interfaces" #613

Merged
merged 1 commit into from
Mar 26, 2021

Conversation

kobylynskyi
Copy link
Owner

Reverts #610

OOPS... accidentally merged to master. Will create another PR to merge to develop

CC: @donbeave

@kobylynskyi kobylynskyi merged commit 57086a8 into master Mar 26, 2021
@kobylynskyi kobylynskyi deleted the revert-610-master branch March 26, 2021 23:05
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

kobylynskyi added a commit that referenced this pull request Apr 1, 2021
…le/graphql-java-codegen-gradle-plugin (#616)

* Add ability to generate particular types as Java interfaces #606 (#610)

* Gradle 6.8.3.

* Added typesAsInterfaces config option.

* Updated doc.

* Basic implementation for generating type as interface.

* Tests for generating type as interface.

* Code style fixes.

* Code style fixes.

* Java 1.8 build fixes.

* Code style fixes.

* Code style fixes.

* Attempt to fix compilation.

* Code review fixes.

* Revert "Add ability to generate particular types as Java interfaces #606 (#610)" (#613)

This reverts commit 994f6fe.

* Bump com.gradle.plugin-publish

Bumps com.gradle.plugin-publish from 0.13.0 to 0.14.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Alexey Zhokhov <alexey@zhokhov.com>
Co-authored-by: Bogdan Kobylynskyi <92bogdan@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kobylynskyi added a commit that referenced this pull request Apr 5, 2021
…617)

* Add ability to generate particular types as Java interfaces #606 (#610)

* Gradle 6.8.3.

* Added typesAsInterfaces config option.

* Updated doc.

* Basic implementation for generating type as interface.

* Tests for generating type as interface.

* Code style fixes.

* Code style fixes.

* Java 1.8 build fixes.

* Code style fixes.

* Code style fixes.

* Attempt to fix compilation.

* Code review fixes.

* Revert "Add ability to generate particular types as Java interfaces #606 (#610)" (#613)

This reverts commit 994f6fe.

* Bump lombok from 1.18.18 to 1.18.20 in /plugins/maven/example-client

Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.18 to 1.18.20.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.18...v1.18.20)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Alexey Zhokhov <alexey@zhokhov.com>
Co-authored-by: Bogdan Kobylynskyi <92bogdan@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kobylynskyi added a commit that referenced this pull request Apr 5, 2021
…#620)

* Add ability to generate particular types as Java interfaces #606 (#610)

* Gradle 6.8.3.

* Added typesAsInterfaces config option.

* Updated doc.

* Basic implementation for generating type as interface.

* Tests for generating type as interface.

* Code style fixes.

* Code style fixes.

* Java 1.8 build fixes.

* Code style fixes.

* Code style fixes.

* Attempt to fix compilation.

* Code review fixes.

* Revert "Add ability to generate particular types as Java interfaces #606 (#610)" (#613)

This reverts commit 994f6fe.

* Bump lombok from 1.18.18 to 1.18.20 in /plugins/gradle/example-client

Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.18 to 1.18.20.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.18...v1.18.20)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Alexey Zhokhov <alexey@zhokhov.com>
Co-authored-by: Bogdan Kobylynskyi <92bogdan@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kobylynskyi added a commit that referenced this pull request Apr 5, 2021
…#619)

* Add ability to generate particular types as Java interfaces #606 (#610)

* Gradle 6.8.3.

* Added typesAsInterfaces config option.

* Updated doc.

* Basic implementation for generating type as interface.

* Tests for generating type as interface.

* Code style fixes.

* Code style fixes.

* Java 1.8 build fixes.

* Code style fixes.

* Code style fixes.

* Attempt to fix compilation.

* Code review fixes.

* Revert "Add ability to generate particular types as Java interfaces #606 (#610)" (#613)

This reverts commit 994f6fe.

* Bump lombok from 1.18.18 to 1.18.20 in /plugins/gradle/example-server

Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.18 to 1.18.20.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.18...v1.18.20)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Alexey Zhokhov <alexey@zhokhov.com>
Co-authored-by: Bogdan Kobylynskyi <92bogdan@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kobylynskyi added a commit that referenced this pull request Apr 5, 2021
…618)

* Add ability to generate particular types as Java interfaces #606 (#610)

* Gradle 6.8.3.

* Added typesAsInterfaces config option.

* Updated doc.

* Basic implementation for generating type as interface.

* Tests for generating type as interface.

* Code style fixes.

* Code style fixes.

* Java 1.8 build fixes.

* Code style fixes.

* Code style fixes.

* Attempt to fix compilation.

* Code review fixes.

* Revert "Add ability to generate particular types as Java interfaces #606 (#610)" (#613)

This reverts commit 994f6fe.

* Bump lombok from 1.18.18 to 1.18.20 in /plugins/maven/example-server

Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.18 to 1.18.20.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.18...v1.18.20)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Alexey Zhokhov <alexey@zhokhov.com>
Co-authored-by: Bogdan Kobylynskyi <92bogdan@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kobylynskyi added a commit that referenced this pull request Apr 6, 2021
…625)

* Add ability to generate particular types as Java interfaces #606 (#610)

* Gradle 6.8.3.

* Added typesAsInterfaces config option.

* Updated doc.

* Basic implementation for generating type as interface.

* Tests for generating type as interface.

* Code style fixes.

* Code style fixes.

* Java 1.8 build fixes.

* Code style fixes.

* Code style fixes.

* Attempt to fix compilation.

* Code review fixes.

* Revert "Add ability to generate particular types as Java interfaces #606 (#610)" (#613)

This reverts commit 994f6fe.

* Bump lombok from 1.18.18 to 1.18.20 in /plugins/maven/example-server

Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.18 to 1.18.20.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.18...v1.18.20)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Alexey Zhokhov <alexey@zhokhov.com>
Co-authored-by: Bogdan Kobylynskyi <92bogdan@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kobylynskyi added a commit that referenced this pull request Apr 6, 2021
…#624)

* Add ability to generate particular types as Java interfaces #606 (#610)

* Gradle 6.8.3.

* Added typesAsInterfaces config option.

* Updated doc.

* Basic implementation for generating type as interface.

* Tests for generating type as interface.

* Code style fixes.

* Code style fixes.

* Java 1.8 build fixes.

* Code style fixes.

* Code style fixes.

* Attempt to fix compilation.

* Code review fixes.

* Revert "Add ability to generate particular types as Java interfaces #606 (#610)" (#613)

This reverts commit 994f6fe.

* Bump lombok from 1.18.18 to 1.18.20 in /plugins/gradle/example-client

Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.18 to 1.18.20.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.18...v1.18.20)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Alexey Zhokhov <alexey@zhokhov.com>
Co-authored-by: Bogdan Kobylynskyi <92bogdan@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kobylynskyi added a commit that referenced this pull request Apr 6, 2021
…le/graphql-java-codegen-gradle-plugin (#616)

* Add ability to generate particular types as Java interfaces #606 (#610)

* Gradle 6.8.3.

* Added typesAsInterfaces config option.

* Updated doc.

* Basic implementation for generating type as interface.

* Tests for generating type as interface.

* Code style fixes.

* Code style fixes.

* Java 1.8 build fixes.

* Code style fixes.

* Code style fixes.

* Attempt to fix compilation.

* Code review fixes.

* Revert "Add ability to generate particular types as Java interfaces #606 (#610)" (#613)

This reverts commit 994f6fe.

* Bump com.gradle.plugin-publish

Bumps com.gradle.plugin-publish from 0.13.0 to 0.14.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Alexey Zhokhov <alexey@zhokhov.com>
Co-authored-by: Bogdan Kobylynskyi <92bogdan@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kobylynskyi added a commit that referenced this pull request Apr 6, 2021
…617)

* Add ability to generate particular types as Java interfaces #606 (#610)

* Gradle 6.8.3.

* Added typesAsInterfaces config option.

* Updated doc.

* Basic implementation for generating type as interface.

* Tests for generating type as interface.

* Code style fixes.

* Code style fixes.

* Java 1.8 build fixes.

* Code style fixes.

* Code style fixes.

* Attempt to fix compilation.

* Code review fixes.

* Revert "Add ability to generate particular types as Java interfaces #606 (#610)" (#613)

This reverts commit 994f6fe.

* Bump lombok from 1.18.18 to 1.18.20 in /plugins/maven/example-client

Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.18 to 1.18.20.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.18...v1.18.20)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Alexey Zhokhov <alexey@zhokhov.com>
Co-authored-by: Bogdan Kobylynskyi <92bogdan@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kobylynskyi added a commit that referenced this pull request Apr 6, 2021
…#620)

* Add ability to generate particular types as Java interfaces #606 (#610)

* Gradle 6.8.3.

* Added typesAsInterfaces config option.

* Updated doc.

* Basic implementation for generating type as interface.

* Tests for generating type as interface.

* Code style fixes.

* Code style fixes.

* Java 1.8 build fixes.

* Code style fixes.

* Code style fixes.

* Attempt to fix compilation.

* Code review fixes.

* Revert "Add ability to generate particular types as Java interfaces #606 (#610)" (#613)

This reverts commit 994f6fe.

* Bump lombok from 1.18.18 to 1.18.20 in /plugins/gradle/example-client

Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.18 to 1.18.20.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.18...v1.18.20)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Alexey Zhokhov <alexey@zhokhov.com>
Co-authored-by: Bogdan Kobylynskyi <92bogdan@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kobylynskyi added a commit that referenced this pull request Apr 6, 2021
…#619)

* Add ability to generate particular types as Java interfaces #606 (#610)

* Gradle 6.8.3.

* Added typesAsInterfaces config option.

* Updated doc.

* Basic implementation for generating type as interface.

* Tests for generating type as interface.

* Code style fixes.

* Code style fixes.

* Java 1.8 build fixes.

* Code style fixes.

* Code style fixes.

* Attempt to fix compilation.

* Code review fixes.

* Revert "Add ability to generate particular types as Java interfaces #606 (#610)" (#613)

This reverts commit 994f6fe.

* Bump lombok from 1.18.18 to 1.18.20 in /plugins/gradle/example-server

Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.18 to 1.18.20.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.18...v1.18.20)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Alexey Zhokhov <alexey@zhokhov.com>
Co-authored-by: Bogdan Kobylynskyi <92bogdan@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kobylynskyi added a commit that referenced this pull request Apr 6, 2021
…618)

* Add ability to generate particular types as Java interfaces #606 (#610)

* Gradle 6.8.3.

* Added typesAsInterfaces config option.

* Updated doc.

* Basic implementation for generating type as interface.

* Tests for generating type as interface.

* Code style fixes.

* Code style fixes.

* Java 1.8 build fixes.

* Code style fixes.

* Code style fixes.

* Attempt to fix compilation.

* Code review fixes.

* Revert "Add ability to generate particular types as Java interfaces #606 (#610)" (#613)

This reverts commit 994f6fe.

* Bump lombok from 1.18.18 to 1.18.20 in /plugins/maven/example-server

Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.18 to 1.18.20.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.18...v1.18.20)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Alexey Zhokhov <alexey@zhokhov.com>
Co-authored-by: Bogdan Kobylynskyi <92bogdan@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant