Skip to content

Commit c2d8877

Browse files
authored
naming update (#955)
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
1 parent cdc63bc commit c2d8877

File tree

41 files changed

+198
-198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+198
-198
lines changed

docs-source/spring/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
baseURL = 'https://oracle.github.io/microservices-datadriven/spring/'
22
languageCode = 'en-us'
3-
title = 'Oracle Backend for Spring Boot and Microservices'
3+
title = 'Oracle Backend for Microservices and AI'
44
theme = "hugo-geekdoc"
55

66
pluralizeListTitles = false

docs-source/spring/content/_index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
---
2-
title: "Oracle Backend for Spring Boot and Microservices"
3-
description: "Spring and Spring Boot"
4-
keywords: "spring springboot microservices development oracle backend"
2+
title: "Oracle Backend for Microservices and AI"
3+
description: "Helidon, Spring and Spring Boot"
4+
keywords: "spring springboot microservices development oracle backend helidon"
55
---
66

7-
Oracle Backend for Spring Boot and Microservices allows developers to build microservices in Spring Boot and provisions a "backend as a service" with Oracle Database and other infrastructure components that operate on multiple clouds. Oracle Backend for Spring Boot and Microservices vastly simplifies the task of building, testing, and operating microservices platforms for reliable, secure, and scalable enterprise applications.
7+
Oracle Backend for Microservices and AI allows developers to build microservices in Helidon and/or Spring Boot and provisions a "backend as a service" with Oracle Database and other infrastructure components that operate on multiple clouds. Oracle Backend for Microservices and AI vastly simplifies the task of building, testing, and operating microservices platforms for reliable, secure, and scalable enterprise applications.
88

99
{{< hint type=[warning] icon=gdoc_fire title="Version 1.3.0 (production) released September, 2024" >}}
10-
Oracle Backend for Spring Boot and Microservices Version 1.3.0 is now generally available and suitable for production use. This version supports and recommends Spring Boot 3.3.x, 3.2.x, Spring 6.1 and Spring Cloud 2023.0.x, with limited backwards compatibility for Spring Boot 2.7.x.
10+
Oracle Backend for Microservices and AI Version 1.3.0 is now generally available and suitable for production use. This version supports and recommends Helidon 4.1.1, Spring Boot 3.3.x, 3.2.x, Spring 6.1 and Spring Cloud 2023.0.x, with limited backwards compatibility for Spring Boot 2.7.x.
1111
{{< /hint >}}
1212

13-
If you are building Spring Boot applications with Oracle Database, you should also check out [Spring Cloud Oracle](https://github.com/oracle/spring-cloud-oracle) which is the home of a number of the components used in Oracle Backend for Spring Boot and Microservices, and which you can also use in your own applications!
13+
If you are building Spring Boot applications with Oracle Database, you should also check out [Spring Cloud Oracle](https://github.com/oracle/spring-cloud-oracle) which is the home of a number of the components used in Oracle Backend for Microservices and AI, and which you can also use in your own applications!
1414

1515
## Try it out with CloudBank AI
1616

17-
To learn more about deploying and using Oracle Backend for Spring Boot and Microservices, we recommend our
17+
To learn more about deploying and using Oracle Backend for Microservices and AI, we recommend our
1818
[CloudBank AI](https://bit.ly/cloudbankAI) self-paced, on-demand hands-on lab.
1919

2020
![CloudBank AI](./cloudbank-hol.png)
2121

2222
In the [CloudBank AI](https://bit.ly/cloudbankAI) hands-on lab, you can learn how to:
2323

24-
- Install Oracle Backend for Spring Boot and Microservices.
25-
- Set up a development environment for Spring Boot.
24+
- Install Oracle Backend for Microservices and AI.
25+
- Set up a development environment for Helidon and/or Spring Boot.
2626
- Build Spring Boot microservices from scratch using Spring Web to create
2727
Representational State Transfer (REST) services.
2828
- Use service discovery and client-side load balancing.

docs-source/spring/content/azure/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: "Multi-cloud Spring Boot Backend on Azure makes it easy for develop
44
keywords: "spring springboot microservices multicloud azure oracle"
55
---
66

7-
The Oracle Backend for Spring Boot and Microservices is available to install in Multicloud (Microsoft Azure (Azure) and Oracle Cloud Infrastructure (OCI)). This installation
8-
deploys the Oracle Backend for Spring Boot and Microservices in Azure with an Oracle Autonomous Database running in OCI.
7+
The Oracle Backend for Microservices and AI is available to install in Multicloud (Microsoft Azure (Azure) and Oracle Cloud Infrastructure (OCI)). This installation
8+
deploys the Oracle Backend for Microservices and AI in Azure with an Oracle Autonomous Database running in OCI.
99

1010
## Prerequisites
1111

@@ -22,11 +22,11 @@ Watch this video for a quick overview of the setup process.
2222

2323
## Download
2424

25-
Download [Oracle Backend for Spring Boot and Microservices](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.1.3/azure-ebaas_latest.zip).
25+
Download [Oracle Backend for Microservices and AI](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.1.3/azure-ebaas_latest.zip).
2626

2727
## Setup
2828

29-
A few setup steps are required in both OCI and Azure to deploy the Oracle Backend for Spring Boot and Microservices application.
29+
A few setup steps are required in both OCI and Azure to deploy the Oracle Backend for Microservices and AI application.
3030

3131
### OCI
3232

@@ -55,7 +55,7 @@ The Multicloud installation is done using the Azure Cloud Shell. The following s
5555

5656
![Azure Cloud Shell Icon](AzureCloudShellIcon.png)
5757

58-
3. Upload the [Oracle Backend for Spring Boot and Microservices](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.1.3/azure-ebaas-platform_latest.zip) stack. For example:
58+
3. Upload the [Oracle Backend for Microservices and AI](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.1.3/azure-ebaas-platform_latest.zip) stack. For example:
5959

6060
![Azure Upload](AzureUpload.png)
6161

docs-source/spring/content/development/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: "Development"
3-
description: "How to develop and deploy Spring Boot applications with the Oracle Backend for Spring Boot and Microservices"
3+
description: "How to develop and deploy Spring Boot applications with the Oracle Backend for Microservices and AI"
44
keywords: "spring springboot microservices development oracle backend"
55
---
66

7-
This section provides information about how to develop and deploy Spring Boot applications with the Oracle Backend for Spring Boot and Microservices.
7+
This section provides information about how to develop and deploy Spring Boot applications with the Oracle Backend for Microservices and AI.
88

9-
Spring Boot applications can be developed with no special requirements and be deployed into Oracle Backend for Spring Boot and Microservices. However, if you do opt-in to the platform services provided and the CLI, you can shorten your development time and avoid unnecessary work.
9+
Spring Boot applications can be developed with no special requirements and be deployed into Oracle Backend for Microservices and AI. However, if you do opt-in to the platform services provided and the CLI, you can shorten your development time and avoid unnecessary work.
1010

1111
Oracle Backend for Spring Boot provides the following services that applications can use:
1212

docs-source/spring/content/development/cli/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "OBaaS CLI"
3-
description: "Command Line Interface for Oracle Backend for Spring Boot and Microservices"
3+
description: "Command Line Interface for Oracle Backend for Microservices and AI"
44
keywords: "cli tool deployment spring springboot microservices development oracle backend"
55
---
66

7-
The Oracle Backend for Spring Boot and Microservices offers a command-line interface (CLI), `oractl`. The CLI commands simplify the deployment of
7+
The Oracle Backend for Microservices and AI offers a command-line interface (CLI), `oractl`. The CLI commands simplify the deployment of
88
microservices applications as well as bindings with the resources that they use. Download the CLI [here](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.1.3). The platform-specific binary can be renamed to `oractl` for convenience.
99

1010
Table of Contents:
@@ -30,7 +30,7 @@ Table of Contents:
3030

3131
The Oracle Backend for Spring Boot CLI is used to configure your backend and to deploy your Spring Boot applications to the backend.
3232

33-
1. Download the Oracle Backend for Spring Boot and Microservices CLI `oractl`
33+
1. Download the Oracle Backend for Microservices and AI CLI `oractl`
3434

3535
Download the CLI from [here](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.1.3)
3636

@@ -50,7 +50,7 @@ The Oracle Backend for Spring Boot CLI is used to configure your backend and to
5050

5151
## Using the CLI
5252

53-
1. Expose the Oracle Backend for Spring Boot and Microservices Admin server that the CLI calls using this command:
53+
1. Expose the Oracle Backend for Microservices and AI Admin server that the CLI calls using this command:
5454

5555
```bash
5656
kubectl port-forward services/obaas-admin -n obaas-admin 8080
@@ -817,7 +817,7 @@ Ask for Help
817817
818818
Use the `GraalVM Compile Commands` to:
819819
820-
* Upload a **.jar** file to the Oracle Backend for Spring Boot and microservices and its GraalVM compiler service.
820+
* Upload a **.jar** file to the Oracle Backend for Microservices and AI and its GraalVM compiler service.
821821
* Start a compilation of your microservice to produce an executable native **.exec** file.
822822
* Retrieve the last logs available regarding a compilation in progress or terminated.
823823
* Download the **.exec** file to deploy on the backend.

docs-source/spring/content/development/envvars.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "Predefined Variables"
3-
description: "Predefined environment variables in Oracle Backend for Spring Boot and Microservices"
3+
description: "Predefined environment variables in Oracle Backend for Microservices and AI"
44
keywords: "predefined variables spring springboot microservices development oracle backend"
55
---
66

7-
When you deploy a Spring Boot application using the Oracle Backend for Spring Boot and Microservices CLI or Visual Code extension, a number of predefined environment variables will be injected into the pod definition. You may reference any of these variables in your application.
7+
When you deploy a Spring Boot application using the Oracle Backend for Microservices and AI CLI or Visual Code extension, a number of predefined environment variables will be injected into the pod definition. You may reference any of these variables in your application.
88

99
The predefined variables are as follows:
1010

docs-source/spring/content/development/project.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Project Structure"
3-
description: "How to structure your Spring Boot application for deployment in Oracle Backend for Spring Boot and Microservices"
3+
description: "How to structure your Spring Boot application for deployment in Oracle Backend for Microservices and AI"
44
keywords: "spring springboot microservices development oracle backend"
55
---
66

@@ -106,7 +106,7 @@ management:
106106
application: ${spring.application.name}
107107
```
108108
109-
The variables in this configuration are automatically injected to your deployment and pods when you use the Oracle Backend for Spring Boot and Microservices CLI to deploy your application.
109+
The variables in this configuration are automatically injected to your deployment and pods when you use the Oracle Backend for Microservices and AI CLI to deploy your application.
110110
111111
### Data Sources
112112
@@ -159,7 +159,7 @@ spring:
159159
max-pool-size: 30
160160
```
161161
162-
The variables in this configuration are automatically injected to your deployment and pods when you use the Oracle Backend for Spring Boot and Microservices CLI to deploy your application.
162+
The variables in this configuration are automatically injected to your deployment and pods when you use the Oracle Backend for Microservices and AI CLI to deploy your application.
163163
164164
### Liquibase
165165
@@ -191,7 +191,7 @@ spring:
191191
enabled: ${LIQUIBASE_ENABLED:true}
192192
```
193193
194-
The variables in this configuration are automatically injected to your deployment and pods when you use the Oracle Backend for Spring Boot and Microservices CLI to deploy your application. When you use the `deploy` command, you must specify the `liquibase-db` parameter and provide a user with sufficient privileges. Generally this will be permissions to create and alter users and to grant roles and privileges. If your service uses Java Messaging Service (JMS), this use may also need execute permission on `dbms.aq_adm`, `dbms.aq_in` and `dbms.aq_jms`.
194+
The variables in this configuration are automatically injected to your deployment and pods when you use the Oracle Backend for Microservices and AI CLI to deploy your application. When you use the `deploy` command, you must specify the `liquibase-db` parameter and provide a user with sufficient privileges. Generally this will be permissions to create and alter users and to grant roles and privileges. If your service uses Java Messaging Service (JMS), this use may also need execute permission on `dbms.aq_adm`, `dbms.aq_in` and `dbms.aq_jms`.
195195

196196
### Oracle Transaction Manager for Microservices
197197

@@ -205,7 +205,7 @@ If you are using Oracle Transaction Manager for Microservices (MicroTx) to manag
205205
</dependency>
206206
```
207207

208-
Add the following configuration to your Spring application configuration. The variables in this configuration are automatically injected to your deployment and pods when you use the Oracle Backend for Spring Boot and Microservices CLI or the Visual Studio Code Extension to deploy your application. For example:
208+
Add the following configuration to your Spring application configuration. The variables in this configuration are automatically injected to your deployment and pods when you use the Oracle Backend for Microservices and AI CLI or the Visual Studio Code Extension to deploy your application. For example:
209209

210210
```yaml
211211
spring:
@@ -231,7 +231,7 @@ If you are using Spring Config Server to manage configurations, then add the fol
231231
</dependency>
232232
```
233233

234-
Add the following configuration to your Spring application configuration. The variables in this configuration are automatically injected to your deployment and pods when you use the Oracle Backend for Spring Boot and Microservices CLI or the Visual Studio Code Extension to deploy your application. For example:
234+
Add the following configuration to your Spring application configuration. The variables in this configuration are automatically injected to your deployment and pods when you use the Oracle Backend for Microservices and AI CLI or the Visual Studio Code Extension to deploy your application. For example:
235235

236236
```yaml
237237
spring:
@@ -269,7 +269,7 @@ To enable Open Telemetry (OTEL) tracing you need to add the following dependenci
269269
</dependency>
270270
```
271271

272-
In addition add the following to the application configuration. The variable in this configuration are automatically injected to your deployment and pods when you use the Oracle Backend for Spring Boot and Microservices CLI or the Visual Studio Code Extension to deploy your application. For example:
272+
In addition add the following to the application configuration. The variable in this configuration are automatically injected to your deployment and pods when you use the Oracle Backend for Microservices and AI CLI or the Visual Studio Code Extension to deploy your application. For example:
273273

274274
```yaml
275275
management:

docs-source/spring/content/development/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "Development Environment Setup"
3-
description: "How to set up your development environment to build Spring Boot applications with the Oracle Backend for Spring Boot and Microservices"
3+
description: "How to set up your development environment to build Spring Boot applications with the Oracle Backend for Microservices and AI"
44
keywords: "development environment setup spring springboot microservices oracle backend java maven gradle ide tools"
55
---
66

7-
This page provides details on how to set up your development environment to work with Oracle Backend for Spring Boot and Microservices.
7+
This page provides details on how to set up your development environment to work with Oracle Backend for Microservices and AI.
88

99
The following platforms are recommended for a development environment:
1010

docs-source/spring/content/get-help/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: "Get Help"
3-
description: "Get help for Oracle Backend for Spring Boot and Microservices"
3+
description: "Get help for Oracle Backend for Microservices and AI"
44
keywords: "support backend oracle springboot spring development microservices database"
55
---
6-
If you need help with Oracle Backend for Spring Boot and Microservices you can seek help at the following channels:
6+
If you need help with Oracle Backend for Microservices and AI you can seek help at the following channels:
77

88
- E-mail: obaas_ww@oracle.com
99
- Slack: https://oracledevs.slack.com/archives/C06L9CDGR6Z
1010
- GitHub Issue: https://github.com/oracle/microservices-datadriven/issues
1111

1212
When asking for help please provide the following:
1313

14-
- Which version of Oracle Backend for Spring Boot and Microservices are you using?
14+
- Which version of Oracle Backend for Microservices and AI are you using?
1515
- Which component(s) do you have an issue with?
1616
- If possible, provide a testcase that shows the issue.
1717

docs-source/spring/content/get-help/troubleshooting/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Troubleshooting"
3-
description: "Troubleshoot Oracle Backend for Spring Boot and Microservices"
3+
description: "Troubleshoot Oracle Backend for Microservices and AI"
44
keywords: "support backend oracle springboot spring development microservices database"
55
---
6-
If experiencing issues with the Oracle Backend for Spring Boot and Microservices; check here for known issues and resolutions.
6+
If experiencing issues with the Oracle Backend for Microservices and AI; check here for known issues and resolutions.
77

88
# ORA-28000: The account is locked
99

0 commit comments

Comments
 (0)