Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion annot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion core/.factorypath
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><factorypath>
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/7.1.1-SNAPSHOT/service-proxy-annot-7.1.1-SNAPSHOT.jar" kind="VARJAR" runInBatchMode="false"/>
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/7.1.1/service-proxy-annot-7.1.1.jar" kind="VARJAR" runInBatchMode="false"/>
</factorypath>
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/api-testing/api-greasing/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/configuration/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json

# This is an example config demonstrating the basic structure of a Membrane API Gateway configuration.
# It focuses on the main configuration sections where you can attach your plugins.
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/configuration/offline.apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
#
# Offline Sample Configuration
#
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/deployment/docker/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
openapi:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json

components:
myInterceptor:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-core</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</dependency>

</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-core</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
path:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json

components:
# If there is an exchange store component, Membrane will use it
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json

global:
- log:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/extending-membrane/if/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json

components:
my-store:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json

components:
log:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/graphql/graphql-validation/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/loadbalancing/1-static/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 8080
flow:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/loadbalancing/2-dynamic/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 8080
name: Balancer
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/loadbalancing/3-client/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 8080
name: Balancer
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/loadbalancing/4-session/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 8080
flow:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/loadbalancing/5-multiple/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 8080
name: Balancer 1
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/logging/access/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/logging/console/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/logging/csv/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/logging/jdbc-database/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json

components:
dataSource:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/logging/json/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
name: predic8.com
port: 2000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
# Transformation of a JSON document to one in a different format
api:
port: 2000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json

global:
- openTelemetry:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/openapi/jwt-auth/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
name: Token Server
port: 2000
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/openapi/openapi-proxy/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
openapi:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
openapi:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/openapi/validation-simple/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
# Configures Membrane as an API Gateway for the specified OpenAPI specifications
api:
port: 2000
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/openapi/validation/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
# Configures Membrane as an API Gateway for the given OpenAPI specification
api:
port: 2000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
#
# API on port 2000: fetch login cookie then proxy to backend
api:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/orchestration/call-get/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/orchestration/call-post/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/orchestration/for-loop/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json

api:
port: 2000
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/rate-limiting/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json

global:
- rateLimiter:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
name: Router
port: 2000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
openapi:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/routing-traffic/shadowing/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/routing-traffic/throttle/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/scripting/groovy/apis-preview.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json

components:
myBean:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/scripting/javascript/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json

api:
port: 2000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
path:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json

components:
store:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json

components:
dataSource:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/security/api-key/rbac/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json

# API key stores are designed to retrieve key and scope data from various data sources.
# In this instance, we use an `ApiKeyFileStore`, which fetches API keys from a specified file.
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/security/api-key/simple/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json

global:
- apiKey:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/security/basic-auth/simple/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2000
flow:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/security/cors/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2001
flow:
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/security/json-protection/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json

global:
- jsonProtection:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
# If caller provides a valid API key it will receive a signed JWT.
api:
port: 2000
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/security/jwt/verification/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
port: 2001
name: Protected Resource
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/security/login/apis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.0.json
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.1.json
api:
name: predic8.com
port: 2000
Expand Down
Loading
Loading