sample-spring-boot-api-service icon indicating copy to clipboard operation
sample-spring-boot-api-service copied to clipboard

Zowe REST API service SDK and sample API service that integrates with Zowe API Mediation Layer

Results 52 sample-spring-boot-api-service issues
Sort by recently updated
recently updated
newest added

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies
size/XS

As an API developer, I would like to be able to localize the Swagger documentation that my API is generating. - It is possible to define localization for text in...

Priority: Medium
Type: Enhancement
no-issue-activity

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies
size/XS

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies
size/XS

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies
size/XS

Shouldn't we change this to `https://zowe.jfrog.io/zowe/libs-release` https://github.com/zowe/sample-spring-boot-api-service/blob/8032a85601883aace256286d669b8381890e2344/gradle.properties#L5

I have the jcl template: ``` {{#each user.jobcard}} {{{this}}} {{/each}} //*-------------------------------------------------------------------* //* //*-------------------------------------------------------------------* // EXPORT SYMLIST=(SMPEHLQ,MOUNTPOI,PAX) // SET SMPEHLQ={{user.smpe}}, // MOUNTPOI={{user.mount}}, // PAX='{{user.pax}}' ``` user-zowe-api.json: ``` { "javaHome": "/sys/java64bt/v8r0m0/usr/lpp/java/J8.0_64", "javaLoadlib":...

We are trying to use the tool and migrate API Mediation Layer pipeline deployments to zowe-api-dev. We want to stop the deployed job after we are done with it, for...

Priority: High

It seems that an [OMVS segment](https://www.ibm.com/support/knowledgecenter/SSLTBW_2.4.0/com.ibm.zos.v2r4.halz002/ip_requirement_for_omvs_segment.htm) is required to use an API based on this repo. Perhaps the setup and requirements for this should be added to existing documentation.

Documentation missing, you have to figure it out from the repository how to set it up, what is happening and how the replaces are working.

Priority: Medium