refactoring for implicit creation of dependend hosting-assets #108

Merged
hsh-michaelhoennig merged 22 commits from refactoring-for-implicit-creation-of-dependend-hosting-assets into master 2024-09-26 10:51:30 +02:00

22 Commits

Author SHA1 Message Date
Michael Hoennig
678d503be5 Merge remote-tracking branch 'origin/master' into refactoring-for-implicit-creation-of-dependend-hosting-assets 2024-09-26 10:00:14 +02:00
Michael Hoennig
0f72950336 fix NPE in DisplayAs 2024-09-26 09:48:12 +02:00
Michael Hoennig
b571a911f7 fix error message asserts 2024-09-26 09:23:17 +02:00
Michael Hoennig
b1be470cad fix error message asserts 2024-09-26 09:12:48 +02:00
Michael Hoennig
dc4cd818b4 improved error messages if entity not found 2024-09-26 08:49:53 +02:00
Michael Hoennig
9d5cf7dc39 start chapter Biggest Flaws in our Architecture in our README.md 2024-09-26 07:52:54 +02:00
Michael Hoennig
7c46fdb36d try getReference instead of find in Mapper 2024-09-26 06:31:57 +02:00
Michael Hoennig
08bce3d911 add missing namePrefix to assertion 2024-09-25 17:41:52 +02:00
Michael Hoennig
35d7fca8f9 add missing namePrefix to assertion 2024-09-25 17:24:03 +02:00
Michael Hoennig
d910b801cf add missing namePrefix to assertion 2024-09-25 17:23:03 +02:00
Michael Hoennig
0701d8a629 add namePrefix to mapper error message 2024-09-25 17:13:56 +02:00
Michael Hoennig
8ebbf20b93 split StandardMapper and StrictMapper 2024-09-25 16:21:23 +02:00
Michael Hoennig
9bb81ff8f7 revert mapping changes in Office 2024-09-25 14:13:46 +02:00
Michael Hoennig
087d59b238 intoduce Mapper.withMatchingStrategy 2024-09-25 14:13:03 +02:00
Michael Hoennig
6225eb3bf6 more mapper.fetchEntity usage 2024-09-25 13:04:16 +02:00
Michael Hoennig
900d3bdc75 use Mapper.fetchEntity to resolve sub-entities 2024-09-25 12:56:35 +02:00
Michael Hoennig
3035208818 use EntityManagerWrapper in HsBookingItemController to enable mocking 2024-09-25 12:13:10 +02:00
Michael Hoennig
4acd8a7d65 Mapper.getConfiguration().setMatchingStrategy(STRICT); 2024-09-25 11:31:38 +02:00
Michael Hoennig
fdbe46311a introduce BookingItemEntityProcessor 2024-09-25 11:31:37 +02:00
Michael Hoennig
5014160113 add targetUnixUser to import 2024-09-24 13:04:39 +02:00
Michael Hoennig
b9e953d845 add missing targetUnixUser property to other tests 2024-09-24 12:23:32 +02:00
Michael Hoennig
bc1d107c34 introduce targetUnixUser property for domain-setup booking-item 2024-09-24 11:56:05 +02:00