nickva commented on code in PR #5896:
URL: https://github.com/apache/couchdb/pull/5896#discussion_r2925207126
##########
src/nouveau/src/nouveau_api.erl:
##########
@@ -33,8 +33,22 @@
jaxrs_error/2
]).
+%% batch api functions
+-export([
+ update/2,
+ make_update/5,
+ make_delete/3,
+ make_purge/3
+]).
+
-define(JSON_CONTENT_TYPE, {"Content-Type", "application/json"}).
+-deprecated([
Review Comment:
I wonder if we have to be this strict with deprecated calls for nouveau.
This would be local calls on this node. The remote call is possibly between
erlang and java not erlang and erlang.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]