On Thu, Dec 16, 2021 at 6:28 PM Pete Helgren <pete@xxxxxxxxxx> wrote:
org/apache/logging/log4j/core/lookup/JndiLookup.class
You can use zip to remove that class from the jar if it is present.
$ echo >foo
$ echo >bar
$ zip z foo bar
$ unzip  -v z
Archive:  z.zip
 Length   Method    Size  Cmpr    Date    Time   CRC-32   Name
--------  ------  ------- ---- ---------- ----- --------  ----
       1  Stored        1   0% 2021-12-16 19:18 32d70693  foo
       1  Stored        1   0% 2021-12-16 19:18 32d70693  bar
--------          -------  ---                            -------
       2                2   0%                            2 files
$ zip -d z foo
deleting: foo
$ unzip -v z
Archive:  z.zip
 Length   Method    Size  Cmpr    Date    Time   CRC-32   Name
--------  ------  ------- ---- ---------- ----- --------  ----
       1  Stored        1   0% 2021-12-16 19:18 32d70693  bar
--------          -------  ---                            -------
       1                1   0%                            1 file
As an Amazon Associate we earn from qualifying purchases.
	
 
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.