Skip to content

Commit 15ae2c7

Browse files
author
rathnapandi
committed
- Support May 2024 release
1 parent e6d2e54 commit 15ae2c7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/integration-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: APIM CLI Integration Tests
33
on: [push]
44

55
env:
6-
CASSANDRA_DOCKER_IMAGE: cassandra:4.0.11
7-
APIM_DOCKER_IMAGE: docker.repository.axway.com/apigateway-docker-prod/7.7/gateway:7.7.0.20240228-1-BN0065-ubi9
8-
CACHE_FILE_APIM: api-manager_7_7_20240228.cache.tar
9-
CACHE_FILE_CASSANDRA: cassandra_4_0_11.cache.tar
10-
FED_FILE: swagger-promote-7.7-20240228.fed
6+
CASSANDRA_DOCKER_IMAGE: cassandra:4.0.13
7+
APIM_DOCKER_IMAGE: docker.repository.axway.com/apigateway-docker-prod/7.7/gateway:7.7.0.20240530-2-BN0004-ubi9
8+
CACHE_FILE_APIM: api-manager_7_7_20240530.cache.tar
9+
CACHE_FILE_CASSANDRA: cassandra_4_0_13.cache.tar
10+
FED_FILE: swagger-promote-7.7-20240530.fed
1111
LOG_LEVEL: info
1212

1313
jobs:

modules/apim-adapter/src/main/java/com/axway/apim/adapter/apis/APIManagerAPIAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class APIManagerAPIAdapter {
6969
Map<APIFilter, String> apiManagerResponse = new HashMap<>();
7070
ObjectMapper mapper = new ObjectMapper();
7171
private final CoreParameters cmd;
72-
private final List<String> queryStringPassThroughBreakingVersion = Arrays.asList("7.7.20220530", "7.7.20220830", "7.7.20221130", "7.7.20230228", "7.7.20230530", "7.7.20230830", "7.7.20231130", "7.7.20240228");
72+
private final List<String> queryStringPassThroughBreakingVersion = Arrays.asList("7.7.20220530", "7.7.20220830", "7.7.20221130", "7.7.20230228", "7.7.20230530", "7.7.20230830", "7.7.20231130", "7.7.20240228", "7.7.20240530");
7373

7474
/**
7575
* Maps the provided status to the REST-API endpoint to change the status!
Binary file not shown.

0 commit comments

Comments
 (0)