Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Use of experimental slf4j/logback in Jetty 10?
  • From: "Cantor, Scott" <cantor.2@xxxxxxx>
  • Date: Wed, 22 Dec 2021 18:57:11 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=osu.edu; dmarc=pass action=none header.from=osu.edu; dkim=pass header.d=osu.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=KRFN5ha8069M+4zLYddV5eL8K/EEcL+NkBKaRqF5mDc=; b=NxuGShA2G1j8uVRpsYU+rQ2rO0y+5uiHh/SndIA3Qd34FAmEU+iYtD0MexcKl5BsZuea9vRYM3ZXQaNhwYO2aNA6uTfqiRzRi1KhCpqMwn7rS5sA2HCtlADdi7EyUKrh+VhaF29MCwdIcwzYs8t+5BtHhfpOQRLp6QF5/R0YnQnw+1yo2LNip3nqGJPMu5441LlIyRvkHG9uvNvD8hcLoOpiwI3r5EkfJUt51yloBtDyVamGNrMVVx5u0BXgSf6Mfl1DKhgWnMvloBcAcQvFaslv5HMlZsNx0+mhUS6WHXGfvyLBgXWFbPqaWmWeP5+AuuRc7lTfJThiv00cqvW9mw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=HaKGKTptLQCEExOz370x+0yMBDaQRmJkGFSe2icPQUGL8J1tRocVMCapKM+n7+luL2Vd3RW/jLeFYDMCx8ftSCsTzhEFQ+lyxPctbHrWY+icEi5cQgYLMOWwU1xlngVB2xal9hiikSD6WJgu1OWNFOfyeJF4Mw+4wOoA8XirIiyDHDqFFnLG2POujzuz/3lBUo1cAC1HcZx3CZs6MkikzFc76D+neUryAGUmWIZfkJnvdJLHu+xHULXThJ5Ejcb9D4XmmXiQ2ThQPkUt9r4+PblE6uOe05QIjn807OXmNm61DhtZQ1SWvr6ua/134XxSeRt66h9YRsm+7VmpFSJLHw==
  • Delivered-to: jetty-users@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jetty-users/>
  • List-help: <mailto:jetty-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHX92W55mFJui7ZEEiGUjLPG4BnJA==
  • Thread-topic: Use of experimental slf4j/logback in Jetty 10?
  • User-agent: Microsoft-MacOutlook/16.56.21121100

Is there a particular reason why Jetty 10 is including non-production versions of logging libraries? Needless to say, that's a bit offputting in light of recent events.

I realize it doesn't preclude applications using the stable versions, but I imagine the actual Jetty support for slf4j is limited to the non-production API version?

-- Scott




Back to the top