Skip to content

Commit d32f65f

Browse files
authored
README.md update (#223)
Signed-off-by: Andy Tael <[email protected]>
1 parent 2fad5f2 commit d32f65f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ Many Oracle customers make extensive use of Spring in their environments. They u
44

55
*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.
66

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.
7+
Spring Cloud Oracle (OCI) 1.4.4 is the most recent release which brings together in one place Spring Boot Starters, autoconfiguration and sample code for Oracle Database and OCI services.
88

99
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.
1010

1111
The following sub-projects are included in Spring Cloud Oracle:
1212

1313
| Project | Description |
1414
|---------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------|
15-
| [Spring Cloud OCI v1.4.3](./spring-cloud-oci/README.md) | Use OCI services with well-known Spring idioms and APIs |
16-
| [Oracle Database Spring Boot Starters v25.3.0](./database/starters/README.md) | Integrate Oracle Database with Spring Boot |
17-
| [Spring Cloud Stream Binder for Oracle TxEventQ v0.14.0](./database/spring-cloud-stream-binder-oracle-txeventq/README.md) | Build highly scalable event-driven microservices with Oracle TxEventQ. |
15+
| [Spring Cloud OCI v1.4.4](./spring-cloud-oci/README.md) | Use OCI services with well-known Spring idioms and APIs |
16+
| [Oracle Database Spring Boot Starters v25.4.0](./database/starters/README.md) | Integrate Oracle Database with Spring Boot |
17+
| [Spring Cloud Stream Binder for Oracle TxEventQ v0.15.0](./database/spring-cloud-stream-binder-oracle-txeventq/README.md) | Build highly scalable event-driven microservices with Oracle TxEventQ. |
1818

1919
## Some key features
2020

21-
- Compatible with Spring Boot, using Spring Boot 3.4.5
21+
- Compatible with Spring Boot, using Spring Boot 3.5.3
2222
- Support for several common OCI services including Object Storage, Functions, Logging, Notifications, Queues, Streaming, Email Delivery, Vault, Autonomous Database and Generative AI (for embeddings and inferencing)
2323
- Improved autoconfiguration for Spring Boot Starters for Oracle Database, and support for Oracle Database 23ai
2424
- Implementation of the Spring Cloud Stream API for Oracle Database Transactional Event Queues
@@ -39,6 +39,7 @@ We encourage you to learn more in the Spring Cloud Oracle documentation:
3939
| 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) | |
4040
| 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) | |
4141
| 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) |
42+
| Spring Cloud Oracle 1.4.4 | [Reference Docs](https://oracle.github.io/spring-cloud-oracle/1.4.4/reference/html/index.html) | [OCI API Docs](https://oracle.github.io/spring-cloud-oracle/1.4.4/javadocs/index.html) | [Database API Docs](https://oracle.github.io/spring-cloud-oracle/1.4.4/javadocs-db/index.html) |
4243

4344
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).
4445

0 commit comments

Comments
 (0)