File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +4
-7
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.12 "
47
+ version " 0.13 "
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.12 '
101
+ version ' 0.13 '
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.12 </version >
4
+ <version >0.13 </version >
5
5
<vendor email =" viartemev@gmail.com" url =" https://github.com/viartemev" >Vyacheslav Artemyev</vendor >
6
6
7
7
<description ><![CDATA[
44
44
45
45
<change-notes ><![CDATA[
46
46
<ul>
47
- <li>Feature: Add regex handling for path variables in Spring</li>
48
- <li>Feature: Add regex handling for path variables in JAX-RS</li>
49
- <li>Improvement: the Object type is used for unknown path variables (instead of String)</li>
50
- <li>Bug fix: fix the issue with handling path variables without @PathVariables annotation</li>
47
+ <li>Bug fix: No match path without slash at the begin</li>
51
48
</ul>
52
49
]]>
53
50
</change-notes >
You can’t perform that action at this time.
0 commit comments