ccv2-project-template icon indicating copy to clipboard operation
ccv2-project-template copied to clipboard

Update Versions

Open fibsifan opened this issue 1 year ago • 11 comments

Backend:

  • Gradle 8.8
  • Java 17
  • SAP Commerce Cloud 2211 (not yet complete)
    • Updated gradle build script plugins
    • fixed gradle tasks, that aren't compatible new versions of gradle and build plugins
    • Accelerator based storefront is deprecated, so it is disabled by default and can be enabled by setting a project property.
    • Use sparse bootstrapping in the generated project.
    • cloudhotfolder zip is expected in the dependencies folder.
    • solrVersion can be set during project bootstrap. Solr >= 9 is automatically downloaded.

Frontend:

  • Required node version: 20
  • Required angular version: 17
  • Spartacus 2211
    • NPM-Repo credentials need to be provided as env var (see js-storefront/README.md)

intended to fix #29

Out of scope for this PR: since the versions of Frontend, Commerce Cloud and Integrations package are now coupled, find a way to parameterize all of them,

fibsifan avatar Aug 31 '23 15:08 fibsifan