Gary Gregory
Gary Gregory
Ah, thank you for the reference. This is another great example of the sad state of having split Log4j into an unknown number of repositories. Is there documentation of what...
Hello @ppkarwasz > Explain why should users use the JMS Appender instead of [activemq-log4j-appender](https://github.com/apache/activemq/tree/main/activemq-log4j-appender). What are the differences between the two? Well, it's completely difference from ours, not functionally equivalent,...
Hi @ppkarwasz > Maybe you could release Log4j Jakarta? Not helpful since it does not work with 2.x.
Good question, this is where we need to make a judgment call on what kind of likely input the class takes.
Hm, in the Javadoc for SDF I see: ``` "EEE, MMM d, ''yy" Wed, Jul 4, '01 ``` So they DO support doubling single quotes to generate one quote. What...
Pardon my possible confusion but isn't this PR all about addressing this discrepancy?
I'm waiting for some action on this PR in order to merge. I suppose this is not urgent but I am planning a release candidate soon.
Is there a test you can write to check if this change does anything where changing the main code back would cause it to fail? Otherwise, this is a regression...
Closing, I agree with @jochenw .
@pingpingy1 This PR does not even compile: ``` Error: COMPILATION ERROR : [INFO] ------------------------------------------------------------- Error: /home/runner/work/commons-configuration/commons-configuration/src/test/java/org/apache/commons/configuration2/TestMapConfiguration.java:[161,57] reference to MapConfiguration is ambiguous both constructor MapConfiguration(java.util.Map) in org.apache.commons.configuration2.MapConfiguration and constructor MapConfiguration(java.util.Properties) in...