...
Number | Description | Result .Net | Result Java | Issues found / remarks |
---|---|---|---|---|
1 | Install the model service. In the original application, replace the SDLWeb85 provider with DD4T.Providers.DxaModelService. Data is still DD4T 2 |
| ||
2 | Upload the DXA templates and modify our templates. Republish all pages so that the broker contains DXA2-style JSON. Retest #1. |
| ||
3 | Create a DXA 2 application, create some models and views, and test against DD4T2-style JSON through the model service | On Hold | .NET version:
Java Version: Stopped testing. We were using publication Id 8 to test DD4T 2 style Json against a DXA web app, but in that publication, the required _all.json and presumbably other required config wasnt published. I don't have access, so Quirijn Slings, would it be possible to publish that in publication 8? The new URLs to test with, are: Discovering the content service capability: Model service - request a page published with DD4T JSON and converted to R2: Model service - request a page published with DXA R2 JSON and converted to DD4T: Note: the publication ID has changed to 2. Note: for the 2.1 release we should have a full template migrate guide as well to properly resolve views. Then everything will work end to end. | |
4 | Replace DD4T Nuget packages with DLLs built from the DD4T copy inside DXA | NA | NA | I would like to remove those packages because there is no added value. See issue 8 - TSI-3024 below. |
5. | Load the dd4t dependencies in the Java DXA from Maven | NA | Java: confirmed latest code is in. The problem is that if the the dd4t 2 code needs to be fixed we need to update both code bases. |
...