-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
[java] Support templated servers #4998
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
Merged
jimschubert
merged 12 commits into
OpenAPITools:master
from
jirikuncar:java-client-endpoint-servers
Feb 19, 2020
Merged
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
594f055
[java] Support templated servers
jirikuncar 807ece0
Deprecate old signature of invokeAPI method
jirikuncar 6577bde
Regenerated
jirikuncar 5b93d63
throw ArrayIndexOutOfBoundsException
jirikuncar 07965b9
Regenerated
jirikuncar 09b84f5
Merge branch 'master' into java-client-endpoint-servers
jirikuncar edca168
Update modules/openapi-generator/src/main/resources/Java/ServerConfig…
jirikuncar d98c7dd
Regenerated
jirikuncar fe93888
Merge remote-tracking branch 'upstream/master' into java-client-endpo…
jirikuncar b0b1cfe
Fix imports and typo in index name
jirikuncar e299f8d
Fix javadoc
jirikuncar 63a26c8
[java] Regenerate samples
jimschubert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
throw ArrayIndexOutOfBoundsException
- Loading branch information
commit 5b93d63ac9b0bc3e5336669a1c49621de601f375
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notice here to consumers that if new server variable functionality causes issue, one may call
setServerIndex(null)to revert to previous behavior. Current default behavior with the server index 0 behaves in the same way as before, but moves the URL configuration to the servers array.