-
- Notifications
You must be signed in to change notification settings - Fork 3.7k
HHH-16809 - Add JavaType#createArray #6815
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
base: main
Are you sure you want to change the base?
Conversation
@sebersole Do you remember the problem that prevented this PR to move further towards completion? I'm afraid I don't... Regarding the (non-default) implementation of But if that's not practical, that's not strictly necessary as far as Quarkus is concerned. From what I can see
This solution would probably lead to some overhead, since I suspect Not sure we can do anything about |
I think we concluded that we'd like to try using |
The main problem I ran into was |
Looks like this can be closed, is that correct, @sebersole ? |
From what I can see, most use cases where we need to create an array, actually require an So... I'll incorporate what you have in my attempt to fix HHH-18976, and will follow @beikov's suggestion:
|
Actually I misread Christian's suggestion. What I meant is that I'll use |
https://hibernate.atlassian.net/browse/HHH-16809