Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We found that in the development of our REST API, the singleton pattern was inhibiting the ability to have multiple users using the REST API concurrently. In order for us to provide the REST API we had to move away from the singleton pattern.

Jira Legacy
serverJiwa Service
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIdf9231aec-a65a-32ae-94f3-7114fec5f253
keyDEV-5680

Migration Steps

Always use a factory to create an instance of a class implementing any of the following interfaces:

...