From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6309D138359 for ; Mon, 13 Jul 2020 03:50:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F13FE0877; Mon, 13 Jul 2020 03:50:04 +0000 (UTC) Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4420CE0877 for ; Mon, 13 Jul 2020 03:50:04 +0000 (UTC) Received: by mail-wm1-x32a.google.com with SMTP id 17so11681687wmo.1 for ; Sun, 12 Jul 2020 20:50:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=rUNJwgsxCCYQBvwHBciKmzX3eEihYTn1RrXzV2Q0mGo=; b=no5AeIPP/sGL+MUV3uOBp45xIRC3drv/D40h1GT1rbeXGCupMJQy+f8HVF/GhsewtV En9EtUUxp/cXMrDbCWuOsGm+T7uKeOleTozeMXMppUO1zPAu5xeyQ56wIADnvLT/FMiu /es6S7lyXiiOz6Hd5j8ZdIC7BD5ishX//GC5ihYIlMYtx5Dd4yoef0A5qCKDDILE4Kdu 2RJlSY8EYSe2Ucd9XhNkKDLA92hgnfR1H9ihEqHxQW6A7GdAgojy0Z3H+HxLS6JMkxV4 utz9qwPJ/i5gJ7q4rbJMvdUI2Zv/aURFLn3whet6KEXj5Z8ZXSjo1QH/COZ1Dml1X82I iuyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=rUNJwgsxCCYQBvwHBciKmzX3eEihYTn1RrXzV2Q0mGo=; b=rk4lb462jgMpEhwqEK5b4416ym2Y1nh9SeuV1r4PYAv2gxKW7vE7FKv3jhGTaiHuJg 9Fa1yRJtDdsT23oBgSq/cNR+VjvvTadUlZUwuAH5TCal6npFKb++IQtFwuCZ7YMn5rGa pOq3h8ltNq8dT6mdIeR5ITw1+RE7bEEqWj62ECV7lSfdHFiiwSGk+VAlWVRw1MYWcEu9 1r2sX5Rsdyqog+U65+Y0IWVpVckDjvVrXQbAjx0WLT/JCJ2C95fWCYhkZgKq4W917Sac 4oNYlCWYue1YW/eAM6RK0fhWpyLv6Q8/9WaINOK5peYRoc+eBuMU06wL4gOPHpbRoqA8 Ev5w== X-Gm-Message-State: AOAM5316uEBw/wA4KokUrdKkLe79FWIf20A/Bs9fuVIW+j3WHQhio0eL 4hD0IOqNYfXRpUp58SRRK+nxugEudlmV4xBFapzMecRrzkA= X-Google-Smtp-Source: ABdhPJzYl/ooI0j22DNKstbaXzfqEKdlE3t5tj27SYtevNiZvpVpXdxpmElyzGvWpFSiLxx0Fe4iJK/tSA4LxKqnf7U= X-Received: by 2002:a1c:cc12:: with SMTP id h18mr17938274wmb.56.1594612202760; Sun, 12 Jul 2020 20:50:02 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <87wo38nt13.fsf@robot.e.airelinux.org> In-Reply-To: <87wo38nt13.fsf@robot.e.airelinux.org> From: Zhang Zongyu Date: Mon, 13 Jul 2020 11:50:00 +0800 Message-ID: Subject: Re: [gentoo-soc] Weekly Report: Big Data Infrastructure and Maven Overlay in Week 6 To: gentoo-soc@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: b8ff9bfb-2584-406c-96f3-1cdab005dbac X-Archives-Hash: 9e4c997a2eee295318ea561efbe3c975 > > Are the source codes of the two different from each other? > > Benda > I have to apologize for the confusion of "netty" and "jersey". There are actually two "jersey" artifacts. Sun-jersey is organised like "com/sun/jersey", while glassfish-jersey is organized like "org/glassfish/jersey". [1] [2] And their code differs in some way, so I cannot just "sed 's/com.sun.jersey/org.glassfish.jersey/'" to avoid the problem. However, it is possible that sun-jersey is migrated to glassfish-jersey in some time. I may find whether they are two totally different artifacts or they are the same artifact developed at different times. (like javax.* and jakarta.*) Then it will be clear to decide whether to slot those ebuild files or to rename those packages. Regards, Zhang Zongyu [1] sun-jersey https://repo1.maven.org/maven2/com/sun/jersey/jersey-server/1.19.4/ [2] glassfish-jersey https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.31/