Skip to content

Commit 9f78ba8

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
Release 7.0.5
1 parent de865be commit 9f78ba8

File tree

111 files changed

+199
-204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+199
-204
lines changed

annot/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
15-
-->
16-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
15+
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1816

1917
<modelVersion>4.0.0</modelVersion>
2018
<artifactId>service-proxy-annot</artifactId>
@@ -25,7 +23,7 @@
2523
<groupId>org.membrane-soa</groupId>
2624
<artifactId>service-proxy-parent</artifactId>
2725
<relativePath>../pom.xml</relativePath>
28-
<version>7.0.5-SNAPSHOT</version>
26+
<version>7.0.5</version>
2927
</parent>
3028

3129
<dependencies>

core/.factorypath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?><factorypath>
2-
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/7.0.5-SNAPSHOT/service-proxy-annot-7.0.5-SNAPSHOT.jar" kind="VARJAR" runInBatchMode="false"/>
2+
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/7.0.5/service-proxy-annot-7.0.5.jar" kind="VARJAR" runInBatchMode="false"/>
33
</factorypath>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>org.membrane-soa</groupId>
2424
<artifactId>service-proxy-parent</artifactId>
2525
<relativePath>../pom.xml</relativePath>
26-
<version>7.0.5-SNAPSHOT</version>
26+
<version>7.0.5</version>
2727
</parent>
2828

2929
<properties>

distribution/examples/api-testing/api-greasing/apis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://www.membrane-api.io/v7.0.1.json
1+
# yaml-language-server: $schema=https://www.membrane-api.io/v7.0.5.json
22
api:
33
port: 2000
44
flow:
@@ -9,4 +9,4 @@ api:
99
- greaseJson:
1010
shuffleFields: true
1111
additionalProperties: true
12-
- return: {}
12+
- return: {}

distribution/examples/deployment/docker/apis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://www.membrane-api.io/v7.0.1.json
1+
# yaml-language-server: $schema=https://www.membrane-api.io/v7.0.5.json
22
api:
33
port: 2000
44
specs:
@@ -10,4 +10,4 @@ api:
1010
api:
1111
port: 2000
1212
target:
13-
url: "https://api.predic8.de"
13+
url: "https://api.predic8.de"

distribution/examples/extending-membrane/custom-interceptor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.membrane-soa</groupId>
2727
<artifactId>service-proxy-core</artifactId>
28-
<version>7.0.5-SNAPSHOT</version>
28+
<version>7.0.5</version>
2929
</dependency>
3030

3131
</dependencies>

distribution/examples/extending-membrane/embedding-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.membrane-soa</groupId>
3131
<artifactId>service-proxy-core</artifactId>
32-
<version>7.0.5-SNAPSHOT</version>
32+
<version>7.0.5</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.projectlombok</groupId>

distribution/examples/extending-membrane/error-handling/custom-error-messages/apis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://www.membrane-api.io/v7.0.1.json
1+
# yaml-language-server: $schema=https://www.membrane-api.io/v7.0.5.json
22
api:
33
port: 2000
44
path:
@@ -116,4 +116,4 @@ api:
116116
- return:
117117
status: 500
118118
# SOAP Service Mock for Debugging
119-
- sampleSoapService: {}
119+
- sampleSoapService: {}

distribution/examples/extending-membrane/if/apis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://www.membrane-api.io/v7.0.1.json
1+
# yaml-language-server: $schema=https://www.membrane-api.io/v7.0.5.json
22
api:
33
port: 2000
44
flow:
@@ -68,4 +68,4 @@ api:
6868
- template:
6969
src: Success
7070
- return:
71-
status: 302
71+
status: 302
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# yaml-language-server: $schema=https://www.membrane-api.io/v7.0.1.json
1+
# yaml-language-server: $schema=https://www.membrane-api.io/v7.0.5.json
22
api:
33
port: 2000
44
flow:
55
- request:
66
- graphQLProtection:
77
maxRecursion: 2
88
target:
9-
url: https://www.predic8.de/fruit-shop-graphql
9+
url: https://www.predic8.de/fruit-shop-graphql

0 commit comments

Comments
 (0)