1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Commons Configuration 2.0 发布,Java 配置文件读写 下载

本帖由 漂亮的石头2016-03-26 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,582
    赞:
    47
    Commons Configuration 2.0 发布了,Commons Configuration是一个java应用程序的配置管理类库。可以从properties或者xml文件中加载软件的配置信息,用来构建支撑软件运 行的基础环境。在一些配置文件较多较的复杂的情况下,使用该配置工具比较可以简化配置文件的解析和管理。也提高了开发效率和软件的可维护性。

    更新日志:


    • CONFIGURATION-621:
      Moved ConfigurationLogger class to io package to avoid cyclic dependencies between packages.


    • CONFIGURATION-619:
      CombinedConfigurationBuilder now supports inheritance of its parameters to child configuration sources. This is enabled by default.


    • CONFIGURATION-615:
      Changed generic types in the signatures of a MapConfiguration constructor and AbstractConfiguration.getList(String, List). These changes were made in version 1.10 as fixes for CONFIGURATION-557 and CONFIGURATION-558. But it had been missed to merge them to trunk.

    修复bug:


    • CONFIGURATION-620:
      Fixed two invalid examples in the user's guide for file-based configurations.


    • CONFIGURATION-618:
      When using immutable configurations exceptions thrown by the wrapped configuration came out as UndeclaredThrowableException. This has been fixed; now the correct original exception is thrown.
    Commons Configuration 2.0 发布,Java 配置文件读写下载地址
     
正在加载...