Skip to content

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

Merged
marioarce merged 3 commits into
developfrom
feature/update-references
Jul 22, 2026
Merged

refactor(axlis): migrate references and startup registration to ORM packages#26
marioarce merged 3 commits into
developfrom
feature/update-references

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

 - 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
@marioarce marioarce self-assigned this Jul 22, 2026
@marioarce
marioarce merged commit fd14e09 into develop Jul 22, 2026
1 check passed
@marioarce marioarce added the dependencies Pull requests that update a dependency file label Jul 22, 2026
@marioarce
marioarce deleted the feature/update-references branch July 22, 2026 00:04
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