You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,14 @@ To get started you will also user API signing keys and credentials for the user
16
16
17
17
To use the code to manage objects in OCI you will need to :
18
18
19
-
Create an AuthenticationProcessor (com.oracle.timg.oci.authentication) - this does the security work for you, speciy the OCI configuration file section to use for the connection and optionall the OCI region to work on (by defual it will sue the region in the config file)
19
+
Create an AuthenticationProcessor (com.oracle.timg.oci.authentication) - this does the security work for you, speciy the OCI configuration file section to use for the connection and optionally the OCI region to work on (by default it will use the region in the config file)
20
20
21
21
From there use the other processor classes as needed, these will all need the AuthenticationProcessor you created as part of their consructor.
22
22
23
23
24
24
25
25
### Prerequisites
26
-
You will need a development environment with Java (17 is the cersion Im using, earlier versions may not be supported by the OCI Java SDK).
26
+
You will need a development environment with Java (21 is the version I'm currently using, earlier versions may not be supported by the OCI Java SDK).
27
27
28
28
I also use Maven to build this and to manage the dependencies, but if you have other mechanisms feel free.
29
29
@@ -40,7 +40,7 @@ This is a **very** limited set of OCI services that are being wrapped here, over
40
40
This project is open source. Please submit your contributions by forking this repository and submitting a pull request! Oracle appreciates any contributions that are made by the open source community.
41
41
42
42
## License
43
-
Copyright (c) 2024 Oracle and/or its affiliates.
43
+
Copyright (c) 2025 Oracle and/or its affiliates.
44
44
45
45
Licensed under the Universal Permissive License (UPL), Version 1.0.
0 commit comments