Re: logging-log4j2.git: Error while running github feature from 2.x:.asf.yaml

Vladimir Sitnikov <[email protected]> Fri, 14 Mar 2025 13:11:30 +0300
Newsgroups gmane.comp.jakarta.log4j.devel,gmane.comp.version-control.subversion.user
Message-ID <CAB=Je-FVDB2UEQrgta5bo8qHqK=QYfs0ZLtmp8GaBgikUosFMw__44063.3215637476$1741947138$gmane$org@mail.gmail.com>
Apparently, the code does not support log4j2.

It wants letter-only values for autolink_jira, see
https://github.com/apache/infrastructure-asfyaml/blob/5f0aabb0dfeee0f67d877ac31abfcc5528670643/asfyaml/feature/github/__init__.py#L46
(note
string.ascii_uppercase there)

I guess you could file a PR if you want log4j2 to be supported.

Vladimir