Releases: sofastack/sofa-ark
Releases · sofastack/sofa-ark
v2.0.0
- sofa-ark支持以spring-boot/sofa-boot原生启动
- 添加sofaboot-ark-plugin
v1.1.6
v1.1.5
v1.1.4
v.1.1.1
v1.1.0
⭐️Enhancement
- provide new biz / plugin lifecycle events. #304
- support for Ark extension point mechanism in Biz. #213
- telnet service upgrade netty version to 4.1.42.Final. #318
- telnet service supports exit instructions. #312
🐞Bug fixes
- Fix missing ark spi resource loading bug. #301
Optimize
- resolveExportClass change warn to debug. #290
- log-sofa-boot-starter version management in SOFAArk. #322
- samples has migrate to https://github.com/sofastack-guides/sofa-ark-samples. #302
v1.0.0
⭐️Enhancement
- support export stem resource and deny-import stem resource. #283
- support dynamic invoke by specified version. #273 #263
- support for skip ark executable when use ark maven plugin. #276
- support running application from folder. #270 #275
- ArkClient support to specify application arguments of biz. #258
- Use Netty instead of Java NIO to create Telnet Server. #257 #229
- Support Spring Boot TestNG. #256
- Optimized some demo project. #212
🐞Bug fixes
v0.6.0
⭐️Enhancement
- Support introspect biz via telnet command enhancement. #204
- Support to deploy multi web application in ark. #202
- Support dynamic configuration to manage biz via zookeeper. #192
- Add api operation to install, uninstall, switch biz. #137
- Support telnet command to view ark plugin. #173
- Support add configuration to ark container. #181
- Support package plugin class instead of jar. #200
- Extend service loader across plugin. #187
- Support to customize ClassLoaderHook. #189
- Package ark container into ark fat jar via jar file instead class file. #178
- Optimize Ark event admin. #184
- Optimize Ark Service publication and subscription. #183
- Optimize agent class resolution. enhancement. #136
- Remove spring boot version management, set its scope as provide. #177
- Remove Junit and TestNg dependency. #147
🐞Bug fixes
- Compatible with sofa hessian4. #207
- Fix export class match strategy and add test case. #197
- Fix some class enhanced by CGlib can not be loaded. #145
- Fix failure when package pom.xml into ark plugin. #167
- Fix NPE when invoke AbstractClasspathClassloader. getResource() #140
- Eliminate agent class path from BizClassLoader. #139
- Fix ServiceLoader can NOT search some SPI implementation of JDK bug. #148