Releases: donhui/sonar-mybatis
Releases · donhui/sonar-mybatis
1.0.8 release
What's Changed
- Bump spring-core from 5.3.19 to 5.3.20 by @dependabot in #36
- Bump spring-core from 5.3.20 to 5.3.26 by @dependabot in #38
- Bump spring-core from 5.3.26 to 5.3.27 by @dependabot in #39
- compatible with SonarQube 10.4 "DownloadOnlyWhenRequired" feature by @donhui in #44
Full Changelog: 1.0.7...1.0.8
1.0.7 release
support sonarqube 9.0
1.0.6 release
- performance optimization
- remove useless hooks
- update sonar.apiVersion to 7.9
1.0.5 release
- update mybatis version to 3.5.2
- bugfix: handle TypeHandler,javaType,jdbcType,parameterMap,cache,cache-ref when generate reduced.xml
1.0.5-beta
- update mybatis version to 3.5.2
- bugfix: handle parameterMap,cache,cache-ref when generate reduced.xml
1.0.5-alpha release
bugfix: handle TypeHandler,javaType,jdbcType when generate reduced.xml file
1.0.4 release
- bugfix: fix NullPointerException on Windows
- add rule for check select *
1.0.4-beta release
- bugfix: fix NullPointerException on Windows
- add rule for check select *
1.0.3 release
- fix several sonar issues
- skip dtd validation when using SaxParser, which shorten the analysis time
1.0.3-beta release
- fix several sonar issues
- skip dtd validation when using SaxParser, which shorten the analysis time