Author: Daniel Schwering
Monday May 10th, 2021
Faktor-IPS version 20.12.4 adds an option to escape special blanks like the non-breaking space ( ) or the em-space ( ) in the XML files, to allow visual identification when manually comparing the files. This may be of special interest when switching…
Read more
Author: Lara Stork
Friday April 30th, 2021
New and Noteworthy in Version 21.6 Release Candidate 4 Maven-Mojos The work directory is now cleaned in a separate “faktorips-clean”-Mojo which is bound to the clean phase. Further, the configuration of the Mojos in the pom.xml can be shortened. Unlike…
Read more
Author: Daniel Schwering
Friday April 23rd, 2021
Release 21.6 of the product variant plugin improves handling and performance of large product variants. Highlighting of Components with varied Child Components Components that are not varied themselves but have varied children in their subtree are now highlighted with a…
Read more
Author: Daniel Schwering
Friday April 23rd, 2021
New and Noteworthy in Version 21.6 Release Candidate 3 Changes from Release Candidate 1 Menu-Creation No Longer Instantiates Objects In Eclipse, every entry in a (popup-)menu checks whether it should be displayed before the menu is shown. The previous solution…
Read more
Author: Daniel Schwering
Tuesday April 20th, 2021
New and Noteworthy in Version 21.6 Release Candidate 2 Changes from Release Candidate 1 Method Change org.faktorips.runtime.MessageList#getMessagesByMarker(IPredicate<IMarker>) Removed. The interface IPredicate was replaced with Predicate introduced with Java 8. Maven-Mojo The Jars deployed to Maven Central contained buggy POMs…
Read more
Author: Daniel Schwering
Friday April 16th, 2021
New and Noteworthy in Version 21.6 Release Candidate 1 Replacing BigDecimal constants with RoundingMode enums RoundingMode enums are now used instead of BigDecimal rounding mode constants which are deprecated since Java 9. The old methods using BigDecimal constants are still…
Read more
Author: Daniel Schwering
Wednesday March 24th, 2021
Faktor-IPS – Version 20.12.3 Fixes Two Bugs Bugs Too strict validation: product association may have the same name as the super type (FIPS-7517) Empty range “[] (incl. )” is interpreted as enumeration (FIPS-7518)
Author: Daniel Schwering
Thursday March 11th, 2021
Version 20.12.2 contains one bug-fix: when enums contained attributes with other enums as datatype that were not set for some values (<null>) they were read as “”, which lead to an exception because it is no valid enum value. Now,…
Read more
Author: Daniel Schwering
Monday February 22nd, 2021
New and Noteworthy in Version 21.6 Replacing BigDecimal constants with RoundingMode enums RoundingMode enums are now used instead of BigDecimal rounding mode constants which are deprecated since Java 9. The old methods using BigDecimal constants are still available but deprecated….
Read more
Author: Daniel Schwering
Tuesday February 9th, 2021
In headless builds with Faktor-IPS occasional ConcurrentModificationExceptions occurred, fixed in patch release Faktor-IPS 19.12.3. (FIPS-7369)