5
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted almost 5 years ago by Jean Couteau
Jean Couteau (f7adecb2) at 09 Oct 14:02 Use rules
Posted almost 5 years ago by Arnaud Thimel
Arnaud Thimel (d00b9dc3) at 02 Oct 15:59 Montées de version : Hibernate 5.4.22 ; Mockito 3.5.13 ... and 2 more commits
Posted almost 5 years ago by Arnaud Thimel
Arnaud Thimel (d2462ddf) at 02 Oct 16:58 Merge branch 'release/3.8' ... and 32 more commits
Posted almost 5 years ago by Arnaud Thimel
Arnaud Thimel (ce8ae15b) at 02 Oct 16:58 Merge branch 'release/3.8'
Posted almost 5 years ago by Arnaud Thimel
Arnaud Thimel (a9ab15f3) at 02 Oct 16:58 [gitflow-maven-plugin]Update for next development version ... and 4 more commits
Posted almost 5 years ago by Éric Chatellier
Éric Chatellier (025d758c) at 29 Sep 09:41 Update jacoco, animal-sniffer
Posted almost 5 years ago by Éric Chatellier
Éric Chatellier (dd5b096a) at 29 Sep 09:47 Add java 16 in regex
Posted almost 5 years ago by Arnaud Thimel
Arnaud Thimel (0303a9e1) at 25 Sep 15:18 Make TopiaSqlSupport usage more easy by adding extra methods with f...
Posted almost 5 years ago by Arnaud Thimel
Arnaud Thimel (0764431a) at 25 Sep 15:42 [iso] javadoc
Posted almost 5 years ago by Arnaud Thimel
Dans le cas où l'application ne manipule pas seulement du ToPIA via Hibernate. Actuellement dans AbstractTopiaApplicationContext#getHibernateProvider seules les entités ToPIA sont passées au HibernateProvider : public HibernateProvider ... [More] getHibernateProvider() { if (hibernateProvider == null) { hibernateProvider = new HibernateProvider(getConfiguration(), topiaServiceSupport, sessionRegistry, getImplementationClasses()); } return hibernateProvider; } [Less]