Skip to content

Commit ae4cabf

Browse files
committed
Release v0.11.2
1 parent c97b639 commit ae4cabf

File tree

5 files changed

+33
-4
lines changed

5 files changed

+33
-4
lines changed

CHANGELOG.adoc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
= Changelog
22

3+
== Version 0.11.2
4+
[cols="1,2,<10a", options="header"]
5+
|===
6+
|ID|Type|Description
7+
|https://github.com/Axway-API-Management-Plus/apigw-maven-plugin/issues/34[#34]
8+
|Bug
9+
|For configuration files in the old format having fields with "property" attribute set to null, the field will not be upgraded to the newer version.
10+
11+
.Example
12+
[source,json]
13+
----
14+
"fields": {
15+
"attributeValue#0": {
16+
"property": null,
17+
"type": "string",
18+
"used": true,
19+
"value": "artifact"
20+
}
21+
}
22+
----
23+
24+
This results in the error message:
25+
26+
`ERROR: ValueError(u"Missing 'source' property in field 'xxxxxx' of entity 'xxxxxx'",)`
27+
28+
The bug is fixed and the configuration files will be upgraded to the new version, now.
29+
|===
30+
31+
332
== Version 0.11.1
433
[cols="1,2,<10a", options="header"]
534
|===

doc/getting-started/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:sectnums:
66
:source-highlighter: prettify
77

8-
:mvn-plugin-ver: 0.11.1
8+
:mvn-plugin-ver: 0.11.2
99

1010
Here you get a simple introduction on how to use the _Maven Plugin for Axway API Gateway_.
1111
It assumes that you are familiar with https://maven.apache.org[Apache Maven] and that you are familiar with PolicyStudio and the API Gateway.

doc/manual/user-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Maven Plugin for API Gateway Policy Development: User Guide
22
:Author: Martin Look
33
:Email: mlook@axway.com
4-
:revnumber: 0.11.1
4+
:revnumber: 0.11.2
55
:toc:
66
:sectnums:
77
:source-highlighter: prettify

example/getting-started/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<packaging>pom</packaging>
88

99
<properties>
10-
<axway.maven.plugin.ver>0.11.0</axway.maven.plugin.ver>
10+
<axway.maven.plugin.ver>0.11.2</axway.maven.plugin.ver>
1111
</properties>
1212

1313
<modules>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>com.axway.maven.plugins</groupId>
2121
<artifactId>apigw-maven-plugin</artifactId>
22-
<version>0.11.1</version>
22+
<version>0.11.2</version>
2323
<packaging>maven-plugin</packaging>
2424

2525
<name>Axway API Gateway Maven Plugin</name>

0 commit comments

Comments
 (0)