From edbd9d9e500131445bcdb6a007f0f90fdf2a4736 Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Tue, 15 Apr 2025 15:08:14 +0200 Subject: [PATCH 1/2] Fix Sponsors buttons Due to limitations in the number of GitHub Sponsors buttons (there can be only up to 4 buttons), part of the team is ignored. This replaces the buttons with our "Sponsorship" page and a button to sponsor `log4j-core` via Tidelift. --- .github/FUNDING.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index f8041c9ee42..46bbe8adf57 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -19,12 +19,5 @@ # For details see: # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository # -# This list includes in the same order, committers of Log4j listed on: -# https://logging.apache.org/support.html#sponsors -github: - - carterkozak - - garydgregory - - jvz - - ppkarwasz - - rgoers - - vy +custom: "https://logging.apache.org/support.html#sponsors" +tidelift: "maven/org.apache.logging.log4j:log4j-core" From e310e62f78bcd33a5f064666146ab0ebff5a70ce Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Wed, 16 Apr 2025 10:36:13 +0200 Subject: [PATCH 2/2] Add warning about `github` key --- .github/FUNDING.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 46bbe8adf57..a4c3c7f0a16 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -19,5 +19,7 @@ # For details see: # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository # +# WARNING: the `github` key accepts only 4 GitHub user ids, so we can not use this feature. +# custom: "https://logging.apache.org/support.html#sponsors" tidelift: "maven/org.apache.logging.log4j:log4j-core"