| Commit | What changed |
|---|
01d4805fdf | Refactor: Improve concurrency and defensive checks for task hierarchy |
868d6abb75 | 2025 -> 2026 |
6a32032d65 | Hibernate.isInitialized(obj) -> HibernateUtils.isFullyInitialized(obj). Some lazy objects of e.g. ManyToOne columns are not fully loaded but Hibernate.isInitialized() returns true. |
63081666f6 | Source file headers: 2024-> 2025. |
5f9bbfbd37 | Fix typos in projectforge-business directory |
9625305236 | TaskTree: circular dependencies fixed. JacksonConfiguration: deserialization errors on java.util.Date fixed (UTC). |
50c3b7b46e | Migration stuff in progress... (all tests of all packages: OK). |
4942c854d9 | Migration stuff in progress... |
ae2c04ee02 | Migration stuff in progress... (all tests of all packages: OK). |
b810d1c781 | Migration stuff in progress... (all tests of all packages: OK). |
567ca70cd5 | Migration in progress... spring.datasource.hikari.auto-commit=false |
f31e8064ea | Migration stuff in progress... |
cb5cd5d3d9 | Migration stuff in progress... |
2e98398916 | Migration stuff in progress... |
ba2479571a | Migration stuff in progress... |
b3293f0cc0 | PersistenceService/Context: stats handling improved. |
87dd5b87c3 | AuftragsCache refactored, migration stuff... (all tests OK) |
1b50060c3a | BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select |
87aaf6a5a5 | Migration stuff in progress... BaseDao refactored (not yet finished) internal* methods renamed. |
9408b59d72 | Migration stuff in progress... |
a6edf511e4 | Migration stuff in progress... PersistenceThreadLocalStats |
3aeda5ef5a | 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). |
1564553d80 | Migration stuff in progress... |
c7b6e72ad6 | Migration stuff in progress... (all tests of all packages: OK). |
e66d5f5f7c | Migration stuff in progress... TaskTree -> Kotlin and runs now in isolated entity manager |