Commit ede2a23
authored
[JAVA][Feign] Replace Apache oltu with scribejava (#8318)
* - Replace apache oltu with scribejava
- Implement the following authentication methods
- ApiKey header
- HTTP basic authentication
- Oauth client credentials flow
- Oauth Implicit flow
- Oauth Pasword (deprecated)
* Create class hierarchy for Oauth flows implementation
* Add instructions of how to use the ApiClient to Readme.md
* Update samples
* Remove support for java 6 and 7
* Remove java 6 and 7 support from gradle
* Format pom.xml
* Remove empty line
* Update samples
* Remove oltu dependency from build.gradle and build.sbt.
Replace oltu with ScribeJava
Update samples
* Update samples
* Update samples1 parent 6e4c130 commit ede2a23
43 files changed
Lines changed: 1199 additions & 1202 deletions
File tree
- modules
- openapi-generator-gradle-plugin
- openapi-generator/src/main
- java/org/openapitools/codegen/languages
- resources/Java
- auth
- libraries/feign
- auth
- samples
- client/petstore/java
- feign-no-nullable
- .openapi-generator
- src/main/java/org/openapitools/client
- auth
- feign
- .openapi-generator
- src/main/java/org/openapitools/client
- auth
- jersey1/src/main/java/org/openapitools/client/auth
- okhttp-gson-dynamicOperations/src/main/java/org/openapitools/client/auth
- okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/auth
- okhttp-gson/src/main/java/org/openapitools/client/auth
- resteasy/src/main/java/org/openapitools/client/auth
- retrofit2rx2/src/main/java/org/openapitools/client/auth
- retrofit2rx3/src/main/java/org/openapitools/client/auth
- retrofit2/src/main/java/org/openapitools/client/auth
- server/petstore/java-undertow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
395 | 399 | | |
396 | 400 | | |
397 | 401 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
0 commit comments