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

OKTA-302317: Release Java Mgmt SDK v2.0.0 #422

Merged
merged 53 commits into from
Jul 7, 2020
Merged
Show file tree
Hide file tree
Changes from 45 commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
e499ddb
upgrade to openapi v2.0.0 (#380)
arvindkrishnakumar-okta May 27, 2020
34f1dce
openapi spec update - remove 200 response from generateCsrForApplication
arvindkrishnakumar-okta May 29, 2020
9e627a9
Update OktaOrgCleaner.groovy
arvindkrishnakumar-okta May 29, 2020
b9ba85c
Fix flaky GroupsIT#groupUserOperationsTest test
arvindkrishnakumar-okta May 29, 2020
9fd5da3
Update GroupsIT.groovy
arvindkrishnakumar-okta May 29, 2020
336436a
OKTA-279039: Fix flaky ApplicationsIT associateUserWithApplication test
arvindkrishnakumar-okta May 29, 2020
6bd0a62
Update GroupsIT.groovy
arvindkrishnakumar-okta May 29, 2020
1132551
Addressed review comment
arvindkrishnakumar-okta May 29, 2020
7566abd
Merge pull request #387 from okta/fix_flaky_applicationsIT_associateU…
ivanezeigbo-okta May 31, 2020
dae26a8
Merge pull request #386 from okta/fix_flaky_groupsIT_groupUserOperati…
ivanezeigbo-okta May 31, 2020
3b7182a
OKTA-289656: Add Applications API Integration Tests
arvindkrishnakumar-okta Jun 1, 2020
c676de0
OKTA-289655: Add Admin role API Integration Tests
arvindkrishnakumar-okta Jun 2, 2020
922ac2a
Open API Csr rename update (#394)
arvindkrishnakumar-okta Jun 5, 2020
1e1c6f5
Merge pull request #396
arvindkrishnakumar-okta Jun 5, 2020
7bf67f4
revert csr model rename (#398)
arvindkrishnakumar-okta Jun 5, 2020
e6c0ab8
open api spec update (#401)
arvindkrishnakumar-okta Jun 9, 2020
bd64a2e
Open API spec - fix binding enum value for ProtocolEndpoint model (#406)
arvindkrishnakumar-okta Jun 10, 2020
835e258
OKTA-289662: Add SMS Templates API Integration Tests (#395)
arvindkrishnakumar-okta Jun 10, 2020
dc89697
OKTA-289665: Add Linked Objects Integration Tests (#404)
arvindkrishnakumar-okta Jun 11, 2020
6edb6f2
Updated Licence Header in LinkedObjectsIT (#410)
arvindkrishnakumar-okta Jun 15, 2020
033bc37
OKTA-289668: Add User Type Integration Tests (#405)
arvindkrishnakumar-okta Jun 15, 2020
a8a4ada
Open API Update - Sync with #238 #239 (#411)
arvindkrishnakumar-okta Jun 15, 2020
366b730
sync with open api pr #240 (#413)
arvindkrishnakumar-okta Jun 15, 2020
d5d755d
Open API Update - Sync with #241 (#412)
arvindkrishnakumar-okta Jun 15, 2020
fdb31f8
Open API Update - Sync with #242 (#414)
arvindkrishnakumar-okta Jun 15, 2020
8fbb76f
Open API Update - Sync with Open API PR 243 (#416)
arvindkrishnakumar-okta Jun 16, 2020
b6f0ec9
OKTA-289657: Add Factors API Integration Tests (#391)
arvindkrishnakumar-okta Jun 17, 2020
99e9de1
OKTA-289659: Add Event Hooks Integration Tests (#399)
arvindkrishnakumar-okta Jun 17, 2020
0d99991
OKTA-289659: Add Authorization Server Integration Tests (#402)
arvindkrishnakumar-okta Jun 17, 2020
c75a542
OKTA-289660: Add Inline Hooks Integration Tests (#400)
arvindkrishnakumar-okta Jun 18, 2020
e02a97a
Open API Update - Sync with Open API PR 244 (#418)
arvindkrishnakumar-okta Jun 19, 2020
534b922
fixed copy paste error
arvindkrishnakumar-okta Jun 19, 2020
d72aa59
OKTA-289661: Add Feature API Integration Tests (#397)
arvindkrishnakumar-okta Jun 24, 2020
d59723e
Open API Update - Sync with Open API PR 249 (#420)
arvindkrishnakumar-okta Jun 29, 2020
8175213
OKTA-289663: Add IdP Integration Tests (#409)
arvindkrishnakumar-okta Jun 29, 2020
fca6493
Merge https://github.com/okta/okta-sdk-java into dev_openapi_v2.0.0_m…
arvindkrishnakumar-okta Jun 30, 2020
afac0bb
Merge branch 'master' of https://github.com/okta/okta-sdk-java into d…
arvindkrishnakumar-okta Jun 30, 2020
61d16cd
resolved merge conflicts with master changes
arvindkrishnakumar-okta Jul 1, 2020
bf7b77c
removed Default prefix from few Idp builders
arvindkrishnakumar-okta Jul 1, 2020
640c93e
added swagger code gen check for backward compatibility requirements …
arvindkrishnakumar-okta Jul 1, 2020
623aa7e
fixed findbugs error
arvindkrishnakumar-okta Jul 1, 2020
d190cd7
updates per swagger regen code and one other update to Idp builder
arvindkrishnakumar-okta Jul 1, 2020
4f26e1d
fixed expiresAt param type in spec
arvindkrishnakumar-okta Jul 2, 2020
d84372b
deprecated old classes
arvindkrishnakumar-okta Jul 2, 2020
cb21479
refactored InlineHooksIT - deactivate created hooks so it can be clea…
arvindkrishnakumar-okta Jul 4, 2020
ba99c1d
Remove deprecated code (#426)
bdemers Jul 7, 2020
c103f6d
fixed PMD violation - unused inports
arvindkrishnakumar-okta Jul 7, 2020
9d5a387
Update integration-tests/src/test/groovy/com/okta/sdk/tests/it/CrudTe…
arvindkrishnakumar-okta Jul 7, 2020
f9b8f81
Update integration-tests/src/test/groovy/com/okta/sdk/tests/it/Factor…
arvindkrishnakumar-okta Jul 7, 2020
bb41c7d
Update integration-tests/src/test/groovy/com/okta/sdk/tests/it/UsersI…
arvindkrishnakumar-okta Jul 7, 2020
46c1ba1
Update integration-tests/src/test/groovy/com/okta/sdk/tests/it/Groups…
arvindkrishnakumar-okta Jul 7, 2020
3bc371d
minor improvements (#427)
arvindkrishnakumar-okta Jul 7, 2020
4a39c4b
OKTA-308935: Create Migration Guide for Java Mgmt SDK v2.0.0 (#423)
arvindkrishnakumar-okta Jul 7, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-root</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>okta-sdk-api</artifactId>
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions api/src/main/java/com/okta/sdk/client/ClientBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/
package com.okta.sdk.client;

import com.okta.commons.http.config.Proxy;
import com.okta.sdk.authc.credentials.ClientCredentials;
import com.okta.sdk.cache.CacheManager;

Expand Down
35 changes: 0 additions & 35 deletions api/src/main/java/com/okta/sdk/client/Proxy.java

This file was deleted.

48 changes: 0 additions & 48 deletions api/src/main/java/com/okta/sdk/http/HttpMethod.java

This file was deleted.

84 changes: 0 additions & 84 deletions api/src/main/java/com/okta/sdk/http/HttpRequest.java

This file was deleted.

90 changes: 0 additions & 90 deletions api/src/main/java/com/okta/sdk/http/HttpRequestBuilder.java

This file was deleted.

58 changes: 0 additions & 58 deletions api/src/main/java/com/okta/sdk/http/HttpRequests.java

This file was deleted.

Loading