From dev-return-16053-archive-asf-public=cust-asf.ponee.io@syncope.apache.org Thu Aug 2 17:25:13 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8A7DF18067B for ; Thu, 2 Aug 2018 17:25:12 +0200 (CEST) Received: (qmail 34329 invoked by uid 500); 2 Aug 2018 15:25:11 -0000 Mailing-List: contact dev-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list dev@syncope.apache.org Received: (qmail 34199 invoked by uid 99); 2 Aug 2018 15:25:11 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2018 15:25:11 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 4031C180A00 for ; Thu, 2 Aug 2018 15:25:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.501 X-Spam-Level: X-Spam-Status: No, score=-109.501 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 89vf26WJZ_0j for ; Thu, 2 Aug 2018 15:25:10 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 293CE5F582 for ; Thu, 2 Aug 2018 15:25:09 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1EF2EE26A0 for ; Thu, 2 Aug 2018 15:25:07 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 9BA0C277E6 for ; Thu, 2 Aug 2018 15:25:05 +0000 (UTC) Date: Thu, 2 Aug 2018 15:25:05 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@syncope.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SYNCOPE-1348) REST: replace bulk operations with batch requests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SYNCOPE-1348?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 566943#comment-16566943 ]=20 ASF subversion and git services commented on SYNCOPE-1348: ---------------------------------------------------------- Commit 3670bb31526f68a43ee05ac5558a6ec564a54916 in syncope's branch refs/he= ads/2_1_X from [~ilgrosso] [ https://git-wip-us.apache.org/repos/asf?p=3Dsyncope.git;h=3D3670bb3 ] [SYNCOPE-1348] Batch is in, now need to kick Bulk out > REST: replace bulk operations with batch requests > ------------------------------------------------- > > Key: SYNCOPE-1348 > URL: https://issues.apache.org/jira/browse/SYNCOPE-1348 > Project: Syncope > Issue Type: New Feature > Components: client, common, console, core > Reporter: Francesco Chicchiricc=C3=B2 > Assignee: Francesco Chicchiricc=C3=B2 > Priority: Major > Labels: batch, rest > Fix For: 2.1.1, 3.0.0 > > > There are currently quite some bulk REST endpoints; each of these, howeve= r, is quite limited as requires to either not provide any particular input = besides the set of elements to act on, or to design a dedicated payload for= such a purpose. > The batch approach provided by the [OData 4.0 specification|http://docs.o= asis-open.org/odata/odata/v4.0/os/part1-protocol/odata-v4.0-os-part1-protoc= ol.html#_Toc372793748] seems a perfect match to replace the partial approac= h provided by bulk endpoints. -- This message was sent by Atlassian JIRA (v7.6.3#76005)