Skip to content

Commit

Permalink
Merge branch 'v1.x.x' into apiml/release/1_28_24
Browse files Browse the repository at this point in the history
  • Loading branch information
pj892031 authored Oct 3, 2023
2 parents a123cbf + 087da32 commit ca26da6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-publish-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
publish-images:
needs:
- build-test-services
uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v2.x.x
uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v1.x.x
with:
service: ${{ github.event.inputs.service }}
forceNoRelease: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
publish-images:
needs:
- build-test-services
uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v2.x.x
uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v1.x.x
with:
forceNoRelease: true
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-specific-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
publish-images:
needs:
- build-test-services
uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v2.x.x
uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v1.x.x
with:
version: ${{ github.event.inputs.release_version }}
secrets:
Expand Down
3 changes: 2 additions & 1 deletion gateway-service/src/main/resources/ehcache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xmlns='http://www.ehcache.org/v3'
xsi:schemaLocation="http://www.ehcache.org/v3 http://www.ehcache.org/schema/ehcache-core-3.0.xsd">
xsi:schemaLocation="http://www.ehcache.org/v3 http://www.ehcache.org/schema/ehcache-core-3.6.xsd">

<persistence directory="${ehcache.disk.store.dir}"/>

Expand All @@ -20,6 +20,7 @@
<heap unit="MB">1</heap>
<disk unit="MB" persistent="true">10</disk>
</resources>
<disk-store-settings writer-concurrency="1" disk-segments="1"></disk-store-settings>
</cache>

<cache alias="validationJwtToken">
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ artifactoryPublishingMavenRepo=https://zowe.jfrog.io/zowe/libs-release-local
artifactoryPublishingMavenSnapshotRepo=https://zowe.jfrog.io/zowe/libs-snapshot-local

# Artifacts version
version=1.28.23-SNAPSHOT
version=1.28.24-SNAPSHOT

defaultSpringBootVersion=2.0.2.RELEASE
defaultSpringBootCloudVersion=2.0.0.RELEASE
Expand Down
2 changes: 1 addition & 1 deletion onboarding-enabler-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/apiml-onboarding-enabler-nodejs",
"version": "1.28.22",
"version": "1.28.23",
"description": "NodeJS enabler for Zowe API Mediation Layer",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit ca26da6

Please sign in to comment.