Pavel Jareš
Pavel Jareš
Our application is split into two JARs (The first contains the spring boot launcher and our classes. The second file contains just 3rd party libraries) to be possible to share...
It is not possible to use the command `zowe plugins validate` to verify if the plugin is properly installed because the return code is always 0. Example: $ zowe plugins...
When I tried call "zowe zos-files ls uss-files /a/plape03" on ca32, it ends with an error: Command Error: The get request appeared to succeed, but the response was not in...
Signed-off-by: Pavel Jareš # Description Since JDK 11 offers keyring support IBM suggests using protocol `safkeyringjce` instead of `safkeyring`. There are also other types such a `safkeyringhybrid`. Linked to #2686...
**Describe the bug** Since JDK 11 offers keyring support IBM suggests using protocol `safkeyringjce` instead of `safkeyring`. There are also other types such as a `safkeyringhybrid` **Steps to Reproduce** 1....
**Is your feature request related to a problem? Please describe.** This issue describes a couple of issues in dependency management that should be improved. The impact is: - depends on...
# Description This PR upgrades all dependencies without any breaking changes to avoid security vulnerabilities. Linked to # (issue) Part of the # (epic) ## Type of change Please delete...
**Is your feature request related to a problem? Please describe.** The EhCache uses the file ehcache.xml to configure all caches. There is one known issue about the order of processing...
Passticket has a new value each second. It means it is unreasonable to generate it more often than in one second. The source code contains this expiration data that basically...
**Is your feature request related to a problem? Please describe.** The APIML uses a couple of deprecated configurations of Spring. The aim of this issue is to reduce them and...