Skip to content

Commit

Permalink
- Support May 2024 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rathnapandi committed Jul 9, 2024
1 parent e6d2e54 commit 15ae2c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: APIM CLI Integration Tests
on: [push]

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

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class APIManagerAPIAdapter {
Map<APIFilter, String> apiManagerResponse = new HashMap<>();
ObjectMapper mapper = new ObjectMapper();
private final CoreParameters cmd;
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");
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");

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

0 comments on commit 15ae2c7

Please sign in to comment.