Skip to content

fix: skip OData services with null EntityContainer to prevent NPE#754

Merged
ikalachy merged 3 commits into
mainfrom
fix/empty-container-service
Jun 26, 2026
Merged

fix: skip OData services with null EntityContainer to prevent NPE#754
ikalachy merged 3 commits into
mainfrom
fix/empty-container-service

Conversation

@ikalachy

Copy link
Copy Markdown
Collaborator

Services whose EDMX metadata has no EntityContainer are now filtered out during endpoint registration instead of causing a NullPointerException. Adds a warning log when an associated model path is missing and a null filter before collecting edmx models. Test coverage added via EmptyContainerService.

Services whose EDMX metadata has no EntityContainer are now filtered out
during endpoint registration instead of causing a NullPointerException.
Adds a warning log when an associated model path is missing and a null
filter before collecting edmx models. Test coverage added via EmptyContainerService.
@ikalachy
ikalachy requested a review from a team as a code owner June 26, 2026 12:55
@ikalachy

Copy link
Copy Markdown
Collaborator Author

@ikalachy
ikalachy merged commit 011bce4 into main Jun 26, 2026
7 checks passed
@ikalachy
ikalachy deleted the fix/empty-container-service branch June 26, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants