[ 
https://issues.apache.org/jira/browse/CONFIGURATION-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17946216#comment-17946216
 ] 

Gary D. Gregory commented on CONFIGURATION-851:
-----------------------------------------------

Hello [~scoba] 

We just canceled the 2.11.1 release candidate #1. We had missed the fact that 
we have new APIs, and since we follow semantic versioning, we will create 
another release candidate for 2.12.0. IOW, there will be no 2.11.1 and instead 
we will have 2.12.0

Thank you for your patience.

> HomeDirectoryLocationStrategy no longer resolves the user HOME directory 
> correctly
> ----------------------------------------------------------------------------------
>
>                 Key: CONFIGURATION-851
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-851
>             Project: Commons Configuration
>          Issue Type: Bug
>    Affects Versions: 2.11.0
>            Reporter: Scott Babcock
>            Assignee: Gary D. Gregory
>            Priority: Major
>             Fix For: 2.11.1
>
>
> Revisions were committed recently that broke the path resolution to the user 
> HOME folder:
> https://github.com/apache/commons-configuration/commit/bbb5001fca1e584a61d3903dabba8d9315ed8da1
> Instead of acquiring the user HOME folder path, the revised code just gets 
> the username. There are three instances of this error in the related commit:
> * HomeDirectoryLocationStrategy.fetchHomeDirectory()
> * CatalogResolver.baseDir
> * TestHomeDirectoryLocationStrategy.testInitDefaults()
> To resolve this issue, replace references to 
> {{SystemProperties.getUserName()}} with {{SystemProperties.getUserHome()}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to