Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D0497200D41 for ; Wed, 22 Nov 2017 09:29:25 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CEBF0160BFD; Wed, 22 Nov 2017 08:29:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 481EE160BDA for ; Wed, 22 Nov 2017 09:29:25 +0100 (CET) Received: (qmail 27619 invoked by uid 500); 22 Nov 2017 08:29:24 -0000 Mailing-List: contact commits-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list commits@cayenne.apache.org Received: (qmail 27610 invoked by uid 99); 22 Nov 2017 08:29:24 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2017 08:29:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 56270ED49C; Wed, 22 Nov 2017 08:29:24 +0000 (UTC) From: aarrsseni To: commits@cayenne.apache.org Reply-To: commits@cayenne.apache.org Message-ID: Subject: [GitHub] cayenne pull request #248: CAY-2372. Extract web, rip-server and osgi module... Content-Type: text/plain Date: Wed, 22 Nov 2017 08:29:24 +0000 (UTC) archived-at: Wed, 22 Nov 2017 08:29:26 -0000 GitHub user aarrsseni opened a pull request: https://github.com/apache/cayenne/pull/248 CAY-2372. Extract web, rip-server and osgi modules. You can merge this pull request into a Git repository by running: $ git pull https://github.com/aarrsseni/cayenne CAY-2372_V2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cayenne/pull/248.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #248 ---- commit 066d176f457e54c7af6376b2ccacb71d3128cbc0 Author: Arseni Bulatski Date: 2017-10-31T08:13:32Z CAY-2372 Extract web-module commit b3a065f27bc27f0e2f30a9518cd7c31388c9a305 Author: Maxim Petrusevich Date: 2017-10-31T05:55:24Z CAY-2372 Extracted OSGI module from server module commit 24b45fd479a65cc48c1ed129c65174408c7f9897 Author: Arseni Bulatski Date: 2017-10-31T09:08:30Z CAY-2372. OSGI, web-module with tests. commit 37dac62d895de491ba39a8405b8e7e8d111046ac Author: Arseni Bulatski Date: 2017-11-01T11:24:23Z CAY-2372 with osgi, web and rop-module with tests and changes in tutorial. commit 80416411a7027b1e7b67bd4c42269edc141a40f8 Author: Arseni Bulatski Date: 2017-11-08T10:33:12Z CAY-2372. Change package name to previous one. commit 32a17ff004abb4d9cc171088f8ecd3665d2e2021 Author: Arseni Bulatski Date: 2017-11-22T07:03:06Z CAY-2372 OSGI module fixed. Add correct manifest. commit 01da0e4148cbbf5533cbe09105df2ba0c4e54d16 Author: Arseni Bulatski Date: 2017-11-22T07:58:19Z CAY-2372. Fixed cayenne-doc ---- ---