Skip to content
Merged
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
15 changes: 15 additions & 0 deletions docs-source/mbaas/content/release-notes/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

## Developer Preview 0.3.0, April 17, 2023

No components were added.

The following components were updated:

| Component | Version | Description |
|------------------------------|---------------|-----------------------------------------------------------------------------------------|
| Oracle Storage Adapter for Parse | 0.3.0 | Enables Parse Server to store data in Oracle Database |


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.

There were no deprecations or removals.

## Developer Preview 0.2.0, February 27, 2023

No components were added.
Expand Down
49 changes: 49 additions & 0 deletions docs-source/spring/content/blogs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,39 @@ Our team members post blog articles and other content on various sites including
We'd love you to check them out.
This page acts as an index/aggregator for some of our featured content.

{{< blog
author="paul"
date="4/18/2023"
title="Long Running Actions"
link="https://www.youtube.com/watch?v=2E8acaNnX8Q"
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."
>}}

{{< blog
author="mark"
date="4/6/2023"
title="Introducing Cloud Bank"
link="https://medium.com/oracledevs/introducing-cloud-bank-d3af56e1141f"
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."
>}}

{{< blog
author="paul"
date="3/27/2023"
title="Developing Saga Participant Code For Compensating Transactions"
link="https://blogs.oracle.com/developers/post/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."
>}}


{{< blog
author="andy"
date="3/25/2023"
title="Oracle Backend for Spring Boot is LIVE! (Developer Preview)"
link="https://mr-a.org/oracle-backend-for-spring-boot-is-live-developer-preview/"
abstract="An introduction to the Oracle Backend for Spring Boot."
>}}

{{< blog
author="mark"
date="2/3/2023"
Expand Down Expand Up @@ -81,6 +114,22 @@ This page acts as an index/aggregator for some of our featured content.
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."
>}}

{{< blog
author="paul"
date="9/18/2022"
title="Develop React + GraphQL + Spring Data JPA + UCP + Oracle"
link="https://blogs.oracle.com/developers/post/develop-react-graphql-spring-boot-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."
>}}

{{< blog
author="paul"
date="8/11/2022"
title="Unified Observability Exporters: Metrics, Logs, and Tracing"
link="https://blogs.oracle.com/developers/post/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."
>}}

{{< blog
author="paulo"
date="1/6/2022"
Expand Down
14 changes: 14 additions & 0 deletions docs-source/spring/content/release-notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Notes:
* 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.
* Improvements to On-Premises and Desktop Installation process

The following components were added:

| Component | New Version | Description |
|------------------------------|---------------|---------------------|
| Oracle Backend for Spring Boot Visual Studio Code Extension | 0.3.7 | Allows Visual Studio Code users to manage the platform, deployments and configuration. |

The following components were updated:

| Component | New Version | Replaced Version |
|------------------------------|---------------|---------------------|
| Oracle Backend for Spring Boot CLI | 0.3.0 | 0.1.0 |

There were no component deprecations or removals.

## Developer Preview 0.2.3, March 8, 2023

Notes:
Expand Down