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

Deprecating @ProvidedId #1130

Merged
merged 2 commits into from Jul 12, 2016
Merged

Deprecating @ProvidedId #1130

merged 2 commits into from Jul 12, 2016

Conversation

Sanne
Copy link
Member

@Sanne Sanne commented Jul 6, 2016

And adding a test insipred from a SO question, which was triggering wrong behaviour when annotated with @ProvidedId.

N.B. the test no longer uses ProvidedId so it's more of an illustration of how it should be done correctly.

@Override
public boolean equals(Object obj) {
if ( this == obj )
return true;
Copy link
Member

Choose a reason for hiding this comment

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

Missing braces here, checkstyle is failing.

@Sanne
Copy link
Member Author

Sanne commented Jul 11, 2016

thanks @gsmet , updated!

@gsmet gsmet merged commit b04592c into hibernate:master Jul 12, 2016
@gsmet
Copy link
Member

gsmet commented Jul 12, 2016

Merged! Thanks!

@Sanne Sanne deleted the HSEARCH-2310 branch July 12, 2016 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants