-
Hi,
Firstly I really want to thank you for your consistent support.
I need to add a new field to an existing document.
Regards,
Hemraj
-
Hi, this is more of a gotcha for hook-developers, and a question...
tl;dr -- The standard Logger does not work in classes which are not under the org.restheart hierarchy, such as any added singleto…
-
Hi there,
yet another question about changes in RH3.
It seems that information added to a file via the "properties" field is now grouped inside a new property called "metadata". So the response fo…
-
Hey guys,
I know that you have the custom identity managers and custom access managers and I've been playing around with that. I was just wondering if you guys implemented the ability to authentica…
-
We've released **RESTHeart 3.0.0**. You can download it [here](https://github.com/SoftInstigate/restheart/releases/latest) or you can run the [Docker image](https://hub.docker.com/r/softinstigate/rest…
-
when i use below url to update document, it will throw 406 error
[root@localhost schema]# http patch http://a:a@*.*.*.*:8080/mdm/Organization/58c641ce962086519e2a82ad?id_type=STRING_OID < Organizat…
-
We are getting the following exception when we have type DecimalType in our BSON.
org.bson.BsonSerializationException: Detected unknown BSON type "\x13" for fieldname "field_0". Are you using the l…
-
Hi,
Being as rest service client, how should I convert the BSON to java POJO object.
Do you recommend any library ? can this be possible by using rest heart?
Example BSON:
{ "field_1":{"$nu…
-
Hey guys,
Just wanted to ask if I could still do the ssl=True in the mongoURI and add in the java options during startup in version 2.0.3.1. For time related reasons we are not updating to 3.0.0 un…
-
Hey,
I'm not sure if something was changed in 3.0.0, but when I converted my transformer code from 2.0.1 to match 3.0.0 specifications, I had problems with RestHEART going into my Response Transfor…