rnewson commented on code in PR #5896:
URL: https://github.com/apache/couchdb/pull/5896#discussion_r2925318325
##########
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:
They are mostly notes for me to remove the functions in a future release. We
need at least one release with them for smooth upgrade (upgrade nouveau jvm
side, which understands individual updates and bulk updates, then the couchdb
side, which will then only send bulk updates)
--
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]