cloudstack/server
Charles Queiroz e8b491177f
server: Replace Hashtable with LinkedHashMap in createIsoResponse (#7844)
* Replace Hashtable with LinkedHashMap in createIsoResponse

This change replaces the use of Hashtable with LinkedHashMap in the `createIsoResponse` method of `ViewResponseHelper`.
 The reason for this modification is to maintain the insertion order of entries, which isn't the case with Hashtable.
  This could lead to more predictable results and behaviors in calling methods.

* Replace Hashtable with LinkedHashMap in view response creation methods

Changed Hashtable to LinkedHashMap in various response creation methods within ViewResponseHelper class.
This modification ensures an ordered iteration which is beneficial for scenarios where the insertion order of responses needs to be maintained consistently.

---------

Co-authored-by: Sina Kashipazha <soreana@users.noreply.github.com>
2023-08-16 08:58:41 +02:00
..
conf Improve global settings UI to be more intuitive/logical (#5797) 2023-01-31 11:23:43 +01:00
src server: Replace Hashtable with LinkedHashMap in createIsoResponse (#7844) 2023-08-16 08:58:41 +02:00
pom.xml Updating pom.xml version numbers for release 4.18.1.0-SNAPSHOT 2023-03-15 19:38:14 +01:00