Skip to content

Releases: liuyueyi/quick-fix

v1.4 参数解析可扩展

19 Jul 08:59
Compare
Choose a tag to compare
  • issues #4 支持参数解析的扩展
    • 默认提供八种基本数据类型,BigInteger, BigDecimal, Class, Enum, Json格式POJO对象的参数转换
    • 通过JDK SPI方式,加载自定义的继承自com.git.hui.fix.core.parser.IArgParser的参数解析器
  • issues #5 解决传参为null的场景支持
  • 项目spring-mvc-example 新增枚举类传参的示例demo

v1.3 正式包

05 Jul 12:18
Compare
Choose a tag to compare
  • 支持单例类的访问
  • 支持二级方法访问模式
  • 支持ServerLoader优先级指定
  • gson 替换fastjson,解决返回json串中key可能没有双引号的问题
  • com.git.hui.fix.core.FixEngine#doExecute改为返回object替换之前的json串;由EndPoint来指定具体的序列化方式

quick-fix 基础功能实现版

03 Jan 12:24
Compare
Choose a tag to compare
Pre-release
  • 完成quick-fix 基础功能,实现应用内服务\数据访问
  • 集成基于socket的http服务器,作为默认的应用内外交互通道
  • 支持Spring Jar 应用直接使用
  • 支持Spring MVC 应用直接使用
  • 支持Spring Cloud 应用直接使用