Unit/component test validating behavior and correctness of the component.
868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
176cb32d7 WIP: Gradle
1b50060c3 BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select
2a8ea2076 Migration stuff in progress... BaseDao refactored (not yet finished) internal* methods renamed.
3aeda5ef5 Big change: all save|update|...InTrans renamed (InTrans removed). PfPesistenceContext as param not needed anymore (ThreadLocal is used instead). (all tests of all packages: OK).
1135ccbca Persistence: functions renamed: *NewTrans -> *InTrans
b095e6f7d !!!!! Big change of Transaction handling: Re-uses PfPersistenceContext as much as possible (not yet finished). Tests doesn't yet run.
4c04cfd65 MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
5f7ef41b8 Copyright 2021 -> 2022
ceb63e8a1 Source code header: (C) 2001-2021.
7c79f1922 Copyright of source header -> 2020.
b66248fae Heavy WIP:JPA
1350b359e Heavy WIP: get rid of HibernateTemplate.
73a9755df More code cleanup: - Collapsed catch blocks that did the exact same things - Replaced ArrayList<Class> with ArrayList<> - Replaced StringBuffer with StringBuilder - Removed a few usages of deprecated classes (mainly HSSFColors in Excel) - Replace Collections.sort with List.sort
dd5ca38ac CopyRight of all java file-header updated or created.
9b20d3b80 AbstractBaseTest: Data base with test data is re-used for most tests -> a full test run is now faster.
f46333761 TestNG and JUnit4 replaced by JUnit5. Some tests (with powermock) are still JUnit4. No more TestNG tests exist.
63d38274c AbstractBase -> AbstractTestBase. AddressTest migrated to JUnit Jupiter as a first proof.
3227a96ba static variables moved AbstractTestNGBase -> AbstractBase.
5173b6102 AbstractBase -> AbstractTestNGBase | AbstractJunitBase
a5bbdca6a Change logger to slf4j
9ebb88522 Initial commit