File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +7
-3
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.13 "
47
+ version " 0.14 "
48
48
49
49
dependencies {
50
50
compile(" org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version " )
@@ -98,7 +98,7 @@ junitPlatformTest {
98
98
}
99
99
100
100
patchPluginXml {
101
- version ' 0.13 '
101
+ version ' 0.14 '
102
102
sinceBuild ' 141.0'
103
103
untilBuild ' '
104
104
}
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.13 </version >
4
+ <version >0.14 </version >
5
5
<vendor email =" viartemev@gmail.com" url =" https://github.com/viartemev" >Vyacheslav Artemyev</vendor >
6
6
7
7
<description ><![CDATA[
46
46
<change-notes ><![CDATA[
47
47
<ul>
48
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>
49
53
</ul>
50
54
]]>
51
55
</change-notes >
You can’t perform that action at this time.
0 commit comments