garydgregory commented on PR #381:
URL:
https://github.com/apache/commons-configuration/pull/381#issuecomment-1999542293
@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<java.lang.String,?>) in
org.apache.commons.configuration2.MapConfiguration and constructor
MapConfiguration(java.util.Properties) in
org.apache.commons.configuration2.MapConfiguration match
```
Run `mvn` by itself to run all build checks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]