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

Cleaned up the Spring Starter page #1038

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
22 changes: 11 additions & 11 deletions docs-source/spring/content/starters/_index.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: "Oracle Spring Boot Starters"
description: "Spring Boot Starters for Oracle Database"
keywords: "starter springboot spring development microservices development oracle database"
description: "Spring Boot Starters for Oracle Database and OCI"
keywords: "starter springboot spring development microservices development oracle database OCI"
---

Oracle provides a number of Spring Boot Starters that make it easy to use various Oracle technologies in Spring Boot projects.
## Spring Cloud Oracle

The Oracle Spring Boot Starters are available in [Maven Central](https://central.sonatype.com/namespace/com.oracle.database.spring) and include
the following starters.
Spring Cloud Oracle provides a number of Spring Boot Starters that make it easy to use various Oracle technologies in Spring Boot projects.

**Note**: The versioning of starters was originally in line with the matching Spring Boot version, but starting in November, 2023, the version
numbering scheme was changed to more closely align with Oracle Database version numbering. The 23.4.0 starter is supported for Spring Boot 3.0
and later (including 3.1, 3.2). For Spring Boot 2.7.x users, use the matching 2.7.x version of the starter.
The Spring Cloud Oracle Starters are available in [Maven Central](https://central.sonatype.com/namespace/com.oracle.cloud.spring).

* [Oracle Spring Boot Starter for Universal Connection Pool](./ucp)
* [Oracle Spring Boot Starter for Wallet](./wallet)
* [Oracle Spring Boot Starter for AQ/JMS](./aqjms)
**Note**: The versioning of starters was originally in line with the matching Spring Boot version, but starting in November 2023, the version numbering scheme was changed to more closely align with Oracle Database version numbering. The 23.4.0 starter is supported for Spring Boot 3.0 and later (including 3.1, 3.2, 3.3 and 3.4). For Spring Boot 2.7.x users, use the matching 2.7.x version of the starter.

For more information about Spring Cloud Oracle Starters:

- The [GitHub repo](https://github.com/oracle/spring-cloud-oracle)
- The [Documentation](https://oracle.github.io/spring-cloud-oracle/latest/reference/html/index.html)
127 changes: 0 additions & 127 deletions docs-source/spring/content/starters/aqjms.md

This file was deleted.

96 changes: 0 additions & 96 deletions docs-source/spring/content/starters/ucp.md

This file was deleted.

37 changes: 0 additions & 37 deletions docs-source/spring/content/starters/wallet.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs-source/spring/data/menu/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ main:
ref: "/development/envvars"
- name: Spring Boot Starters
ref: "/starters"
sub:
- name: "UCP"
ref: "/starters/ucp"
- name: "Wallet"
ref: "/starters/wallet"
- name: "AQ/JMS"
ref: "/starters/aqjms"
- name: Infrastructure
ref: "/infrastructure"
sub:
Expand Down