Microserver 0.84 发布了,Microserver 是一个零配置、基于标准的身经百战的库,用来运行 Java REST 微服务,通过 Java 标准 main 类执行。从 2014 年开始就一直在 AOL 生产环境中使用。
值得关注的内容如下:
micro-spring-boot enhancements
All Microserver Module configuration options respected
Improved error warning with MicroserverApp#start called
Support for Servlets, Filters and ContextListeners configured in Microserver Plugins
JAX-RS enhancements
Ability to inject Spring Beans as JAX-RS resources via the JaxRsResource annotation (which extends Component) or JaxRsResourceWrapper (for use with Configuration Beans)
Interface enhancements
Plugin and Module interfaces return JDK collection interfaces rather than extended collection types
micro-S3 enhancements
‘Directory’ Cleaner facility added
Ability to upload / create an empty file
CORs Filter enhancement
Greater configurability of the eBay CORs filter
Dependency upgrades
Spring Boot to 1.3.5.RELEASE
Spring to 4.2.6.RELEASE
下载地址:https://github.com/aol/micro-server/archive/0.84.tar.gz
来自:开源中国社区

