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
| 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.
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."
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"
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)"
abstract="An introduction to the Oracle Backend for Spring Boot."
43
+
>}}
44
+
12
45
{{< blog
13
46
author="mark"
14
47
date="2/3/2023"
@@ -81,6 +114,22 @@ This page acts as an index/aggregator for some of our featured content.
81
114
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."
82
115
>}}
83
116
117
+
{{< blog
118
+
author="paul"
119
+
date="9/18/2022"
120
+
title="Develop React + GraphQL + Spring Data JPA + UCP + Oracle"
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"
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."
Copy file name to clipboardExpand all lines: docs-source/spring/content/release-notes/_index.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,20 @@ Notes:
5
5
* 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.
6
6
* Improvements to On-Premises and Desktop Installation process
| Oracle Backend for Spring Boot Visual Studio Code Extension | 0.3.7 | Allows Visual Studio Code users to manage the platform, deployments and configuration. |
0 commit comments