Skip to content

refactor(axlis): migrate references and startup registration to ORM packages#27

Merged
marioarce merged 4 commits into
mainfrom
develop
Jul 22, 2026
Merged

refactor(axlis): migrate references and startup registration to ORM packages#27
marioarce merged 4 commits into
mainfrom
develop

Conversation

@marioarce

Copy link
Copy Markdown
Owner

This PR aligns the solution with the new Axlis ORM package ecosystem by updating dependencies, namespaces, and service registration methods.

  • Replaced legacy Axlis package references with ORM equivalents
  • Introduced ORM abstraction package where required
  • Updated Axlis-related imports to ORM namespaces across Sitecore handler/template classes
  • Updated application startup registration from legacy Axlis extension methods to ORM extension methods
  • Kept existing configuration binding flow for Axlis and GraphQL settings

Expected impact:

  • No intended business behavior changes
  • This is a migration/refactor focused on package and API surface alignment
  • Reduces mismatch risk between referenced packages and runtime registration APIs

marioarce and others added 4 commits July 21, 2026 17:54
 - replace application dependency from Axlis.Core to Axlis.ORM
 - add Axlis.ORM.Abstractions to application package references
 - replace web API dependencies from Axlis and Axlis.GraphQL to Axlis.ORM and Axlis.ORM.GraphQL
 - update service namespace usage from Axlis.Services to Axlis.ORM.Services in query handling
 - replace template-related Axlis namespaces with Axlis.ORM equivalents for attributes, core types, and field types
 - align Sitecore template models with ORM-based package structure
 - switch extension namespace usage to ORM-based imports
 - replace service registration from AddAxlis to AddAxlisORM
 - replace GraphQL registration from AddAxlisGraphQL to AddAxlisORMGraphQL
refactor(axlis): migrate references and startup registration to ORM packages
@marioarce marioarce self-assigned this Jul 22, 2026
@marioarce marioarce added the dependencies Pull requests that update a dependency file label Jul 22, 2026
@marioarce
marioarce merged commit 11f9bd2 into main Jul 22, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant