-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Dropped reference to gson internal API #366
Merged
k8s-ci-robot
merged 1 commit into
kubernetes-client:master
from
netdava:remove-gson-internal-api
Sep 17, 2018
Merged
Dropped reference to gson internal API #366
k8s-ci-robot
merged 1 commit into
kubernetes-client:master
from
netdava:remove-gson-internal-api
Sep 17, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
ieugen
commented
Sep 12, 2018
•
edited
Loading
edited
- fixes Remove dependency on GSON internal API #304
- JSON class is ignored by swagger code gen - see kubernetes/.swagger-codegen-ignore
- please document process around swagger code-gen so people can contribute
- please separate generated code from developed code
* JSON class is ignored by swagger code gen * please document process around swagger code-gen so people can contribute * please separate generated code from developed code
k8s-ci-robot
added
the
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
label
Sep 12, 2018
k8s-ci-robot
added
the
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
label
Sep 12, 2018
Here's the improved instructions: |
/lgtm |
k8s-ci-robot
added
the
lgtm
"Looks good to me", indicates that a PR is ready to be merged.
label
Sep 17, 2018
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns, ieugen The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
k8s-ci-robot
added
the
approved
Indicates a PR has been approved by an approver from all required OWNERS files.
label
Sep 17, 2018
fabiokung
added a commit
to fabiokung/java
that referenced
this pull request
Oct 23, 2019
Reapply changes from kubernetes-client#366 to the code generated by openapi-generator, and keep the JSON file pinned (ignored by the generator) until those changes make it into the generator.
fabiokung
added a commit
to fabiokung/java
that referenced
this pull request
Oct 24, 2019
Reapply changes from kubernetes-client#366 to the code generated by openapi-generator, and keep the JSON file pinned (ignored by the generator) until those changes make it into the generator.
fabiokung
added a commit
to fabiokung/java
that referenced
this pull request
Oct 24, 2019
Reapply changes from kubernetes-client#366 to the code generated by openapi-generator, and keep the JSON file pinned (ignored by the generator) until those changes make it into the generator.
yue9944882
pushed a commit
to yue9944882/java
that referenced
this pull request
Nov 6, 2019
Reapply changes from kubernetes-client#366 to the code generated by openapi-generator, and keep the JSON file pinned (ignored by the generator) until those changes make it into the generator.
yue9944882
pushed a commit
to yue9944882/java
that referenced
this pull request
Nov 8, 2019
depends on yue9944882/gen#1 okhttp3 and models generated by openapi-generator Changes required to make everything compile with models generated by openapi-generator (instead of swagger-codegen). These changes break backwards compatibility, it will require a new major version release. pin sundrio to 0.19.2 it includes sundrio/sundrio#156 reformat code (./mvnw fmt) depend on javax.annotation:javax.annotation-api to make javax.annotation.Generated work with Java 9 prevent Travis builds failing because of no output ... when tests take more than 10min to complete. javadoc generation for http.response.details drop the TODO, not needed anymore remove reference to swagger-codegen no gson internals for date parsing/formatting Reapply changes from kubernetes-client#366 to the code generated by openapi-generator, and keep the JSON file pinned (ignored by the generator) until those changes make it into the generator. regenerate code with SSL bootstrapping fix Using a generator with OpenAPITools/openapi-generator#4226 applied. re-generate from v4.2.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
approved
Indicates a PR has been approved by an approver from all required OWNERS files.
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
lgtm
"Looks good to me", indicates that a PR is ready to be merged.
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.