Skip to content

Commit c6d6c7f

Browse files
author
rathnapandi
committed
- Prepare for release 1.14.12
1 parent f4cb1f5 commit c6d6c7f

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/workflows/integration-test.yml

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

55
env:
6-
CASSANDRA_DOCKER_IMAGE: cassandra:4.1.8
6+
CASSANDRA_DOCKER_IMAGE: cassandra:4.1.9
77
APIM_DOCKER_IMAGE: docker.repository.axway.com/apigateway-docker-prod/7.7/gateway:7.7.0.20250228-3-BN0214-ubi9
88
CACHE_FILE_APIM: api-manager_7_7_20250228.cache.tar
9-
CACHE_FILE_CASSANDRA: cassandra_4_1_8.cache.tar
9+
CACHE_FILE_CASSANDRA: cassandra_4_1_9.cache.tar
1010
FED_FILE: swagger-promote-7.7-20250228.fed
1111
LOG_LEVEL: debug
1212

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77

8+
# [1.14.11] 2025-08-25
9+
10+
### Fixed
11+
- Exporting multiple APIs with the same path overwrites configuration files in the same target directory (See issue [#534](https://github.com/Axway-API-Management-Plus/apim-cli/issues/545))
12+
- apim api get doesn't give the list of APIs (See issue [#534](https://github.com/Axway-API-Management-Plus/apim-cli/issues/543))
13+
14+
### Added
15+
- Full export API in JSON file (See issue [#534](https://github.com/Axway-API-Management-Plus/apim-cli/issues/559))
16+
- Support may 2025 APIM release (See issue [#534](https://github.com/Axway-API-Management-Plus/apim-cli/issues/562))
17+
- Support OpenAPI 3.1.x (See issue [#534](https://github.com/Axway-API-Management-Plus/apim-cli/issues/537))
18+
819
# [1.14.11] 2025-02-26
920

1021
### Fixed

modules/apis/src/main/java/com/axway/apim/APIExportApp.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ private static int execute(APIExportParams params, APIListImpl resultHandlerImpl
171171
apimanagerAdapter = APIManagerAdapter.getInstance();
172172
APIResultHandler resultHandler = APIResultHandler.create(resultHandlerImpl, params);
173173
APIFilter filter = resultHandler.getFilter();
174-
LOG.debug("Organization : {}", params.getOrganization());
175174
if(params.getOrganization() != null) {
176175
Organization organization = apimanagerAdapter.getOrgAdapter().getOrgForName(params.getOrganization());
177176
User user = APIManagerAdapter.getCurrentUser();

0 commit comments

Comments
 (0)