[jira] [Closed] (GERONIMO-4958) Change the text box of the "Geronimo Versions" field from a single-line box to a multiple-line box
"Mark Struberg (Jira)" <[email protected]> Mon, 4 May 2026 06:06:00 +0000 (UTC)
| Newsgroups | gmane.comp.java.geronimo.devel |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/GERONIMO-4958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Struberg closed GERONIMO-4958.
-----------------------------------
Resolution: Won't Fix
Closing old outdated issues.
Note that the Apache Geronimo Application Server itself was declared EOL in 2017 and we do not maintain the server parts anymore.
We still do actively maintain many of the Java EE / Jakarta EE which saw the light during creation of the Apache Geronimo Aplication Server.
If you feel that this ticket still affects one of those components then please feel free to reopen the ticket.
thanks, your Apache Geronimo team!
> Change the text box of the "Geronimo Versions" field from a single-line box to a multiple-line box
> --------------------------------------------------------------------------------------------------
>
> Key: GERONIMO-4958
> URL: https://issues.apache.org/jira/browse/GERONIMO-4958
> Project: Geronimo
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Affects Versions: 2.2
> Reporter: Ellen Tang
> Priority: Major
>
> In Geronimo 2.2, go to "Plugins" > "Create Plugin - Export Plugin".
> There is a "Geronimo Versions" text box, which should allow multiple-line input but currently is a single-line text box. This box generates the <geronimo-version> tag in the "geronimo-plugin.xml" file. If the user writes all the version numbers in one line, the <geronimo-version> tag value would be like <geronimo-version>2.2-SNAPSHOT 2.1.3 2.1.4</geronimo-version> instead of the following format:
> <geronimo-version>2.2-SNAPSHOT</geronimo-version>
> <geronimo-version>2.1.3</geronimo-version>
> <geronimo-version>2.1.4</geronimo-version>
> Please fix this. Thanks!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)