Releases: linyimin0812/spring-startup-analyzer
Releases · linyimin0812/spring-startup-analyzer
release v3.1.4
feat: add the capability to output in CSV format @univerz1977
release v3.1.3
fix: typo fix and log error @qixiaobo
fix: startupVO serialization exception #164
feat: support using run(...String args) to determine the completion of application startup #155
release v3.1.2
feat: support for customize log path @1chz
fix: change the phase of the maven-gpg-plugin to deploy
release v3.1.1
feat: use gson istead of fastjson #138 #148
release v3.1.0
feat: support springboot 3.x #143
fix: fastjson toJSONString OOM #138 #148
release v3.0.0
feat: support hotswap #104
refactor: use input arguments to parse lib home #106
feat: add docker file #108
support docker push and native image #109
release v2.0.12
fix: support dcevm #86
fix: update to the latest version #88
fix: return directly if beanPriorityLoadEnable is false #91
feat: support opening analysis report locally #94
feat: set default profiler to jvm profiler and filter self agent sample #95
release v2.0.11
bugfix: Fixed dynamic proxy failure caused by asynchronous initialization #84 @wenpanwenpan
docs: add reference and download icon #85
release v2.0.10
bugfix: deploy error #71
testcase: add unit test case #70
refactor: remove logback dependency #69
fix: fix npe when create bean return null #67 @zhaoxiaojie0415
docs: optimize docs #64
release v2.0.9
feat: support windows profiler #62
fix: adapt to lower spring version #61
CI: add windows to CI test #58