-
Step 3, 'mvn package', is not working. Build fails with the following error:
[ERROR] Failed to execute goal on project restheart-customization-examples: Could not resolve dependencies for project c…
-
Hi,
Please push also the distributions to maven central.
Thanks,
Torsten
-
This feature requests serves as a central place to discuss development and progress for the MongoDB connector. Please contribute in the comments below. I will update the top comment as consensus forms…
-
I'm running docker version on Azure VM and when I run docker-compose up, it says that the RESTheart started. When I try to access the page, the normal HTTP authentication works but after successfully …
-
I want transform custom url to real resource URL,and restHeart provides this function?
-
Currently, it is not possible to do a batch insert and ignore kind of operation through restheart. What I mean is, you can define an `ordered`, `boolean` type [argument if you work with Mongo directly…
-
Hi,
we have some issues fetching data from an existing collection when no trailing slash is provided:
## Expected Behavior
curl http://HOST/DB --> HTTP 200 OK
curl http://HOST/DB/ --> HTTP 200…
-
After creating a link to other document with OID as id type, the href in link is incorrect
## Expected Behavior
href in owning document should be object id string instead of whole json object
"…
-
I looked at `ADIdentityManager.java` and it seems that it accepts only domain name in princpalNameSuffix. I am not sure does it consider users in (ou=people) ?
For some reason, not able to connect …
-
RESTHeart does not support "/" in collection names.
From mongo shell:
`> use test`
`> db.createCollection("my/test")`
`> db['my/test'].insert({some data:"test"})`
Now try [http://localhost:…