[ https://issues.apache.org/jira/browse/ARTEMIS-5447?focusedWorklogId=967989&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-967989 ]
ASF GitHub Bot logged work on ARTEMIS-5447: ------------------------------------------- Author: ASF GitHub Bot Created on: 29/Apr/25 13:10 Start Date: 29/Apr/25 13:10 Worklog Time Spent: 10m Work Description: grgrzybek commented on code in PR #76: URL: https://github.com/apache/activemq-artemis-console/pull/76#discussion_r2066327875 ########## artemis-console-extension/artemis-extension/app/package.json: ########## @@ -0,0 +1,67 @@ +{ Review Comment: You project Java experience to JavaScript ;) I found that if a dependency is present in "child" package.json (child _workspace_) and it's not in the parent, `yarn` creates separate `node_modules/` base and webpack gets confused... Ideally we should have _parent_ package.json, but it's not working like this with yarn/npm workspaces. Issue Time Tracking ------------------- Worklog Id: (was: 967989) Time Spent: 1h (was: 50m) > Split JavaScript activemq-artemis-extension into a reusable library and an app > ------------------------------------------------------------------------------ > > Key: ARTEMIS-5447 > URL: https://issues.apache.org/jira/browse/ARTEMIS-5447 > Project: ActiveMQ Artemis > Issue Type: Improvement > Components: Web Console > Reporter: Grzegorz Grzybek > Priority: Major > Labels: pull-request-available > Time Spent: 1h > Remaining Estimate: 0h > > It'd be great to have JavaScript code that builds a Hawtio-based JS > application split into two parts: > * one reusable package that can be used as actual Hawtio plugin (not bundled > using webpack for reusability purposes) > * one _final_ application that will be part of WAR and used eventually in > ActiveMQ Artemis as WAR console. > See: https://hawt.io/docs/plugins.html -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@activemq.apache.org For additional commands, e-mail: issues-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact