-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Platform: WindowsIndicates that the issue or feature is specific to the Windows operating system.Indicates that the issue or feature is specific to the Windows operating system.Type: Feature RequestIdentifies requests for new features or enhancements. These involve proposing new improvements.Identifies requests for new features or enhancements. These involve proposing new improvements.maintainabilityMaking it easier to maintain OpenRefineMaking it easier to maintain OpenRefinepackagingHow we distribute OpenRefine to end users, on various operating systemsHow we distribute OpenRefine to end users, on various operating systems
Milestone
Description
We currently use an obscure dependency, jdatapath, to find the user's home directory on Windows. Since Java 8 was taught how to do that correctly itself, we should switch to that and drop the dependency.
System.getProperty("user.home") or org.apache.commons.lang3.SystemUtils.getUserHome()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Platform: WindowsIndicates that the issue or feature is specific to the Windows operating system.Indicates that the issue or feature is specific to the Windows operating system.Type: Feature RequestIdentifies requests for new features or enhancements. These involve proposing new improvements.Identifies requests for new features or enhancements. These involve proposing new improvements.maintainabilityMaking it easier to maintain OpenRefineMaking it easier to maintain OpenRefinepackagingHow we distribute OpenRefine to end users, on various operating systemsHow we distribute OpenRefine to end users, on various operating systems