File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ apply plugin: "org.junit.platform.gradle.plugin"
44
44
apply plugin : " org.jmailen.kotlinter"
45
45
46
46
group " com.viartemev.requestmapper"
47
- version " 0.14 "
47
+ version " 0.15 "
48
48
49
49
dependencies {
50
50
compile(" org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version " )
@@ -94,7 +94,7 @@ junitPlatformTest {
94
94
}
95
95
96
96
patchPluginXml {
97
- version ' 0.14 '
97
+ version ' 0.15 '
98
98
sinceBuild ' 141.0'
99
99
untilBuild ' '
100
100
}
Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >com.viartemev.requestmapper</id >
3
3
<name >Request mapper</name >
4
- <version >0.14 </version >
4
+ <version >0.15 </version >
5
5
<vendor email =" viartemev@gmail.com" url =" https://github.com/viartemev" >Vyacheslav Artemyev</vendor >
6
6
7
7
<description ><![CDATA[
45
45
46
46
<change-notes ><![CDATA[
47
47
<ul>
48
- <li>Feature: add PATCH mapping for JAX-RS</li>
49
- <li>Feature: add support for variables in @PathParam annotation (JAX-RS)</li>
50
- <li>Feature: add support for variables in @PathVariable annotation (Spring)</li>
51
- <li>Feature: add support for PsiPolyadicExpression mapping annotation (Spring, JAX-RS)</li>
52
- <li>Bug fix: JAX-RS annotations issue</li>
48
+ <li>Bug fix (#127): No match root GET url if exist least one method with same PathVariable</li>
49
+ <li>Improvements: Move to Kotlin 1.3</li>
53
50
</ul>
54
51
]]>
55
52
</change-notes >
You can’t perform that action at this time.
0 commit comments