LDEV-3629: Alter character set and collation of the database and each of its tables. Shorten indexed text fields. Upgrade Java -> MySQL connector. Remove an obsolete field from User class.
LDEV-3275: Make Ant use WildFly libraries to build EAR. The libraries have to be exactly listed, instead of using **/*.jar. This is becaus full (not slimmed) WildFly contain other library versions than used by LAMS (located in lams_build/lib). When starting up WildFly libraries would be loaded first and probably foreshadow/clash with versions delivered with EAR.
Also an attempt to correctly deliver MySQL connector lib to WildFly modules dir was committed. Other libraries delivery will follow the same pattern.