[
https://issues.apache.org/jira/browse/ARTEMIS-5364?focusedWorklogId=973045&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-973045
]
ASF GitHub Bot logged work on ARTEMIS-5364:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 24/Jun/25 16:48
Start Date: 24/Jun/25 16:48
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #5578:
URL: https://github.com/apache/activemq-artemis/pull/5578#discussion_r2164481382
##########
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java:
##########
@@ -930,12 +930,10 @@ protected static void addScriptFilters(Map<String,
String> filters,
// so that's just to make a distinction
filters.put("@artemis.instance@", path(directory));
filters.put("${artemis.instance.uri}", directory.toURI().toString());
- filters.put("${artemis.instance.uri.windows}",
directory.toURI().toString().replaceAll("%", "%%"));
Review Comment:
No, `artemis.instance.uri` is not still used. I'll remove it.
Issue Time Tracking
-------------------
Worklog Id: (was: 973045)
Time Spent: 40m (was: 0.5h)
> Clean up scripts & profiles
> ---------------------------
>
> Key: ARTEMIS-5364
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5364
> Project: ActiveMQ Artemis
> Issue Type: Task
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The Linux & Windows scripts and their corresponding profile files each have
> variables and other content that's no longer useful and/or necessary. This
> content should be removed to simplify the files and to make them easier to
> read & understand.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact