Open kazoompa opened 7 months ago
Had to update spring library to 3.3 because previous version was already at end of life. implication: need to use latest elasticsearch version 8. implementation done, now being tester RHA. Need ok from YM to do release.
release candidate created. Il va y avoir des changements dans le API de Mica. Tant que Opal n'est pas fini et released, on peut pas release Mica.
dépendance elastic search, YM veut remplacer (affecte pas MR)
Mica Java 21 Upgarde
The port is completed but needs a thorough QA some listed below. There are some dependencies that are minor but also upgraded to Java 21:
Test Cases
Mica Seeding
Authentication/Authorization
Mica Documents
No Opal
Document Permissions
Document Files
Search
Cart / Lists
Data Access Requests
Persons (Study/Network)
Admin Page
Cache
Notes
We can update OBiBa Protobuf provider to ignore unknownFields. It looks like proto3 is more picky and does not like when there are unknown fields. This case can happen when the client code adds fields to an entity JSON for UI purposes and does not cleanup the DTO before sending it back to the server. For now, the Mica client (angularjs) has been tested and augnmented for cleanups.
The cache configuration is not completely ported, there are a few settings I could not port completely... yet!
Test Mica-Python-Client