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
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Many Oracle customers make extensive use of Spring in their environments. They u
4
4
5
5
*Spring Cloud Oracle* provides tools and services to integrate Oracle Cloud Infrastructure and Software with the Spring ecosystem in an idiomatic and flexible manner It is designed to simplify microservices development that uses Oracle Database, middleware, and messaging on Oracle and non-Oracle clouds as well as on-premises.
6
6
7
-
Spring Cloud Oracle (OCI) 1.4.2 is the most recent release which brings together in one place Spring Boot Starters, autoconfiguration and sample code for Oracle Database and OCI services.
7
+
Spring Cloud Oracle (OCI) 1.4.3 is the most recent release which brings together in one place Spring Boot Starters, autoconfiguration and sample code for Oracle Database and OCI services.
8
8
9
9
Spring Cloud Oracle goes beyond simply wrapping the OCI APIs in starters and adds idiomatic ways to integrate with Spring including for example the ability to use OCI Vault as a Spring Property Source and OCI Object Storage as a Spring Resource provider. We also provide Spring CLI integration with a project catalog to help you create Spring Boot projects using Oracle.
10
10
@@ -28,16 +28,17 @@ The following sub-projects are included in Spring Cloud Oracle:
28
28
29
29
We encourage you to learn more in the Spring Cloud Oracle documentation:
| Spring Cloud Oracle 1.0.0 |[Reference Docs](https://oracle.github.io/spring-cloud-oracle/1.0.0/reference/html/index.html)|[API Docs](https://oracle.github.io/spring-cloud-oracle/1.0.0/javadocs/index.html)||
34
+
| Spring Cloud Oracle 1.0.1 |[Reference Docs](https://oracle.github.io/spring-cloud-oracle/1.0.1/reference/html/index.html)|[API Docs](https://oracle.github.io/spring-cloud-oracle/1.0.1/javadocs/index.html)||
35
+
| Spring Cloud Oracle 1.1.0 |[Reference Docs](https://oracle.github.io/spring-cloud-oracle/1.1.0/reference/html/index.html)|[API Docs](https://oracle.github.io/spring-cloud-oracle/1.1.0/javadocs/index.html)||
36
+
| Spring Cloud Oracle 1.2.0 |[Reference Docs](https://oracle.github.io/spring-cloud-oracle/1.2.0/reference/html/index.html)|[API Docs](https://oracle.github.io/spring-cloud-oracle/1.2.0/javadocs/index.html)||
37
+
| Spring Cloud Oracle 1.3.0 |[Reference Docs](https://oracle.github.io/spring-cloud-oracle/1.3.0/reference/html/index.html)|[API Docs](https://oracle.github.io/spring-cloud-oracle/1.3.0/javadocs/index.html)||
38
+
| Spring Cloud Oracle 1.4.0 |[Reference Docs](https://oracle.github.io/spring-cloud-oracle/1.4.0/reference/html/index.html)|[API Docs](https://oracle.github.io/spring-cloud-oracle/1.4.0/javadocs/index.html)||
39
+
| Spring Cloud Oracle 1.4.1 |[Reference Docs](https://oracle.github.io/spring-cloud-oracle/1.4.1/reference/html/index.html)|[API Docs](https://oracle.github.io/spring-cloud-oracle/1.4.1/javadocs/index.html)||
40
+
| Spring Cloud Oracle 1.4.2 |[Reference Docs](https://oracle.github.io/spring-cloud-oracle/1.4.2/reference/html/index.html)|[API Docs](https://oracle.github.io/spring-cloud-oracle/1.4.2/javadocs/index.html)||
41
+
| Spring Cloud Oracle 1.4.3 |[Reference Docs](https://oracle.github.io/spring-cloud-oracle/1.4.3/reference/html/index.html)|[OCI API Docs](https://oracle.github.io/spring-cloud-oracle/1.4.3/javadocs/index.html)|[Database API Docs](https://oracle.github.io/spring-cloud-oracle/1.4.3/javadocs-db/index.html)|
41
42
42
43
Additionally, you can explore sample applications for each module in the [OCI starters samples directory](https://github.com/oracle/spring-cloud-oracle/tree/main/spring-cloud-oci/spring-cloud-oci-samples) and the [Database starters samples directory](https://github.com/oracle/spring-cloud-oracle/tree/main/database/starters/oracle-spring-boot-starter-samples).
0 commit comments