Skip to content

Tags: linyimin0812/spring-startup-analyzer

Tags

v3.1.4

Toggle v3.1.4's commit message
feat: add the capability to output in CSV format @univerz1977

v3.1.3

Toggle v3.1.3's commit message
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

v3.1.2

Toggle v3.1.2's commit message
feat: support for customize log path @1chz

fix: change the phase of the maven-gpg-plugin to deploy

v3.1.1

Toggle v3.1.1's commit message
feat: use gson istead of fastjson #138 #148

v3.1.0

Toggle v3.1.0's commit message
feat: support springboot 3.x #143

fix: fastjson toJSONString OOM #138 #148

v3.0.0

Toggle v3.0.0's commit message
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

v2.0.12

Toggle v2.0.12's commit message
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

v2.0.11

Toggle v2.0.11's commit message
bugfix: Fixed dynamic proxy failure caused by asynchronous initializa…

…tion #84 @wenpanwenpan

docs: add reference and download icon #85

v2.0.10

Toggle v2.0.10's commit message
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

v2.0.9

Toggle v2.0.9's commit message
feat: support windows profiler #62

fix: adapt to lower spring version #61
CI: add windows to CI test #58