Skip to content
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

support protected default constructor #693

Closed
zazi opened this issue Jan 13, 2015 · 2 comments
Closed

support protected default constructor #693

zazi opened this issue Jan 13, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@zazi
Copy link

zazi commented Jan 13, 2015

Currently only public default constructors are supported by Kundera. However, the JPA spec says: "Either public or protected no-arg constructor must exist. Additional constructors are fine". So it be cool, if you also can support this, because one do not always want to provide public default constructors ;)

@chhavigangwal chhavigangwal added this to the 2.16 milestone Jan 13, 2015
@chhavigangwal
Copy link
Collaborator

@zazi

Enabling the support for protected default constructor is targeted for an upcoming patch release in February and will be added in trunk soon.

Chhavi

devender-yadav pushed a commit that referenced this issue Feb 24, 2015
devender-yadav pushed a commit that referenced this issue Feb 24, 2015
@chhavigangwal chhavigangwal added Verify and removed Fix labels Feb 25, 2015
devender-yadav pushed a commit that referenced this issue Feb 28, 2015
devender-yadav pushed a commit that referenced this issue Feb 28, 2015
devender-yadav pushed a commit that referenced this issue Feb 28, 2015
devender-yadav pushed a commit that referenced this issue Feb 28, 2015
@chhavigangwal chhavigangwal added Fixed and removed Verify labels Mar 2, 2015
@chhavigangwal
Copy link
Collaborator

Fixed with Kundera-2.15.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants