Wikitty multi-module project

Release History

Version Date Description
3.13 2015-08-06  
3.12.1 2015-07-21  
3.12 2015-07-20  
3.11 2014-10-22  
3.10 2013-09-24  
3.9 2013-02-24  
3.8 2012-08-24  
3.7 2012-06-22  
3.6 2012-04-06  
3.5 2012-04-05  
3.4 2012-02-01  
3.3 2012-01-09  
3.2 2011-08-31  
3.1.2 2011-05-17  
3.1.1 2011-05-09  
3.1 2011-04-27  
3.0.5 2011-04-12  
3.0.4 2011-02-15  
3.0.3 2011-01-27  
3.0.2 2011-01-13  
3.0.1 2010-12-24  
3.0 2010-12-23  
2.2.2 2010-10-21  
2.2.1 2010-10-01  
2.2 2010-09-30  
2.1 2010-09-09  
2.0 2010-07-21  
1.5 2010-05-11  

Release 3.13 - 2015-08-06

Type Changes By
fix If try to load wikitty with bad id, or if we don't have access to wikitty, there is exception during conversion Fixes 3739. Thanks to Benjamin Poussin. bpoussin
add Add documentation about Date Math syntax Fixes 3375. Thanks to Benjamin Poussin. bpoussin
add Add Wikitty service authentication that not raise exception we try to load unauthorise wikitty Fixes 3738. Thanks to Benjamin Poussin. bpoussin

Release 3.12.1 - 2015-07-21

Type Changes By
fix containsOne and containsAll with an empty collection returns all objects but no object should have been returned Fixes 3735. Thanks to Benjamin Poussin. bpoussin

Release 3.12 - 2015-07-20

Type Changes By
fix WikittyAuthorisation reader/write/admin is WikittyUser, but we can add WikttyGroup too Fixes 3732. Thanks to Benjamin Poussin. bpoussin
add add support of special wikittyId 'all' for reader/writer/admin in WikittyAuthorisation Fixes 3730. Thanks to Benjamin Poussin. bpoussin
add Authorise multiple parent for WikittyAuthorisation Fixes 3731. Thanks to Benjamin Poussin. bpoussin
add Simplify field cardinality migration Fixes 3733. Thanks to Benjamin Poussin. bpoussin
update Migrates to git Fixes 3559. Thanks to Tony Chemit. tchemit
update Updates dependencies Fixes 3069. Thanks to Tony Chemit. tchemit

Release 3.11 - 2014-10-22

Type Changes By
fix Problem in properties copy with commons-beanutils upgrade Fixes 3083. Thanks to Yannick Martel. ymartel

Release 3.10 - 2013-09-24

Type Changes By
fix When wikitty open multiple solr server on same data file, solr index is corrupted Fixes 2753. Thanks to Benjamin Poussin. bpoussin
add add new select function to get year of date Fixes 2754. Thanks to Benjamin Poussin. bpoussin
add Change upgrade data process Fixes 2854. Thanks to Benjamin Poussin. bpoussin
add Add new method to WikittyClient and BusinessHelper to remove extension easily Fixes 2855. Thanks to Benjamin Poussin. bpoussin
add migrate to solr 4.1 and cleaning solrconfig.xml Fixes 2561. Thanks to Benjamin Poussin. bpoussin
add Change select implementation to do only one solr request Fixes 1996. Thanks to Benjamin Poussin. bpoussin
add Add support of new method in query language Fixes 2396. Thanks to Benjamin Poussin. bpoussin
add Improve WikittyQueryResult, result must have wikitty id and select result in same time Fixes 2544. Thanks to Benjamin Poussin. bpoussin
add Update to solr and lucene 4.0 Fixes 1761. Thanks to Éric Chatellier. jcouteau
add Support relative date for String date representation Fixes 2620. Thanks to Benjamin Poussin. bpoussin

Release 3.9 - 2013-02-24

Type Changes By
fix Wikitty query staring with space pasing throw NullPointerException Fixes 2447. Thanks to Éric Chatellier. bpoussin
fix Wikitty is not indexed when you add an extension Fixes 2514. Thanks to Jean Couteau. jcouteau
fix Wikitty purifier template generate accessor for non navigable association Fixes 2405. Thanks to Éric Chatellier. echatellier
add remove extension in wikitty object Fixes 2527. Thanks to Benjamin Poussin. bpoussin
add add default value tag for wikitty field definition Fixes 2530. Thanks to Benjamin Poussin. bpoussin
add enhance parser to support empty query as True Fixes 2308. Thanks to Benjamin Poussin. bpoussin
add Enhance parser to support #depth as WikittyFieldSearchDepth Fixes 2307. Thanks to Benjamin Poussin. bpoussin
add Make select clause more useful: return more than one value, use user function, ... Fixes 2533. Thanks to Benjamin Poussin. bpoussin
add Add DISTINT clause for SELECT query Fixes 2531. Thanks to Benjamin Poussin. bpoussin
add add a date format translator in the query parser when the field to compare is a date Fixes 2370. bpoussin

Release 3.8 - 2012-08-24

Type Changes By
fix Field extension order seems to be not maintened with JDBC storage Fixes 2222. Thanks to Benjamin Poussin. bpoussin
fix When we have query with aggregate and use findByQuery the result is false Fixes 2258. Thanks to Benjamin Poussin. bpoussin
add BusinessEntity with Wikitty Field must be capable to use preload for this field Fixes 2232. Thanks to Benjamin Poussin. bpoussin
add Wikitty and BusinessEntity interface must have same methods name for same behaviour Fixes 2233. Thanks to Benjamin Poussin. bpoussin

Release 3.7 - 2012-06-22

Type Changes By
fix Error in findTreeNode client method when Node depth + depth asked > Integer.MAX_VALUE Fixes 2131. Thanks to Benjamin Poussin. bpoussin
add Add parse method to WikittyQueryMaker Fixes 2105. Thanks to Benjamin Poussin. bpoussin
add add new query property wikittyFieldSearchDepth on query that permit to follow link between wikitty for search Fixes 2121. Thanks to Benjamin Poussin. bpoussin
add Be able to set a File on a binary field Fixes 2123. Thanks to Yannick Martel. ymartel
add add extContainsOne method on WikittyQueryMaker Fixes 2120. Thanks to Benjamin Poussin. bpoussin

Release 3.6 - 2012-04-06

Type Changes By
fix Error when we try to search containsAll or containsOne with empty collection Fixes 2053. Thanks to Benjamin Poussin. bpoussin

Release 3.5 - 2012-04-05

Type Changes By
fix Query limit set to MAX (or -1) won't work Fixes 1928. Thanks to Éric Chatellier. bpoussin
fix JdbcSQLException during sync engin Fixes 1959. Thanks to Éric Chatellier. echatellier
fix Wildcard search test fails with query marker and parser Fixes 1918. Thanks to Éric Chatellier. bpoussin
fix All not* condition have different behaviour with in memory service Fixes 1917. Thanks to Éric Chatellier. bpoussin
fix findByXXX with entity class in argument don't add filter condition on extension of this entity Fixes 1940. Thanks to Benjamin Poussin. bpoussin
fix If entity use two extension with same field name, *.fieldname faild Fixes 1941. Thanks to Benjamin Poussin. bpoussin
fix Search with *.fieldname faild if this entity is in WikittyTreeNode Fixes 1942. Thanks to Benjamin Poussin. bpoussin
add Add elapsed time in QueryResult Fixes 1997. Thanks to Benjamin Poussin. bpoussin
add Add sort-order tag value as toString tag value Fixes 1987. Thanks to Benjamin Poussin. bpoussin
add (Not)Equals must be ignore case and ignore accent if needed Fixes 1932. Thanks to Benjamin Poussin. bpoussin
add Add tag value wikitty-extension on field of type Wikitty Fixes 1985. Thanks to Benjamin Poussin. bpoussin
add Wikitty pre-loading field Fixes 1988. Thanks to Benjamin Poussin. bpoussin
add Add support of limit and offset in query parser Fixes 1999. Thanks to Benjamin Poussin. bpoussin
add In parser support ' as string delimiter and not only " Fixes 1998. Thanks to Benjamin Poussin. bpoussin
add Update to h2 1.3.164 Fixes 1910. Thanks to Éric Chatellier. echatellier
add Add pattern tagValue on wikitties Fixes 1153. Thanks to Jean Couteau. bpoussin
add Add indexed tagValue on wikitty Fixes 1154. Thanks to Jean Couteau. bpoussin
add Add Crypt tagvalue on wikitties Fixes 1155. Thanks to Jean Couteau. bpoussin
add toString tagValue must support preload wikitty access Fixes 2003. Thanks to Benjamin Poussin. bpoussin
add Enhance in memory implementation Fixes 1944. Thanks to Benjamin Poussin. bpoussin
add add new constraints tag value on field (min, max, allow) Fixes 2013. Thanks to Benjamin Poussin. bpoussin
add Field *.fieldname must be sortable Fixes 1943. Thanks to Benjamin Poussin. bpoussin
update Update to postgresql 9.1-901-1.jdbc4 Fixes 1980. Thanks to Éric Chatellier. echatellier
update Update to commons-pool 1.6 Fixes 1979. Thanks to Éric Chatellier. echatellier
update Update to slf4j 1.6.4 Fixes 1981. Thanks to Éric Chatellier. echatellier
update Update to smackx 3.2.1 Fixes 1983. Thanks to Éric Chatellier. echatellier
update Update to jbossjta 4.16.2.Final Fixes 1982. Thanks to Éric Chatellier. echatellier

Release 3.4 - 2012-02-01

Type Changes By
fix ElementField in generated entities not usable on GWT Fixes 1901. Thanks to Jean Couteau. bpoussin
fix serialVersionUID changes at each generation Fixes 1908. Thanks to Éric Chatellier. echatellier
fix UnsupportedOperationException Collections$SingletonSet$1.remove Fixes 1922. Thanks to Éric Chatellier. bpoussin
fix Can't call wikittyClient.findAllIdTreeNode(String, int, boolean, Query) with null filter Fixes 1924. Thanks to Éric Chatellier. bpoussin
fix Integration test 5 fails : wikitty model dependency Fixes 1884. Thanks to Éric Chatellier. echatellier
fix Query parser can't parse quey using id Fixes 1914. Thanks to Éric Chatellier. bpoussin
fix WikittyCopyOnWrite#addExtension method allways invalidate cache Fixes 1895. Thanks to Éric Chatellier. echatellier
fix Method inherited are not redifined since muti inheritance addition Fixes 1896. Thanks to Éric Chatellier. echatellier
fix Restore returns a BusinessEntity with a null wikitty Fixes 1897. Thanks to Benjamin Poussin. bpoussin
add Update to solr and lucene 3.5 Fixes 1881. Thanks to Éric Chatellier. echatellier
add Rewrite all test and add some test Fixes 1006. Thanks to Benjamin Poussin. echatellier
add Add external authentication like LDAP Fixes 1890. Thanks to Benjamin Poussin. bpoussin
add Split WikittyServiceSecurity in two service Authentication and Authorisation Fixes 1916. Thanks to Benjamin Poussin. bpoussin
add Update to nuiton-utils 2.4.4 Fixes 1911. Thanks to Éric Chatellier. echatellier

Release 3.3 - 2012-01-09

Type Changes By
fix Up to date spec documentation Fixes 1464. Thanks to Benjamin Poussin. bpoussin
fix Integration test 2 in fail Fixes 1160. Thanks to Sylvain Letellier. echatellier
fix Can't convert a date when the locale isn't fr_FR Fixes 1084. Thanks to Valentin Briand. bpoussin
fix NPE if bad id in security field Fixes 1727. Thanks to Benjamin Poussin. bpoussin
fix Dont generate impl business entity if already in class path or operations is found Fixes 1786. Thanks to Sylvain Letellier. sletellier
fix Change Search association implementation to work correctly Fixes 1797. Thanks to Benjamin Poussin. bpoussin
add Add multiple inheritance support Fixes 1619. Thanks to Éric Chatellier. echatellier
add Add facet topic sort order in query Fixes 1868. Thanks to Benjamin Poussin. bpoussin
add Change method argument for collection adder method in generated object Fixes 1674. Thanks to Benjamin Poussin. bpoussin
add Create new query api with visitor and better implementation Fixes 1863. Thanks to Benjamin Poussin. bpoussin
add Add query langage syntaxe Fixes 1864. Thanks to Benjamin Poussin. bpoussin
add Change Query API to permit use of Select as Value of Terminal condition Fixes 1883. Thanks to Benjamin Poussin. bpoussin
add Add documentation Fixes 1076. Thanks to Benjamin Poussin. bpoussin
add Add select method to allow specify wikittyId return field Fixes 1785. Thanks to Sylvain Letellier. sletellier
add Add migration class definition configurable in config file Fixes 1126. Thanks to Benjamin Poussin. bpoussin
add Better support of toString representation for extension Fixes 1815. Thanks to Benjamin Poussin. bpoussin
add Add method on Proxy and Service to retrieve extensions and all dependencies Fixes 1814. Thanks to Benjamin Poussin. bpoussin
add Add criteria name in PagedResult Fixes 1816. Thanks to Benjamin Poussin. bpoussin

Release 3.2 - 2011-08-31

Type Changes By
fix Strange errors during tests - Possible resource leak ! Fixes 1220. Thanks to Jean Couteau. jcouteau
fix Support multiples requires on extension Fixes 819. Thanks to Éric Chatellier. bpoussin
fix Bad test configuration Fixes 1166. Thanks to Jean Couteau. jcouteau
fix Generation error when extension require meta-extension in model Fixes 1670. Thanks to Benjamin Poussin. bpoussin
fix Security exception when try to add WikittyAuthorisation without WikittyAppAdmin Fixes 1671. Thanks to Benjamin Poussin. bpoussin
fix Directory ObjectStore and PutObjectStoreDirHere is created when wikitty is running Fixes 1673. Thanks to Benjamin Poussin. bpoussin
add Remove deprecated WikittyService implementation Fixes 1600. Thanks to Éric Chatellier. echatellier
add [wikitty-publication]Improve wikitty publication search page Fixes 1503. Thanks to Manoël Fortun. mfortun
add [wikitty-publication]Migrate from classic jsp to struts Fixes 1500. Thanks to Manoël Fortun. mfortun
add [wikitty-publication]login action Fixes 1504. Thanks to Manoël Fortun. mfortun
add [wikitty-publication]Support for Multicontext wikitty service Fixes 1501. Thanks to Manoël Fortun. mfortun
add [wikitty-publication]Improve wikitty publication web editor Fixes 1502. Thanks to Manoël Fortun. mfortun
add [wikitty-publication]Externalize Tool Fixes 1721. Thanks to Manoël Fortun. mfortun
add add proxy.restore(Set) method Fixes 1544. Thanks to Benjamin Poussin. bpoussin
add Add timelog in WikittyServiceSecurity to see time spent in Fixes 1672. Thanks to Benjamin Poussin. bpoussin
add [wikitty-publication]Easily integrate UI inside wikittyPubText Fixes 1722. Thanks to Manoël Fortun. mfortun
add Permit to set the minimum entry to permit value become a facet Fixes 1675. Thanks to Benjamin Poussin. bpoussin
add [wikitty-publication]A test application to show how to code with wikitty publication Fixes 1724. Thanks to Manoël Fortun. mfortun
add WikittyService over Jar File Fixes 1718. Thanks to Manoël Fortun. mfortun
add Enable wikitty service on jars to take a directory of jar Fixes 1719. Thanks to Manoël Fortun. mfortun
add Permit to set the maximum number of facet topic returned Fixes 1676. Thanks to Benjamin Poussin. bpoussin
add WikittyService over File system Fixes 1717. Thanks to Manoël Fortun. mfortun
add [wikitty-publication]Synchronize tool Fixes 1720. Thanks to Manoël Fortun. mfortun
add [wikitty-publication]ContextApps element inside action url Fixes 1723. Thanks to Manoël Fortun. mfortun
add A tag lib to enable better integration of wikitty inside form Fixes 1725. Thanks to Manoël Fortun. mfortun
update Update to h2 1.3.157 Fixes 1613. Thanks to Éric Chatellier. echatellier
update Update to mavenpom4redmine 3.0.2 Fixes 1668. Thanks to Tony Chemit. tchemit
update Updates to nuiton-processor 1.2.2 Fixes 1715. Thanks to Tony Chemit. tchemit
update Update to nuiton I18n 2.4 Fixes 1609. Thanks to Éric Chatellier. echatellier
update Udpate to lucene/solr 3.3 Fixes 1588. Thanks to Éric Chatellier. echatellier
update Update to eugene 2.3.5 Fixes 1608. Thanks to Éric Chatellier. echatellier
update Update to postgresql 8.4-702.jdbc4 Fixes 1614. Thanks to Éric Chatellier. echatellier
update Update to jbossjta 1.15.1.Final Fixes 1610. Thanks to Éric Chatellier. echatellier
update Update to commons-fileupload 1.2.2 Fixes 1611. Thanks to Éric Chatellier. echatellier
update Update to commons-pool 1.5.6 Fixes 1612. Thanks to Éric Chatellier. echatellier
update Udpate to hessian 4.0.7 Fixes 1615. Thanks to Éric Chatellier. echatellier

Release 3.1.2 - 2011-05-17

Type Changes By
fix TreeNodeResult has null id in proxy Fixes 1519. Thanks to Sylvain Letellier. sletellier

Release 3.1.1 - 2011-05-09

Type Changes By
fix Plain text search bug when using capitalized letters and wildcards Fixes 1272. Thanks to Jean Couteau. sletellier
fix Regression when sort on Date Fixes 1483. Thanks to Sylvain Letellier. bpoussin
fix bad getConnection method used in wikitty-jdbc Fixes 1484. Thanks to Benjamin Poussin. bpoussin
fix Refactor transaction management Fixes 1492. Thanks to Benjamin Poussin. bpoussin
add Automatique binary type support by bd on table creation Fixes 1510. Thanks to Sylvain Letellier. sletellier

Release 3.1 - 2011-04-27

Type Changes By
add PagedResult must be Iterable Fixes 1471. Thanks to Benjamin Poussin. bpoussin
add Remove unmaintained module or update it (hbase, jpa, jms, multistorage, ui) Fixes 1267. Thanks to Benjamin Poussin. jcouteau
add Update to solr 3.1.0 Fixes 1429. Thanks to Éric Chatellier. jcouteau
add remove '-impl' suffix on module name Fixes 1320. Thanks to Benjamin Poussin. jcouteau
add Refactor WikittyConfig, don't herite from ApplicationConfig, but become factory Fixes 1459. Thanks to Benjamin Poussin. bpoussin
add Add compartor for FacetTopic, useful to order facet on count or name Fixes 1469. Thanks to Benjamin Poussin. bpoussin
add Move wikitty-publication to extra-modules Fixes 1478. Thanks to Sylvain Letellier. sletellier

Release 3.0.5 - 2011-04-12

Type Changes By
fix Deleted extension not removed from wikitty service cache Fixes 1348. Thanks to Éric Chatellier. echatellier
fix Some entities are keept on solr when more than 10 entities are deleted Fixes 1383. Thanks to Sylvain Letellier. sletellier
fix Facet on date return other than wikitty format date Fixes 1386. Thanks to Sylvain Letellier. sletellier
fix Bug in entity generation when inherite wikittyLabel Fixes 1331. Thanks to Benjamin Poussin. bpoussin
fix Bug in reindexation with new SolR indexation implementation Fixes 1351. Thanks to Benjamin Poussin. bpoussin
fix Associated search throw an exception if the sub request does not return any results Fixes 1447. Thanks to Jean Couteau. jcouteau
add Add test on reindexation with TreeNode data Fixes 1350. Thanks to Benjamin Poussin. echatellier
add Improve contains and in methods in search Fixes 1254. Thanks to Jean Couteau. bpoussin
add Add a True and False search operators Fixes 1446. Thanks to Jean Couteau. jcouteau
add Simplify request on extension name Fixes 1390. Thanks to Benjamin Poussin. bpoussin
add add getUser method on proxy Fixes 1395. Thanks to Benjamin Poussin. bpoussin
add add new find method with multiple criteria Fixes 1394. Thanks to Benjamin Poussin. bpoussin
add Add information in log during reindexation process Fixes 1352. Thanks to Benjamin Poussin. bpoussin
add On Proxy add delete(BusinessEntity) and delete(List<BusinessEntity>) Fixes 1337. Thanks to Benjamin Poussin. bpoussin
add add new method to retrieve Topic on PagedResult Fixes 1436. Thanks to Benjamin Poussin. bpoussin
add Add associated search on WikittySearchEngineInMemory Fixes 1439. Thanks to Jean Couteau. jcouteau
add Add Hook support in WikittyService (useful for trigger or calculated field) Fixes 1449. Thanks to Benjamin Poussin. bpoussin
add Implement all searches on InMemory search engine Fixes 1443. Thanks to Jean Couteau. jcouteau
add remove Like and Unlike searches Fixes 1445. Thanks to Jean Couteau. jcouteau

Release 3.0.4 - 2011-02-15

Type Changes By
add move WikittyServerStart from Hessian server module to api module Fixes 1276. Thanks to Benjamin Poussin. bpoussin
add remove tree method in WikittyService and replace them with one method findTreeNode Fixes 1278. Thanks to Benjamin Poussin. bpoussin
add Rewrite solr indexer to minimize solr server call Fixes 1277. Thanks to Benjamin Poussin. bpoussin

Release 3.0.3 - 2011-01-27

Type Changes By
add Add cajo client/server protocole Fixes 1204. Thanks to Benjamin Poussin. bpoussin
add Add method to import/export using writer/reader Fixes 1207. Thanks to Jean Couteau. jcouteau
add Update nuiton dependencies Fixes 1260. Thanks to Jean Couteau. jcouteau

Release 3.0.2 - 2011-01-13

Type Changes By
fix WikittyException when copying a wikitty with a lower bound > 0 Fixes 1182. Thanks to Jean Couteau. bpoussin
fix We have to store a wikitty before transforming it to DTO Fixes 1192. Thanks to Jean Couteau. jcouteau
fix In memory Solr, create directory and fail if reuse Fixes 1167. Thanks to Benjamin Poussin. bpoussin
fix Add quote to escape ':' for solr Fixes 1183. Thanks to Sylvain Letellier. bpoussin

Release 3.0.1 - 2010-12-24

Type Changes By
fix NPE on JCS cache when we try to restore object with null id Fixes 1162. Thanks to Sylvain Letellier. sletellier
fix NPE on wikittyServiceSecurity on delete Fixes 1164. Thanks to Sylvain Letellier. sletellier
fix Wikitty is obselete on import csv Fixes 1163. Thanks to Sylvain Letellier. sletellier

Release 3.0 - 2010-12-23

Type Changes By
fix Concurrent Transactions verification Fixes 796. Thanks to Brendan Le Ny. bpoussin
fix Cannot store a Wikitty that got a new extension Fixes 1135. Thanks to Jean Couteau. bpoussin
fix Wikitty migration open new transaction instead of using current transaction Fixes 1122. Thanks to Éric Chatellier. bpoussin
fix Cannot set null on Date field Fixes 1133. Thanks to Jean Couteau. bpoussin
fix clean SolR config file Fixes 1136. Thanks to Benjamin Poussin. bpoussin
fix NPE when calling the clear$AttributeName$ method on a DTO Fixes 1139. Thanks to Jean Couteau. jcouteau
fix Bug in replaceWith method in WikittyCopyOnWrite Fixes 1102. Thanks to Benjamin Poussin. bpoussin
fix Generator Helper set method implementation for collection is buggus Fixes 1149. Thanks to Benjamin Poussin. bpoussin
add Allow configuration of import/export parameters Fixes 822. Thanks to Éric Chatellier. bpoussin
add Create client synchronisation class Fixes 946. Thanks to Benjamin Poussin. bpoussin
add Each WikittyService modification method must return WikittyServiceEvent Fixes 944. Thanks to Benjamin Poussin. bpoussin
add Simplify WikittyService Interface to simplify maintenance and additional service layer Fixes 994. Thanks to Benjamin Poussin. bpoussin
add Add helper that build all layer needed, it take properties as argument and return WikittyService Fixes 1001. Thanks to Benjamin Poussin. bpoussin
add Perhaps suppress all transaction parameter in WikittyService API and create new service Fixes 1000. Thanks to Benjamin Poussin. bpoussin
add Create for WikittyServiceInMemory a SolR in memory instance Fixes 1005. Thanks to Benjamin Poussin. bpoussin
add Centralize all configuration in ApplicationConfig sub class Fixes 997. Thanks to Benjamin Poussin. bpoussin
add Repackage all classe in wikitty-api module Fixes 1003. Thanks to Benjamin Poussin. bpoussin
add We must can delete extension if not used Fixes 1024. Thanks to Benjamin Poussin. bpoussin
add create new field type binary Fixes 1137. Thanks to Benjamin Poussin. bpoussin
add Add WikittyServiceAccessStat to make stat on wikitty restored Fixes 1140. Thanks to Benjamin Poussin. bpoussin
add Update EUGene to 2.3 Fixes 1112. Thanks to Tony Chemit. tchemit
add Add cache statistic Fixes 1138. Thanks to Benjamin Poussin. bpoussin
add Rename WikittyServiceListener and WikittyServiceEvent without 'Service' in name Fixes 1046. Thanks to Benjamin Poussin. bpoussin
add Create WikittyServiceHessianClient and WikittyServiceHessianServer directly usable in config file Fixes 1058. Thanks to Benjamin Poussin. bpoussin
add Add some configuration sample in source (server, slave-server, client, ...) Fixes 1059. Thanks to Benjamin Poussin. bpoussin
add Create and use new WikittyServiceInMemoryJdbcSolr for transaction Fixes 1071. Thanks to Benjamin Poussin. bpoussin
add Rename WikittyServiceImpl to WikittyServiceStorage Fixes 1101. Thanks to Benjamin Poussin. bpoussin
add Add call time in proxy to trace long method execution Fixes 1130. Thanks to Benjamin Poussin. bpoussin
add Refactor solr code to store less field (currently 6 for 1 text field) Fixes 1141. Thanks to Benjamin Poussin. bpoussin
add Add documentation on solr indexation mecanisme Fixes 1142. Thanks to Benjamin Poussin. bpoussin
add Add mecanisme in jdbc to allow easy support of new database Fixes 1143. Thanks to Benjamin Poussin. bpoussin
add Add support for other cache implementation Fixes 1152. Thanks to Benjamin Poussin. bpoussin
add Change WikittyService API, only restore restore Wikitty other method restore id Fixes 1156. Thanks to Benjamin Poussin. bpoussin

Release 2.2.2 - 2010-10-21

Type Changes By
fix Non multithreaded WikittyExtensionStorageJDBC.lastVersion Fixes 782. Thanks to Éric Chatellier. bpoussin
fix Restore null id should restore null wikitty (proxy) Fixes 792. Thanks to Benoit Brossaud. bpoussin
fix WikittyServiceNotifier is not thread safe Fixes 906. Thanks to Éric Chatellier. bpoussin
fix Genertor must not generate default Impl when some method are declared in model Fixes 961. Thanks to Benjamin Poussin. bpoussin
add i18n support on all extension Fixes 756. Thanks to Benjamin Poussin. bpoussin
add Change store signature taking java.util.Set Fixes 882. Thanks to Éric Chatellier. bpoussin
add rename Wikitty Object to have Wikitty as prefix Fixes 953. Thanks to Benjamin Poussin. bpoussin
add refactor WikittyServiceNotifier and add xmpp transporter Fixes 945. Thanks to Benjamin Poussin. bpoussin
add Replace all label method in WikittyService by Helper Fixes 943. Thanks to Benjamin Poussin. bpoussin
add Remove all usage of deprecated methode WikittyException(Exception) Fixes 965. Thanks to Benjamin Poussin. bpoussin

Release 2.2.1 - 2010-10-01

Type Changes By
fix Remote notification event are not notified to remote listener (cache) Fixes 905. Thanks to Éric Chatellier. echatellier

Release 2.2 - 2010-09-30

Type Changes By
fix Change static field name for field name in generated BusinessEntity Fixes 784. Thanks to Benjamin Poussin. bleny
fix Can't create extension with non alphanumeric characters Fixes 867. Thanks to Éric Chatellier. echatellier
fix Fix NullPointerException during syncEngin (link to wikitty id not in index) Fixes 880. Thanks to Éric Chatellier. echatellier
fix Reimported delete wikitty stay with deletionDate Fixes 898. Thanks to Éric Chatellier. echatellier
fix Use query.addSortField() to allow multiples fields sorting Fixes 886. Thanks to Éric Chatellier. echatellier
add Add recursive deleteTree method to delete all tree branche Fixes 868. Thanks to Éric Chatellier. echatellier
add Clean poms Fixes 800. Thanks to Tony Chemit. bleny
add Renomage du stéréotype de generation en "entity" Fixes 798. Thanks to Éric Chatellier. bleny
add Switch from xapool to commons-dbcp Fixes 821. Thanks to Éric Chatellier. jruchaud
add Change parent and children fields on TreeNode from String to Wiktty (need reindexing) Fixes 885. Thanks to Éric Chatellier. echatellier
add Add wikitty extension support on csv import/export Fixes 869. Thanks to Éric Chatellier. echatellier
add Add missing wikitty service methods on wikitty proxy Fixes 866. Thanks to Éric Chatellier. echatellier
add Add WikittyObseleteException for obselete wikitty storage Fixes 881. Thanks to Éric Chatellier. echatellier
add Update to jgroups 2.10.0.GA Fixes 870. Thanks to Éric Chatellier. echatellier
add Update to hibernate hibernate-entitymanager 3.5.6-Final Fixes 871. Thanks to Éric Chatellier. echatellier
add Update to nuiton-utils 1.4.1 Fixes 872. Thanks to Éric Chatellier. echatellier
add Update to hibernate-validator 4.1.0.Final Fixes 875. Thanks to Éric Chatellier. echatellier
add Update to activemq-core 5.4.0 Fixes 876. Thanks to Éric Chatellier. echatellier
add Rename TreeNode#children to TreeNode#attachment Fixes 897. Thanks to Éric Chatellier. echatellier

Release 2.1 - 2010-09-09

Type Changes By
fix Bad DateFormat static instance usage Fixes 780. Thanks to Benjamin Poussin. bpoussin
fix Bad extensions list modification during store Fixes 781. Thanks to Éric Chatellier. echatellier
fix constant is not used in generated code Fixes 785. Thanks to Benjamin Poussin. echatellier
fix Delete function check aleady deleted wikitties but don't use it Fixes 787. Thanks to Éric Chatellier. echatellier
fix Erreur de transaction JTA lors de l'mport CSV Fixes 843. Thanks to Jean Couteau. echatellier
add Update to solr 1.4.1 Fixes 716. Thanks to Éric Chatellier. echatellier
add Recherche n'importe quelle extension proxy Fixes 777. Thanks to Benoit Brossaud. bbrossaud
add Add toString tag/value on wikitty Fixes 783. Thanks to Benjamin Poussin. bleny
add Suppression ou renommage du fichier default-jbosstm-properties.xml Fixes 788. Thanks to Éric Chatellier. bleny
add Solr can register him self solr.data.dir env property Fixes 789. Thanks to Éric Chatellier. echatellier

Release 2.0 - 2010-07-21

Type Changes By
fix Service syncEngin method reindex non migrated wikitty Fixes 689. Thanks to Éric Chatellier. echatellier
add Rename package to org.nuiton Fixes 602. Thanks to Éric Chatellier. echatellier
add Remove WikittyBean generator Fixes 603. Thanks to Éric Chatellier. echatellier
add Modify generation interface/abstract/impl Fixes 604. Thanks to Éric Chatellier. echatellier
add Add cache support on wikitty service Fixes 655. Thanks to Éric Chatellier. echatellier
add Ajout d'une couche de sécurité Fixes 679. Thanks to Benjamin Poussin. bpoussin
add Modifier PagedResult pour qu'il retourne les id par defaut et non pas directement les wikitties Fixes 678. Thanks to Benjamin Poussin. bpoussin
add Ajout de modules client/serveur hessian Fixes 701. Thanks to Éric Chatellier. echatellier
add Gestion des contraintes not-null Fixes 699. Thanks to Éric Chatellier. bpoussin
add Add notification support on wikitty service Fixes 680. Thanks to Benjamin Poussin. echatellier
add Gestion des contraintes unique pour les List/Set Fixes 700. Thanks to Éric Chatellier. bpoussin
add Update to eugene 2.1.1 Fixes 746. Thanks to Éric Chatellier. echatellier
add Add synchronisation support based on jgroups Fixes 661. Thanks to Éric Chatellier. echatellier
add Add CSV import/export support Fixes 654. Thanks to Éric Chatellier. echatellier

Release 1.5 - 2010-05-11

No changes in this release.