|
1 | 1 | /////////////////////////////////////////////////////////////////////////////// |
2 | 2 |
|
3 | | - Copyright (c) 2021, 2022 Oracle and/or its affiliates. |
| 3 | + Copyright (c) 2021, 2023 Oracle and/or its affiliates. |
4 | 4 |
|
5 | 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
6 | 6 | you may not use this file except in compliance with the License. |
@@ -35,8 +35,6 @@ include::{rootdir}/includes/se.adoc[] |
35 | 35 |
|
36 | 36 | Helidon SE OCI Integration provides easy access to Oracle Cloud Infrastructure using the OCI Java SDK. |
37 | 37 |
|
38 | | -NOTE: OCI SDK uses JAX-RS Client 2.1.6 (javax package names), which makes it incompatible with Helidon 3 applications and any application that uses JAX-RS 3 (jakarta package naming). See <<oci-compatibility, Resolving compatibility issue with OCI SDK>> for detailed information on how to work around this issue. |
39 | | -
|
40 | 38 | == Usage |
41 | 39 |
|
42 | 40 | It is recommended that you use the OCI Java SDK directly, in particular the Async clients. All you need to do is configure and create an OCI SDK Client object. The configuration primarily |
@@ -64,7 +62,8 @@ You also need to add the following dependency to your application for this |
64 | 62 | ---- |
65 | 63 | <dependency> |
66 | 64 | <groupId>com.oracle.oci.sdk</groupId> |
67 | | - <artifactId>oci-java-sdk-common</artifactId> |
| 65 | + <artifactId>oci-java-sdk-common-httpclient-jersey3</artifactId> |
| 66 | + <scope>runtime</scope> |
68 | 67 | </dependency> |
69 | 68 | ---- |
70 | 69 |
|
@@ -108,11 +107,8 @@ Once you have created an ObjectStorage client you can use it as described in: |
108 | 107 | * link:{oci-javasdk-objstore-javadoc-base-url}/package-summary.html[OCI SDK Object Storage Javadocs] |
109 | 108 | * link:{oci-objstore-url}[OCI Object Storage Overview] |
110 | 109 |
|
111 | | -
|
112 | | -include::{rootdir}/includes/oci.adoc[leveloffset=+1] |
113 | | -
|
114 | 110 | == References |
115 | 111 |
|
116 | 112 | * link:{helidon-github-tree-url}/examples/integrations/oci[OCI SDK Usage Examples] |
117 | 113 | * link:https://docs.oracle.com/en-us/iaas/Content/home.htm[OCI Documentation] |
118 | | -] |
| 114 | +] |
0 commit comments