Skip to content

Commit 6b85b18

Browse files
authored
0.3.0 release notes and other doc updates (#627)
* doc updates Signed-off-by: Mark Nelson <[email protected]> --------- Signed-off-by: Mark Nelson <[email protected]>
1 parent 60181e0 commit 6b85b18

File tree

3 files changed

+78
-0
lines changed

3 files changed

+78
-0
lines changed

docs-source/mbaas/content/release-notes/_index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11

2+
## Developer Preview 0.3.0, April 17, 2023
3+
4+
No components were added.
5+
6+
The following components were updated:
7+
8+
| Component | Version | Description |
9+
|------------------------------|---------------|-----------------------------------------------------------------------------------------|
10+
| Oracle Storage Adapter for Parse | 0.3.0 | Enables Parse Server to store data in Oracle Database |
11+
12+
13+
The following areas were improved in this release: Schema Field Validation, Schema Field Default Values, Create and Delete Indexes, Composite Indexes and Schema Field Deletion.
14+
15+
There were no deprecations or removals.
16+
217
## Developer Preview 0.2.0, February 27, 2023
318

419
No components were added.

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

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,39 @@ Our team members post blog articles and other content on various sites including
99
We'd love you to check them out.
1010
This page acts as an index/aggregator for some of our featured content.
1111

12+
{{< blog
13+
author="paul"
14+
date="4/18/2023"
15+
title="Long Running Actions"
16+
link="https://www.youtube.com/watch?v=2E8acaNnX8Q"
17+
abstract="Paul Parkinson demonstrates a Spring Boot microservices application that implements the Saga pattern with Long Running Actions using the Oracle Transaction Manager for Microservices to manage data consistency across microservices."
18+
>}}
19+
20+
{{< blog
21+
author="mark"
22+
date="4/6/2023"
23+
title="Introducing Cloud Bank"
24+
link="https://medium.com/oracledevs/introducing-cloud-bank-d3af56e1141f"
25+
abstract="And introduction to the Cloud Bank sample application which showcases Spring Boot microservices, long running actions/sagas and a Flutter mobile application built with the Oracle Backend for Spring Boot."
26+
>}}
27+
28+
{{< blog
29+
author="paul"
30+
date="3/27/2023"
31+
title="Developing Saga Participant Code For Compensating Transactions"
32+
link="https://blogs.oracle.com/developers/post/developing-saga-participant-code-for-compensating-transactions"
33+
abstract="A detailed comparison of the saga pattern with XA (2PC) comparing the pros and cons of each approach to provide data integrity between multiple services and for potentially long running transactions."
34+
>}}
35+
36+
37+
{{< blog
38+
author="andy"
39+
date="3/25/2023"
40+
title="Oracle Backend for Spring Boot is LIVE! (Developer Preview)"
41+
link="https://mr-a.org/oracle-backend-for-spring-boot-is-live-developer-preview/"
42+
abstract="An introduction to the Oracle Backend for Spring Boot."
43+
>}}
44+
1245
{{< blog
1346
author="mark"
1447
date="2/3/2023"
@@ -81,6 +114,22 @@ This page acts as an index/aggregator for some of our featured content.
81114
abstract="A simple step-by-step getting started example that shows you how to use the Observability Exporter for Oracle Database to expose data from the Oracle Database as Promeheus metrics."
82115
>}}
83116
117+
{{< blog
118+
author="paul"
119+
date="9/18/2022"
120+
title="Develop React + GraphQL + Spring Data JPA + UCP + Oracle"
121+
link="https://blogs.oracle.com/developers/post/develop-react-graphql-spring-boot-data-jpa-ucp-oracle"
122+
abstract="A a succinct description and example of a modern full stack microservice app including a React frontend service that conducts GraphQL queries against a Spring Boot Data JPA backend service that in turn maps to an Oracle database."
123+
>}}
124+
125+
{{< blog
126+
author="paul"
127+
date="8/11/2022"
128+
title="Unified Observability Exporters: Metrics, Logs, and Tracing"
129+
link="https://blogs.oracle.com/developers/post/unified-observability-exporters-metrics-logs-and-tracing"
130+
abstract="A deep dive into metrics, logs and tracing exporters for the Oracle Database and how to configure them with Grafana to provide unified observability for microservices and the Oracle Database."
131+
>}}
132+
84133
{{< blog
85134
author="paulo"
86135
date="1/6/2022"

docs-source/spring/content/release-notes/_index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ Notes:
55
* The Oracle Database Operator for Kubernetes will be bound the existing ADB created by IaC in an all-OCI installation and will provision the ADB in the multi-cloud installation.
66
* Improvements to On-Premises and Desktop Installation process
77

8+
The following components were added:
9+
10+
| Component | New Version | Description |
11+
|------------------------------|---------------|---------------------|
12+
| Oracle Backend for Spring Boot Visual Studio Code Extension | 0.3.7 | Allows Visual Studio Code users to manage the platform, deployments and configuration. |
13+
14+
The following components were updated:
15+
16+
| Component | New Version | Replaced Version |
17+
|------------------------------|---------------|---------------------|
18+
| Oracle Backend for Spring Boot CLI | 0.3.0 | 0.1.0 |
19+
20+
There were no component deprecations or removals.
21+
822
## Developer Preview 0.2.3, March 8, 2023
923

1024
Notes:

0 commit comments

Comments
 (0)