-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to 12.0 🐫 #44
Conversation
Test Results2 tests 2 ✅ 14s ⏱️ Results for commit 2629ddb. |
Test Results2 tests 2 ✅ 15s ⏱️ Results for commit 2629ddb. ♻️ This comment has been updated with latest results. |
[WAIT] Contacted Thomas already but still cannot get an accesskey for DeepL API testing |
IMHO we could also migrate the project to 12 without actually testing the compliance with the real life API of deepL. By example: go to your Designer install directory, navigate into the # yaml-language-server: $schema=https://json-schema.axonivy.com/app/12.0.0/app.json
RestClients:
deepl:
Url: '{ivy.app.baseurl}/api/mock'
Properties:
AUTH.deepLKey: notMyKey
Features:
- ch.ivyteam.ivy.rest.client.mapper.JsonFeature
- org.glassfish.jersey.media.multipart.MultiPartFeature
- ch.ivyteam.ivy.rest.client.security.CsrfHeaderFeature
With this the Designer will fire against the local mock backend, rather than the real deepl endpoints. Through this you can test the whole project for its compatibility to version 12. |
I'll document this app.yaml development approach in readme @nqhoan-axonivy |
Hurray... got it. so let me go to next step |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
A friendly conversion provided by market-up2date-keeper 🤖 🤝