Version 2.2.1
Behaviour of <YourModule>.AOM.findByNames(...) changed
Old behaviour:
-     If an exception occurs, return null. Independent of the transience. 
-     If the class of the objects you want to find is transient, the return value equals the return value of the doGetAll implementation of that class. 
-     If the class of the objects you want to find is non-transient: -     If no elements were found, return null. 
-     If elements were found, return the filled array. 
 
-     
New behaviour:
-     If an exception occurs, return null. Independent of the transience. 
-     If the class of the objects you want to find is transient, the return value equals the return value of the doGetAll implementation of that class. 
-     If the class of the objects you want to find is non-transient: -     If no elements were found, return an empty array. 
-     If elements were found, return the filled array. 
 
-     
Changelog
| Key | Summary | T | Resolution | 
| Behoben | |||
| Can't create GIT based module in TEST stage if there is already one in another stage | Behoben | ||
| Can't assign file- or image-attribute to class in certain module | Behoben | ||
| Auth-Classes: Update of an App with AuthClasses covers all three systems | Behoben | ||
| When a user subclass gets used for authentication, the auth hook method doesn't get called | Behoben | ||
| Request for verifyHttpRequest in AbstractResource holds no user and calling module | Behoben | ||
| Behoben | |||
| Loading class of native module from within the auth hook fails | Behoben | ||
| [iOS] Get requests with query parameter will not be persisted | Behoben | ||
| Behoben | |||
| Behoben | |||
| OAuth authentication doesn't work with transient User subclasses | Behoben | ||
| Behoben | |||
| Add information in request to native module hooks if requesting user is a customer | Behoben | ||
| Behoben | |||
| Behoben | |||
| Behoben |