Version 1.4.0 is out - new definitive package structure
As already announced before, versions from 1.4.x on will have a new package structure:
- moved
ConceptActivator
andFcmConncetion
implementations in sub-packages:org.megadix.jfcm.act
:ConceptActivator
implementations;org.megadix.jfcm.conn
:FcmConnection
implementations;
Moreover, Visitor design pattern was implemented to ease the development of serializers (XML, JSON, etc.), map analyzers, etc.