Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Use of experimental slf4j/logback in Jetty 10?
  • From: "Cantor, Scott" <cantor.2@xxxxxxx>
  • Date: Wed, 22 Dec 2021 20:09:39 +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=hoCKOlQEUnA5Hu4QHcyMcaSvD3huReG5QRi/T+iK44I=; b=MgDwJVGDmGWwWFAI7sIWYHVp0fouLR/x/YSIKVnO/uaf7t8GF6PvFIKfzjnzRXmDCKMronenqsb3Xs95nb2S1G096WRU+OW0e+wNd1C+2Cn8uK7QF67hSxUZ2JiTrKRgDsEIaLmYAZjHmUBCi9oAAqt7SE1+BNAPLPldpUb0hICIX93ZMH3yNXzqgyhx/QtyoeyIAnb5SBoCgc55nZXVredivbiKHmRY8Q9JGA2qOenwCr+ZbSxCqMSUMRDo60c+V0B/cyAeiC4jFMCIPpyS5+d/ijVUt9b/7VoATkeUhuJPZmxVd5HtoVosWfwHINsEpg2MfOmtwANQj6hInpxakA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Yb6qfOtbBEARjwLyBQRFuanvPqplF9PPhNKISnASiummxowIv/VTycL28gN+8vP4PNkaDYYMuXFH6Q/uJ36izOyhkgr8b0zoPITaU5v0yw/+NgjliYsINWrgTn0/ywi3JpD/uJQ1YG5SSjm0Gi1Xt77155xf7vz5/E6vlYToQhB9fdbWfvmwbjBGI/klqTHcHx6AoONCbvL9q5Nmu+17qYfMFh3/lS5GxWJSEcjIk6UPcXbaIX5L7w/Cp20lj09bLleKDlrEIEntPlnfynNqQsBIUY9OCM2+5lxIPWkl15QV9xPoZ9EgwdV1aHPgEQ4wGVf12C0DYCXZz/xuuKMCGQ==
  • 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: AQHX92W55mFJui7ZEEiGUjLPG4BnJKw+7sKA//+uU4A=
  • Thread-topic: [jetty-users] Use of experimental slf4j/logback in Jetty 10?
  • User-agent: Microsoft-MacOutlook/16.56.21121100

On 12/22/21, 3:02 PM, "jetty-users on behalf of Joakim Erdfelt" <jetty-users-bounces@xxxxxxxxxxx on behalf of joakim@xxxxxxxxxxx> wrote:

>    Our usage is slf4j-api, but we internally don't use the slf4j-api 2.0 specific API features.
>    That means you can manually downgrade to slf4j-api 1.x if you so desire, and use that old implementation,
> across the board.

Thanks for noting that. Is there a real commitment to that though?

The reason I would be concerned is that if the API is alpha, it could change, and that could preclude updating logback (or any other back-end) if a security issue were found after the API had drifted.

-- Scott



Back to the top