8000 Release v1.6.12 · sofastack/sofa-bolt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.6.12

Latest
Compare
Choose a tag to compare
@EvenLjj EvenLjj released this 21 Apr 12:47
· 2 commits to master since this release
9ac3fee

Usage

Compatibility

  • Compatible with 1.6.11 and earlier versions

POM dependency

<!-- log uses slf4j,the log implementation can be log4j、log4j2、logback,which can be referenced:https://github.com/alipay/sofa-bolt/wiki/log_implementation_jar -->
 <dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-api</artifactId>
    <version>1.7.21</version>
</dependency>
<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty-all</artifactId>
    <version>4.1.42.Final</version>
</dependency>
<dependency>
    <groupId>com.alipay.sofa</groupId>
    <artifactId>bolt</artifactId>
    <version>1.6.12</version>
</dependency>
<dependency>
    <groupId>com.alipay.sofa.common</groupId>
    <artifactId>sofa-common-tools</artifactId>
    <version>1.4.0</version>
</dependency>

What's Changed

Full Changelog: v1.6.11...v1.6.12

0