Skip to content

Causeway 3883 #2926

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 43 commits into
base: maintenance-branch
Choose a base branch
from
Open

Causeway 3883 #2926

wants to merge 43 commits into from

Conversation

danhaywood
Copy link
Contributor

No description provided.

…ssue

TODO: remove the debugging in the code though
... DomainObjectInvocationHandler ; removes unused 'resolveObjectChangedEnabled flag
... DomainObjectInvocationHandler ; removes unused 'resolveObjectChangedEnabled flag
no need to hold onto MetaModelContext
... working towards only passing in the pojo's, not their adapters
separating those we want to keep from those we shall remove
@danhaywood danhaywood requested a review from Copilot April 14, 2025 13:20
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

core/codegen-bytebuddy/src/main/java/org/apache/causeway/core/codegen/bytebuddy/services/ProxyFactoryServiceByteBuddy.java:59

  • Using InvocationHandler as the cache key assumes that handlers have proper equals/hashCode implementations. Consider using a stable identifier or ensure that all custom InvocationHandler instances override equals/hashCode to avoid potential cache collisions.
private Map<InvocationHandler, Class<?>> proxyClassByInvocationHandler = _Maps.newConcurrentHashMap();

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.

1 participant