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)
Author: Daniel Schwering
Thursday November 5th, 2020
New in Version 20.12 Matching the release of Faktor-IPS 20.12 the product variant plugin was released in version 20.12. Filter for displayed variations For large varied products with many varied components, the list of variations on the right side of…
Read more
Author: Niels Kammerer
Monday October 26th, 2020
New and Noteworthy in Version 20.12 Faktor-IPS 20.12 includes performance improvements, especially through improved validation code. Table content as CSV Table contents may now be saved in CSV format to minimize file size. A new project-setting tableContentFormat has been added…
Read more
Author: Daniel Schwering
Thursday August 13th, 2020
For the development of a new feature that enables filling a data warehouse with selected product data and enumeration values, Faktor-IPS 20.6 has been enhanced to now write a ToC entry for all enum types. With these, the runtime repository…
Read more