From 9c28c2ddee47b6579dec1abd9f2136d3aa0fb441 Mon Sep 17 00:00:00 2001 From: Lucas Pedroza Date: Wed, 11 Sep 2024 13:43:43 +0200 Subject: [PATCH 1/2] Indicate beta in the driver readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 172e9fc1..9e74e2dc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# The Official JVM Driver for [Fauna](https://fauna.com) (alpha) +# The Official JVM Driver for [Fauna](https://fauna.com) (beta) > [!CAUTION] -> This driver is currently in alpha and should not be used in production. +> This driver is currently in beta and should not be used in production. The Fauna JVM driver is a lightweight, open-source wrapper for Fauna's [HTTP API](https://docs.fauna.com/fauna/current/reference/http/reference/). You can From 58d233367dc2edcb9686958b4d370ac335cf0018 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Wed, 11 Sep 2024 09:03:17 -0400 Subject: [PATCH 2/2] Align basic app w/ docs.fauna.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e74e2dc..262a545f 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ public class App { public String description; - public double price; + public Integer price; } public static void main(String[] args) {