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

Shouldn't the "name" property of the NamedEntity Bean be non nullable? #1472

Closed
zyberzebra opened this issue Mar 13, 2024 · 2 comments
Closed

Comments

@zyberzebra
Copy link
Contributor

	@Column(name = "name", nullable = false)
	private String name;
@dsyer
Copy link
Member

dsyer commented May 16, 2024

I'm not super excites about changing this. It's more likely to lead to other bugs showing up unexpectedly, and doesn't really change the behaviour of the app as far as I can see.

@snicoll
Copy link
Member

snicoll commented May 26, 2024

Ditto.

@snicoll snicoll closed this as not planned Won't fix, can't repro, duplicate, stale May 26, 2024
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

No branches or pull requests

3 participants