-
Notifications
You must be signed in to change notification settings - Fork 1
Planned/6.0.0 #32
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
Merged
Merged
Planned/6.0.0 #32
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added MultiWindow config
feat: #35115 [Kanban link](https://cosaic.kanbanize.com/ctrl_board/106/cards/35115/details/) **Description of change** * Added MultiWindow Swing Example * Updated java-example README **Description of testing** 1. Run a `mvn clean install` to generate the jar files (these should be created under `<PROJECT_DIR>/target` 1. Ensure Finsemble is correctly configured 1. Launch 2 instances of the MultiWindow Java Swing Example 1. [x] Ensure both windows run under the same process (check windows task manager)
fix|feat|chore|docs|refactor|style|test: #id [CARD] [Kanban link](https://chartiq.kanbanize.com/ctrl_board/18/cards/CARD/details) **Description of change** * Added Finsemble Desktop Agent example component **Description of testing** 1. Ensure the example client can connect to the Interop Service 2. DesktopAgent can perform the expected commands using the FDC3 Desktop Client Setup Ensure the example app is using the desktop_agent_impl branch finsemble jar and that Finsemble is up and running with FDC3 enabled apps (appd.json) Example Fisemble Setup: 1. From the mono repo copy `packages/manual-testing/components/chart` to `packages/seed/src/components/chart`. 2. Add new appD chart entry (snippet below) in `packages/seed/public/configs/application/appd.json`. ``` "Chart": { "appId": "Chart", "name": "Chart", "manifest": { "window": { "url": "$applicationRoot/components/chart/technical-analysis-chart.html" }, "interop": { "rewire": [ { "contextType": "layout", "fwd": "#Workspace" }, { "contextType": "fdc3.instrument", "cc": "#Workspace" } ] }, "foreign": { "components": { "App Launcher": { "launchableByUser": true }, "Window Manager": { "persistWindowState": true, "FSBLHeader": true } } } }, "manifestType": "Finsemble", "version": "1", "description": "", "tags": ["charts", "market data", "visualization", "graphics"], "contactEmail": "info@cosaic.io", "supportEmail": "support@finsemble.com", "publisher": "Cosaic", "icons": [ { "url": "https://i.imgur.com/mpBdiHd.png" } ], "intents": [ { "name": "ViewChart", "displayName": "View Chart", "contexts": ["fdc3.instrument"] }, { "name": "ViewChartStudy", "displayName": "View Chart Study" } ] } ```
…ar (#29) Pom was missing the execution config to generate a runnable jar
tpina
approved these changes
Jul 20, 2021
|
I've made 3 commits just with minor edits to docs or log lines. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge to master to release updated examples