From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 0DOrBRxJxWQCOAEASxT56A (envelope-from ) for ; Sat, 29 Jul 2023 19:15:08 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 5F3BBRxJxWTlkQAA9RJhRA (envelope-from ) for ; Sat, 29 Jul 2023 19:15:08 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id CE9034D6D2 for ; Sat, 29 Jul 2023 19:15:07 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=Vp4jnNwk; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1690650907; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=62MWIJvZJDoOxA0GHEGnerK2M7QPG7hXxbx9CB9jWTo=; b=S+w4qhvvFXFKrCh1EwR2H+sVkchH41oiQMinIvuvpjXeSMzjzCENvOrKGAoVcQZsO9hqw6 aqE59oQIFrOgCVFzgQ4PejciSprVaXnAT5YBOEL170diGzBDN3SkJY6I1sqxln2BEJ9KEU WwnN9r20zdH1YJ1H59slXekxjol3ObxUgJ8sN8pMVpUmdpvhzV42jt6tzkuYQjnieyEqKK H/5YzSOU53WwIe1xREi5MC6ChJVvR9FQTvPXx4ZXVz60RI5Ogu95Jxou4AR9+isZ23oFwe CclVQec7N5pvXmSCs8rcWWCtOSHxq4pjRKji8OcAXPPMCMu1cJ+FO2ZEGUtCzw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=Vp4jnNwk; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690650907; a=rsa-sha256; cv=none; b=U1iw128YdW7M8PtvJfjkdwZhMd8DlySfD3DWhMhXD8WA3df+zk7BIeofhi8SSrtzgG/sqh tLqw1JH1wXsRGPWn9etAFIwDKXGSuTHarRzr7V4nllg8+YzV6e949n3+h0fxeFZVD+ldxC 5nKZsFR2p+au9Se/kGojSXA9ZRTLq9NcaLfdPHqigOZco9FcJPqfMkTBSISjHpRSE7ZZEI zfmVPZv5rpbDPYJCUCR81s+QJGbQFP7yZW4zFq+jDLnKi5CcPMGyOxkz+w8EKGmipAShKc /wPfwLw57puCcAY3JfyFyxP4f3Uu3MSfa9aGL6/xARhOp+lOPNF4s8ViZhIHbA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qPnAm-00018S-7O; Sat, 29 Jul 2023 12:52:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qPnAh-00016V-Vf for guix-patches@gnu.org; Sat, 29 Jul 2023 12:52:05 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qPnAh-0000tE-Ma for guix-patches@gnu.org; Sat, 29 Jul 2023 12:52:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qPnAh-0005Ic-IW; Sat, 29 Jul 2023 12:52:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64934] [PATCH 11/42] gnu: Add java-httpcomponents-httpcore-osgi. Resent-From: Liliana Marie Prikler Original-Sender: "Debbugs-submit" Resent-CC: bjoern.hoefling@bjoernhoefling.de, julien@lepiller.eu, guix-patches@gnu.org Resent-Date: Sat, 29 Jul 2023 16:52:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64934 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64934@debbugs.gnu.org Cc: bjoern.hoefling@bjoernhoefling.de, julien@lepiller.eu X-Debbugs-Original-Xcc: bjoern.hoefling@bjoernhoefling.de, julien@lepiller.eu Received: via spool by 64934-submit@debbugs.gnu.org id=B64934.169064948120085 (code B ref 64934); Sat, 29 Jul 2023 16:52:03 +0000 Received: (at 64934) by debbugs.gnu.org; 29 Jul 2023 16:51:21 +0000 Received: from localhost ([127.0.0.1]:48796 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPnA1-0005Dn-Bc for submit@debbugs.gnu.org; Sat, 29 Jul 2023 12:51:21 -0400 Received: from mail-ed1-x542.google.com ([2a00:1450:4864:20::542]:48608) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPn9T-00056K-SU for 64934@debbugs.gnu.org; Sat, 29 Jul 2023 12:50:48 -0400 Received: by mail-ed1-x542.google.com with SMTP id 4fb4d7f45d1cf-5222a38c0a0so4322358a12.1 for <64934@debbugs.gnu.org>; Sat, 29 Jul 2023 09:50:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1690649442; x=1691254242; h=mime-version:to:subject:date:from:references:in-reply-to:message-id :from:to:cc:subject:date:message-id:reply-to; bh=62MWIJvZJDoOxA0GHEGnerK2M7QPG7hXxbx9CB9jWTo=; b=Vp4jnNwkk+3hrxp2YHs1pEaTfUDhPSfbbNmLnHvs0eWOoQ4g5ocrRVNOsgKQztix0N gjZ/XHg1kH2zum/VX+uvoSLPhPMjnOb50FWx+lGAxCmh7q3MN8hhu1b2zmfCR2xBg2jb GkTN3VFCRhyyREwKm18ynKYfwUVuu2iNZpp8O8+aT/j+hLrQMtQGQjWPPFN/wgABOUqB D2y5rwUE2Vn8XRIlDG8lHJNYWML94cYm0zI+X/ERwqysK0ZvmVQ8FY9IBjDNqk/uDtux xz6vjB3/v53oes58CGU0fGYf+s80/6gZ8BXbCi30QfEiT0LcXxnOhudOu0wHRPOO9SyM tFXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690649442; x=1691254242; h=mime-version:to:subject:date:from:references:in-reply-to:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=62MWIJvZJDoOxA0GHEGnerK2M7QPG7hXxbx9CB9jWTo=; b=k8pJBj9eMbY3Wm5Jz0AwCWHqSTcdHnphxATOiAdLpz3yaw1pdJ7WSs7nlEoTQpUP+U x6FU+HhzRFjOLiSOsf2yKMe2ORWYT3vvDQ81jdtNRM9pIbDJ3jvT0yuVU6WwbXFHteTQ Gqu+1h6ZJgXFYOh52KdyBICwjeLW9ZwEivvj55+z4FN3v7vW78TlwWuuYQb757z2BtvZ AL+x5aLiK7NljuVjisW2vKopg+0M6sPidZCrwNaauTDoh1uuPGDDnbIFQvI+7T/eU9KA S1gje8hXjvHmtMcgwxAdkP8F0ljMXzX7FLSSjRwPCWmwubb1DfCwB1pMmdCg62FjKqTm It4A== X-Gm-Message-State: ABy/qLYve+DgYLktmwYXfuCRAyUnk8ETMhC0oZyuv8fxp/Hzw8TnOyW4 pEQD5CfUTYVjn9341NQ4BLx92DCc/28a9w== X-Google-Smtp-Source: APBJJlEfrNGhLsfTgfSvuoURJ/JT7OmgFF6Twj73W9/AmDz/YRPzzDyMvLIBUhpG66UeoRx2ZVyHoQ== X-Received: by 2002:a17:907:7799:b0:99b:ed8f:551d with SMTP id ky25-20020a170907779900b0099bed8f551dmr2472080ejc.55.1690649442129; Sat, 29 Jul 2023 09:50:42 -0700 (PDT) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id a24-20020a170906245800b0099bcd1fa5b0sm3473807ejb.192.2023.07.29.09.50.41 for <64934@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 29 Jul 2023 09:50:41 -0700 (PDT) Message-ID: <221d20b80ecc4fb28f27229660cd11ec2ac9a2b3.1690646441.git.liliana.prikler@gmail.com> In-Reply-To: References: From: Liliana Marie Prikler Date: Sat, 29 Jul 2023 16:50:40 +0200 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: 4.36 X-Migadu-Queue-Id: CE9034D6D2 X-Migadu-Spam-Score: 4.36 X-Migadu-Scanner: mx0.migadu.com X-TUID: azjvA4Yies5F * gnu/packages/java.scm (java-httpcomponents-httpcore-osgi): New variable. --- gnu/packages/java.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 18d56a18c5..c84d34634a 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -6242,6 +6242,32 @@ (define-public java-httpcomponents-httpcore-ab (description "This package provides the HttpCore benchmarking tool. It is an Apache AB clone based on HttpCore."))) +(define-public java-httpcomponents-httpcore-osgi + (package (inherit java-httpcomponents-httpcore) + (name "java-httpcomponents-httpcore-osgi") + (arguments + `(#:jar-name "httpcomponents-httpcore-osgi.jar" + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'chdir + (lambda _ (chdir "httpcore-osgi")))))) + (inputs + (modify-inputs (package-inputs java-httpcomponents-httpcore) + (prepend java-httpcomponents-httpcore + java-httpcomponents-httpcore-nio + java-hamcrest-core))) + (native-inputs (list java-ops4j-pax-exam-core + java-ops4j-pax-exam-core-junit + java-ops4j-pax-exam-core-spi + java-junit)) + (description "HttpCore is a set of low level HTTP transport components +that can be used to build custom client and server side HTTP services with a +minimal footprint. HttpCore supports two I/O models: blocking I/O model based +on the classic Java I/O and non-blocking, event driven I/O model based on Java +NIO. + +This package provides... some tests."))) + (define-public java-httpcomponents-httpclient (package (name "java-httpcomponents-httpclient") -- 2.41.0