Skip to content


Closed Update to Hibernate 5.1.1 (including JDK8 java.time.* API support)
nuiton / topia #611 · created by Tony Chemit
*(from redmine issue 3784 created on 2015-11-22, closed on 2016-03-02, copied_to #3666)*
updated
Closed Update to Hibernate 5.1.1 (including JDK8 java.time.* API support)
nuiton / topia #578 · created by Tony Chemit
*(from redmine issue 3666 created on 2015-03-26, closed on 2016-12-15, copied_to #3784)*
updated
Open Should not have to use <enum>.name() in addContains(...)
nuiton / topia #577 · created by Tony Chemit
The following code does not return any value : Situation situation = situationDao .forAll() .addContains(Situation.PROPERTY_COUNTRIES, c...
updated
Closed Do not execute sql comments while migration
nuiton / topia #576 · created by Tony Chemit
We should remove all sql comments to not execute them. *(from redmine issue 3662 created on 2015-03-22, closed on 2015-03-22)*
updated
Closed Save *tms_version* after each successfull version migrated
nuiton / topia #575 · created by Tony Chemit
We do a commit after each successful version migrated, but we do not change then the *tms_version*, so we can have some version migrated, but the databse *tms_version* does not reflect that. *(from r...
updated
Closed Show migration error
nuiton / topia #574 · created by Tony Chemit
We need in current version to go in logs to get the real sql error. We should get this information when failing a migration. Moreover, using a little boolean flag is nasty. I will throw an exception....
updated
Closed deprecates the I18nExtractorTask (will be now in ant-i18n-task project)
nuiton / processor #8 · created by Tony Chemit
*(from redmine issue 366 created on 2010-03-09, closed on 2010-03-09)*
updated
Closed Migrates package to *org.nuiton.jaxx*
nuiton / jaxx #1809 · created by Tony Chemit
We are still using *jaxx* package, we will migrates all modules except *jaxx-runtime* which is no more maintained. Migrates packages:
jaxx.runtime.swing.config -> org.nuiton.jaxx.config
jaxx.runtim...
updated
Closed Allow to use Diamond in java files
nuiton / jaxx #1808 · created by Tony Chemit
It seems to be difficult to update the java grammar, but we could just try to permits diamond usage. *(from redmine issue 3668 created on 2015-04-01, closed on 2015-04-12)*
updated
Closed Parser only that is necessary in java files
nuiton / jaxx #1807 · created by Tony Chemit
We should only parse field and methods declarations in java files, we don't need to parse what is inside methods bodies. This would then permit use to use jdk>6 new syntaxes (diamond, lambda, ...). ...
updated
Closed NumberEditor keyboard only produces 7 digit!
nuiton / jaxx #1806 · created by Tony Chemit
The keyboard of the number editor only produces the digit 7! Except if you want to use only 7 digits, this is not very helpful. *(from redmine issue 3664 created on 2015-03-23, closed on 2015-03-23)*...
updated
Closed Extract a minimal runtime module used in generation
nuiton / jaxx #1805 · created by Tony Chemit
We are using *jaxx-runtime* API on generated, this means that we always need to get *jaxx-runtime* as compile dependency. We would like to depreciates *jaxx-runtime* (too much crap inside it). We wi...
updated