Skip to content

2.6.34-2

Compare
Choose a tag to compare
@knightliao knightliao released this 31 May 11:10
· 111 commits to master since this release

2016年5月31号

  • disconf-client:
    • 删除临时创建的lock文件
    • 支持从自定义路径读取 disconf.properties
      • 例如使用 -Ddisconf.conf=/tmp/disconf.properties 来读取 disconf.properties 文件。默认是从classpath根目录读取此文件。
    • 增加统一的类 来个性化编程式的获取任何配置数据
    • fix bug:
      • 使用xml分布式配置时,当disconf.ignore掉某个配置文件时,启动后会抛异常说该配置文件找不到。修复后不会再报错
      • 新增配置项,值可以为空格,修改该配置项,就算改为有效字符,都会提示“服务器内部错误”
      • java.lang.IllegalArgumentException: wrong number of arguments
    • upgrade common-lang -> common-lang3
  • disconf-web:
    • 删除web的jackson依赖
    • upgrade common-lang -> common-lang3