Skip to content
New issue

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

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

Already on GitHub? # to your account

Open projections with accessors not following JavaBeans Spec naming identified as closed projection #3164

Closed
mp911de opened this issue Sep 25, 2024 · 0 comments
Assignees
Labels
type: bug A general bug

Comments

@mp911de
Copy link
Member

mp911de commented Sep 25, 2024

Consider the following interface projection:

interface OpenProjection {

	@Value("#{@greetingsFrom.groot(target.firstname)}")
	String hello();
}

ProjectionInformation.isCloses() returns in this case true because hello doesn't match the Java beans naming convention and isn't considered an input property.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant