crnk-project / crnk-framework

JSON API library for Java
Apache License 2.0
287 stars 156 forks source link

Crnk client doesn't support bulk save operation #817

Open gratsias opened 3 years ago

gratsias commented 3 years ago

Checking the repository stub implementation, it seems that the bulk save is not supported yet.

https://github.com/crnk-project/crnk-framework/blob/1e33a2f2fb8d532fdfcb31929224856b795c2941/crnk-client/src/main/java/io/crnk/client/internal/ResourceRepositoryStubImpl.java#L47

remmeier commented 3 years ago

yes,.both on client and server. bulk post and delete is implemented, but not patch. it is implemented for operators/json patch, so it would not be far away if desired. has come up a few times with pr promises, but has not materialized as of yet.

I was in an immutable append-only world the past two years. for that reason not too much of a use for it, reflecting the current state on master.