forked from SonarSource/sonar-update-center-properties
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mybatis.properties
45 lines (37 loc) · 2.3 KB
/
mybatis.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
category=External Analysers
description=Rules to check SQL statements in MyBatis Mapper XML files.
homepageUrl=https://github.com/donhui/sonar-mybatis
archivedVersions=1.0.1,1.0.2,1.0.3,1.0.4,1.0.5
publicVersions=1.0.6
defaults.mavenGroupId=org.sonarsource.plugins.mybatis
defaults.mavenArtifactId=sonar-mybatis-plugin
1.0.6.description=performance optimization, remove useless hooks and update sonar.apiVersion to 7.9
1.0.6.sqVersions=[7.9,LATEST]
1.0.6.date=2019-11-08
1.0.6.changelogUrl=https://github.com/donhui/sonar-mybatis/releases/tag/1.0.6
1.0.6.downloadUrl=https://github.com/donhui/sonar-mybatis/releases/download/1.0.6/sonar-mybatis-plugin-1.0.6.jar
1.0.5.description=bugfix: handle typeHandler,javaType,jdbcType,parameterMap,cache,cache-ref when generate reduced.xml and update mybatis version to 3.5.2
1.0.5.sqVersions=[7.9,8.0]
1.0.5.date=2019-09-25
1.0.5.changelogUrl=https://github.com/donhui/sonar-mybatis/releases/tag/1.0.5
1.0.5.downloadUrl=https://github.com/donhui/sonar-mybatis/releases/download/1.0.5/sonar-mybatis-plugin-1.0.5.jar
1.0.4.description=Fix NullPointerException on Windows and add rule for check select *
1.0.4.sqVersions=[6.7,7.9]
1.0.4.date=2019-09-02
1.0.4.changelogUrl=https://github.com/donhui/sonar-mybatis/releases/tag/1.0.4
1.0.4.downloadUrl=https://github.com/donhui/sonar-mybatis/releases/download/1.0.4/sonar-mybatis-plugin-1.0.4.jar
1.0.3.description=Fix several sonar issues and skip dtd validation when using SaxParser, which shorten the analysis time
1.0.3.sqVersions=[6.7,7.9]
1.0.3.date=2019-08-29
1.0.3.changelogUrl=https://github.com/donhui/sonar-mybatis/releases/tag/1.0.3
1.0.3.downloadUrl=https://github.com/donhui/sonar-mybatis/releases/download/1.0.3/sonar-mybatis-plugin-1.0.3.jar
1.0.2.description=Add sonar.mybatis.skip parameter to skip mybatis sensor
1.0.2.sqVersions=[6.7,7.9]
1.0.2.date=2019-08-20
1.0.2.changelogUrl=https://github.com/donhui/sonar-mybatis/releases/tag/1.0.2
1.0.2.downloadUrl=https://github.com/donhui/sonar-mybatis/releases/download/1.0.2/sonar-mybatis-plugin-1.0.2.jar
1.0.1.description=Initial Update Center release
1.0.1.sqVersions=[6.7,7.9]
1.0.1.date=2019-08-13
1.0.1.changelogUrl=https://github.com/donhui/sonar-mybatis/releases/tag/1.0.1
1.0.1.downloadUrl=https://github.com/donhui/sonar-mybatis/releases/download/1.0.1/sonar-mybatis-plugin-1.0.1.jar